Skip to content
Snippets Groups Projects
Commit 36c73c47 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Look: Beautify backup page.

parent 579851a6
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment