mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Clean code
This commit is contained in:
@@ -123,7 +123,7 @@ if ($conf->use_javascript_ajax) {
|
||||
|
||||
// Timeout
|
||||
|
||||
print '<table width="100%" class="noborder">';
|
||||
print '<table class="centpercent noborder">';
|
||||
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td colspan="2">'.$langs->trans("Parameters").'</td>';
|
||||
@@ -197,10 +197,10 @@ print '</tr>';
|
||||
|
||||
print '</table>';
|
||||
|
||||
print dol_get_fiche_end();
|
||||
|
||||
print $form->buttonsSaveCancel("Modify", '');
|
||||
|
||||
print dol_get_fiche_end();
|
||||
|
||||
print '</form>';
|
||||
|
||||
// End of page
|
||||
|
||||
Reference in New Issue
Block a user