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
36c73c47
Commit
36c73c47
authored
11 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Look: Beautify backup page.
parent
579851a6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/admin/tools/dolibarr_export.php
+4
-4
4 additions, 4 deletions
htdocs/admin/tools/dolibarr_export.php
htdocs/theme/eldy/style.css.php
+1
-0
1 addition, 0 deletions
htdocs/theme/eldy/style.css.php
with
5 additions
and
4 deletions
htdocs/admin/tools/dolibarr_export.php
+
4
−
4
View file @
36c73c47
...
...
@@ -359,9 +359,9 @@ print $langs->trans("BackupDescY").'<br><br>';
</fieldset>
<fieldset>
<label
for=
"filename_template"
>
<?php
echo
$langs
->
trans
(
"FileNameToGenerate"
);
?>
</label>
:
<fieldset>
<legend>
<?php
echo
$langs
->
trans
(
"Destination"
);
?>
</legend>
<label
for=
"filename_template"
>
<?php
echo
$langs
->
trans
(
"FileNameToGenerate"
);
?>
</label>
:
<input
type=
"text"
name=
"filename_template"
size=
"60"
id=
"filename_template"
value=
"
<?php
...
...
@@ -414,7 +414,7 @@ print "\n";
?>
</fieldset>
<br>
<div
align=
"center"
><input
type=
"submit"
class=
"button"
value=
"
<?php
echo
$langs
->
trans
(
"GenerateBackup"
)
?>
"
id=
"buttonGo"
/><br>
<br>
...
...
This diff is collapsed.
Click to expand it.
htdocs/theme/eldy/style.css.php
+
1
−
0
View file @
36c73c47
...
...
@@ -305,6 +305,7 @@ input:-moz-placeholder { color:#ccc; }
<?php
if
(
!
empty
(
$dol_use_jmobile
))
{
?>
legend { margin-bottom: 8px; }
<?php
}
?>
fieldset { border: 1px solid #AAAAAA !important; box-shadow: 2px 2px 3px #DDD; }
.button {
...
...
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