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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
d7bc30fc
Commit
d7bc30fc
authored
8 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Prepare DoliWamp 4.0
parent
16e3a3d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build/exe/doliwamp/doliwamp.bmp
+0
-0
0 additions, 0 deletions
build/exe/doliwamp/doliwamp.bmp
htdocs/public/demo/index.php
+2
-2
2 additions, 2 deletions
htdocs/public/demo/index.php
htdocs/theme/eldy/style.css.php
+9
-1
9 additions, 1 deletion
htdocs/theme/eldy/style.css.php
with
11 additions
and
3 deletions
build/exe/doliwamp/doliwamp.bmp
+0 B (+0%)
View file @
d7bc30fc
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
htdocs/public/demo/index.php
+
2
−
2
View file @
d7bc30fc
...
...
@@ -361,7 +361,7 @@ foreach ($demoprofiles as $profilearray)
print
'<table summary="Dolibarr online demonstration for profile '
.
$profilearray
[
'label'
]
.
'" style="font-size:14px;" width="100%" class="CTable CTableRow'
.
(
$i
%
2
==
0
?
'1'
:
'0'
)
.
'">'
.
"
\n
"
;
// Title
print
'<tr>'
;
print
'<td width="13
2
" id="a1'
.
$profilearray
[
'key'
]
.
'" class="'
.
(
empty
(
$profilearray
[
'url'
])
?
'modulelineshow cursorpointer'
:
'nomodulelines'
)
.
'"><a href="'
.
$urlwithmod
.
'" class="'
.
(
empty
(
$profilearray
[
'url'
])
?
'modulelineshow'
:
'nomodulelines'
)
.
'"><img class="demothumb" src="'
.
$profilearray
[
'icon'
]
.
'"
width="128" border="0"
alt="Demo '
.
$profilearray
[
'label'
]
.
'"></a></td>'
;
print
'<td width="13
0
" id="a1'
.
$profilearray
[
'key'
]
.
'" class="'
.
(
empty
(
$profilearray
[
'url'
])
?
'modulelineshow cursorpointer'
:
'nomodulelines'
)
.
'"><a href="'
.
$urlwithmod
.
'" class="'
.
(
empty
(
$profilearray
[
'url'
])
?
'modulelineshow'
:
'nomodulelines'
)
.
'"><img class="demothumb" src="'
.
$profilearray
[
'icon'
]
.
'" alt="Demo '
.
$profilearray
[
'label'
]
.
'"></a></td>'
;
print
'<td id="a2'
.
$profilearray
[
'key'
]
.
'" class="'
.
(
empty
(
$profilearray
[
'url'
])
?
'modulelineshow cursorpointer'
:
'nomodulelines'
)
.
'"><a href="'
.
$urlwithmod
.
'" class="'
.
(
empty
(
$profilearray
[
'url'
])
?
'modulelineshow'
:
'nomodulelines'
)
.
'">'
.
$langs
->
trans
(
$profilearray
[
'label'
])
.
'</a></td>'
;
print
'</tr>'
.
"
\n
"
;
// Modules
...
...
@@ -478,7 +478,7 @@ function llxHeaderVierge($title, $head = "")
top_htmlhead
(
$head
,
$title
);
print
'<body style="
marg
in: 20px;">'
.
"
\n
"
;
print
'<body style="
padd
in
g
: 20px;">'
.
"
\n
"
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
htdocs/theme/eldy/style.css.php
+
9
−
1
View file @
d7bc30fc
...
...
@@ -4292,7 +4292,9 @@ border-top-right-radius: 6px;
/* For demo pages */
img.demothumb {
box-shadow: 2px 2px 8px #888;
box-shadow: 2px 2px 8px #BBB;
margin-right: 20px;
margin-left: 10px;
}
...
...
@@ -4329,6 +4331,12 @@ img.demothumb {
width:
<?php
print
dol_size
(
350
,
'width'
);
?>
px;
}
img.demothumb {
box-shadow: 1px 1px 4px #BBB;
margin-right: 6px;
margin-left: 4px;
width: 80px;
}
}
/* nboftopmenuentries =
<?php
echo
$nbtopmenuentries
?>
, fontsize=
<?php
echo
$fontsize
?>
*/
...
...
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