css
This commit is contained in:
parent
d395fac13b
commit
6e273e47e5
@ -571,7 +571,7 @@ if ($action == 'edit') {
|
|||||||
} else {
|
} else {
|
||||||
if (!empty($arrayofparameters)) {
|
if (!empty($arrayofparameters)) {
|
||||||
print '<table class="noborder centpercent">';
|
print '<table class="noborder centpercent">';
|
||||||
print '<tr class="liste_titre"><td class="titlefield">'.$langs->trans("Parameter").'</td><td>'.$langs->trans("Value").'</td></tr>';
|
print '<tr class="liste_titre"><td>'.$langs->trans("Parameter").'</td><td>'.$langs->trans("Value").'</td></tr>';
|
||||||
|
|
||||||
foreach ($arrayofparameters as $constname => $val) {
|
foreach ($arrayofparameters as $constname => $val) {
|
||||||
if ($val['enabled']==1) {
|
if ($val['enabled']==1) {
|
||||||
|
|||||||
@ -162,14 +162,15 @@ $title = $langs->trans("BackupDumpWizard");
|
|||||||
|
|
||||||
print load_fiche_titre($title);
|
print load_fiche_titre($title);
|
||||||
|
|
||||||
print '<table class="'.(!empty($useinecm) ? 'nobordernopadding' : 'liste').' nohover centpercent">';
|
print '<table class="liste nohover centpercent noborderbottom">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td class="liste_titre">';
|
print '<td class="liste_titre">';
|
||||||
print $langs->trans("DatabaseName").' : <b>'.$dolibarr_main_db_name.'</b><br>';
|
print $langs->trans("DatabaseName").' : <b>'.$dolibarr_main_db_name.'</b><br>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
print '<tr class="oddeven nohover"><td style="padding-left: 8px" class="nohover">';
|
print '<tr class="oddeven nohover"><td style="padding-left: 8px" class="nohover">';
|
||||||
print '<table class="centpercent">';
|
|
||||||
|
print '<table class="centpercent noborderbottom">';
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td class="tdtop">';
|
print '<td class="tdtop">';
|
||||||
|
|
||||||
@ -399,11 +400,15 @@ print '</td>';
|
|||||||
print '</tr>';
|
print '</tr>';
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
|
print '</td></tr>';
|
||||||
|
print '</table>';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print '<!--<fieldset>';
|
print '<!--<fieldset>';
|
||||||
print '<legend>'.$langs->trans("Destination").'</legend> -->';
|
print '<legend>'.$langs->trans("Destination").'</legend> -->';
|
||||||
print '<br>';
|
print '<br>';
|
||||||
print '<label for="filename_template">'.$langs->trans("FileNameToGenerate").'</label>';
|
print '<label for="filename_template" class="line-height-large">'.$langs->trans("FileNameToGenerate").'</label>';
|
||||||
print '<br>';
|
print '<br>';
|
||||||
$prefix = 'dump';
|
$prefix = 'dump';
|
||||||
$ext = '.sql';
|
$ext = '.sql';
|
||||||
@ -439,9 +444,9 @@ if (in_array($type, array('mysql', 'mysqli'))) {
|
|||||||
// 'label' => $langs->trans("FormatZip")
|
// 'label' => $langs->trans("FormatZip")
|
||||||
// );
|
// );
|
||||||
$compression['bz'] = array(
|
$compression['bz'] = array(
|
||||||
'function' => 'bzopen',
|
'function' => 'bzopen',
|
||||||
'id' => 'radio_compression_bzip',
|
'id' => 'radio_compression_bzip',
|
||||||
'label' => $langs->trans("Bzip2")
|
'label' => $langs->trans("Bzip2")
|
||||||
);
|
);
|
||||||
$compression['zstd'] = array(
|
$compression['zstd'] = array(
|
||||||
'function' => 'zstd_compress',
|
'function' => 'zstd_compress',
|
||||||
@ -533,8 +538,6 @@ if (!empty($_SESSION["commandbackuptorun"])) {
|
|||||||
|
|
||||||
print "</div> <!-- end div center button -->\n";
|
print "</div> <!-- end div center button -->\n";
|
||||||
|
|
||||||
print '</td></tr>';
|
|
||||||
print '</table>';
|
|
||||||
|
|
||||||
print "</div> <!-- end div fichehalfleft -->\n";
|
print "</div> <!-- end div fichehalfleft -->\n";
|
||||||
|
|
||||||
|
|||||||
@ -636,7 +636,6 @@ class Utils
|
|||||||
$execmethod = 1;
|
$execmethod = 1;
|
||||||
}
|
}
|
||||||
//$execmethod=1;
|
//$execmethod=1;
|
||||||
|
|
||||||
dol_syslog("Utils::executeCLI execmethod=".$execmethod." system:".$command, LOG_DEBUG);
|
dol_syslog("Utils::executeCLI execmethod=".$execmethod." system:".$command, LOG_DEBUG);
|
||||||
$output_arr = array();
|
$output_arr = array();
|
||||||
|
|
||||||
|
|||||||
@ -486,7 +486,11 @@ input:-webkit-autofill {
|
|||||||
input:-moz-placeholder { color: #ccc; }
|
input:-moz-placeholder { color: #ccc; }
|
||||||
|
|
||||||
input[name=price], input[name=weight], input[name=volume], input[name=surface], input[name=sizeheight], input[name=net_measure], select[name=incoterm_id] { margin-right: 6px; }
|
input[name=price], input[name=weight], input[name=volume], input[name=surface], input[name=sizeheight], input[name=net_measure], select[name=incoterm_id] { margin-right: 6px; }
|
||||||
fieldset { border: 1px solid #AAAAAA !important; }
|
fieldset {
|
||||||
|
border: 1px solid #AAAAAA !important;
|
||||||
|
padding-inline-start: 2em;
|
||||||
|
padding-inline-end: 2em;
|
||||||
|
}
|
||||||
.legendforfieldsetstep { padding-bottom: 10px; }
|
.legendforfieldsetstep { padding-bottom: 10px; }
|
||||||
input#onlinepaymenturl, input#directdownloadlink {
|
input#onlinepaymenturl, input#directdownloadlink {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
|
|||||||
@ -688,7 +688,11 @@ input[type=checkbox], input[type=radio] {
|
|||||||
input:-moz-placeholder { color:#ccc; }
|
input:-moz-placeholder { color:#ccc; }
|
||||||
|
|
||||||
input[name=price], input[name=weight], input[name=volume], input[name=surface], input[name=sizeheight], input[name=net_measure], select[name=incoterm_id] { margin-right: 6px; }
|
input[name=price], input[name=weight], input[name=volume], input[name=surface], input[name=sizeheight], input[name=net_measure], select[name=incoterm_id] { margin-right: 6px; }
|
||||||
fieldset { border: 1px solid #AAAAAA !important; }
|
fieldset {
|
||||||
|
border: 1px solid #AAAAAA !important;
|
||||||
|
padding-inline-start: 2em;
|
||||||
|
padding-inline-end: 2em;
|
||||||
|
}
|
||||||
.legendforfieldsetstep { padding-bottom: 10px; }
|
.legendforfieldsetstep { padding-bottom: 10px; }
|
||||||
input#onlinepaymenturl, input#directdownloadlink {
|
input#onlinepaymenturl, input#directdownloadlink {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
@ -1806,7 +1810,7 @@ td.showDragHandle {
|
|||||||
}
|
}
|
||||||
#id-right { /* This must stay id-right and not be replaced with echo $right */
|
#id-right { /* This must stay id-right and not be replaced with echo $right */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 20px;
|
||||||
<?php if (GETPOST('optioncss', 'aZ09') != 'print') { ?>
|
<?php if (GETPOST('optioncss', 'aZ09') != 'print') { ?>
|
||||||
padding-left: 229px;
|
padding-left: 229px;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user