Look: Modif esthétique mineure

This commit is contained in:
Laurent Destailleur 2006-08-18 23:28:27 +00:00
parent 8cb0402445
commit d146e10284

View File

@ -173,6 +173,10 @@ llxHeader("","");
$html=new Form($db); $html=new Form($db);
print_fiche_titre($langs->trans("BillsNumberingModule"),'','setup');
print '<br>';
$h = 0; $h = 0;
$head[$h][0] = DOL_URL_ROOT."/admin/facture.php"; $head[$h][0] = DOL_URL_ROOT."/admin/facture.php";
@ -185,9 +189,6 @@ dolibarr_fiche_head($head, $hselected, $langs->trans("ModuleSetup"));
/* /*
* Module numérotation * Module numérotation
*/ */
print_fiche_titre($langs->trans("BillsNumberingModule"),'','setup');
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre">'; print '<tr class="liste_titre">';
print '<td>'.$langs->trans("Name").'</td>'; print '<td>'.$langs->trans("Name").'</td>';