Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
74b54426
Commit
74b54426
authored
17 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Look: Modif mineure pour eviter boxes d'etre collées.
parent
73618fc6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/index.php
+5
-5
5 additions, 5 deletions
htdocs/index.php
with
5 additions
and
5 deletions
htdocs/index.php
+
5
−
5
View file @
74b54426
...
@@ -556,7 +556,7 @@ if (sizeof($boxarray))
...
@@ -556,7 +556,7 @@ if (sizeof($boxarray))
{
{
if
(
$ii
%
2
!=
1
)
// pair
if
(
$ii
%
2
!=
1
)
// pair
{
{
print
'<div id="boxto_'
.
$ii
.
'">'
;
print
'<div
style="padding-right: 2px; padding-bottom: 4px;"
id="boxto_'
.
$ii
.
'">'
;
//print 'box_id '.$boxarray[$ii]->box_id.' ';
//print 'box_id '.$boxarray[$ii]->box_id.' ';
//print 'box_order '.$boxarray[$ii]->box_order.'<br>';
//print 'box_order '.$boxarray[$ii]->box_order.'<br>';
$boxid_left
[
$ii
]
=
$boxarray
[
$ii
]
->
box_id
;
$boxid_left
[
$ii
]
=
$boxarray
[
$ii
]
->
box_id
;
...
@@ -573,12 +573,12 @@ if (sizeof($boxarray))
...
@@ -573,12 +573,12 @@ if (sizeof($boxarray))
print
"
\n
"
;
print
"
\n
"
;
// Affichage colonne droite (boites impaires)
// Affichage colonne droite (boites impaires)
print
'<div id="right" style="width: 50%; padding: 0px; margin: 0px; float:
lef
t;">'
.
"
\n
"
;
print
'<div id="right" style="width: 50%; padding: 0px; margin: 0px; float:
righ
t;">'
.
"
\n
"
;
for
(
$ii
=
0
,
$ni
=
sizeof
(
$boxarray
);
$ii
<
$ni
;
$ii
++
)
for
(
$ii
=
0
,
$ni
=
sizeof
(
$boxarray
);
$ii
<
$ni
;
$ii
++
)
{
{
if
(
$ii
%
2
==
1
)
//impair
if
(
$ii
%
2
==
1
)
//impair
{
{
print
'<div id="boxto_'
.
$ii
.
'">'
;
print
'<div
style="padding-left: 2px; padding-bottom: 4px;"
id="boxto_'
.
$ii
.
'">'
;
//print 'box_id '.$boxarray[$ii]->box_id.' ';
//print 'box_id '.$boxarray[$ii]->box_id.' ';
//print 'box_order '.$boxarray[$ii]->box_order.'<br>';
//print 'box_order '.$boxarray[$ii]->box_order.'<br>';
$boxid_right
[
$ii
]
=
$boxarray
[
$ii
]
->
box_id
;
$boxid_right
[
$ii
]
=
$boxarray
[
$ii
]
->
box_id
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment