clean code
This commit is contained in:
parent
4fd2468b6f
commit
9a44a433b8
@ -240,6 +240,7 @@ if ($action == 'edit')
|
||||
print '<tr class="liste_titre"><td width="25%">'.$langs->trans("Parameter").'</td><td width="25%">'.$langs->trans("DefaultValue").'</td><td> </td><td>'.$langs->trans("PersonalValue").'</td></tr>';
|
||||
|
||||
// Landing page
|
||||
|
||||
print '<tr class="oddeven"><td>'.$langs->trans("LandingPage").'</td>';
|
||||
print '<td>';
|
||||
print (empty($conf->global->MAIN_LANDING_PAGE)?'':$conf->global->MAIN_LANDING_PAGE);
|
||||
@ -253,6 +254,7 @@ if ($action == 'edit')
|
||||
print '</td></tr>';
|
||||
|
||||
// Langue par defaut
|
||||
|
||||
print '<tr class="oddeven"><td>'.$langs->trans("Language").'</td>';
|
||||
print '<td>';
|
||||
$s=picto_from_langcode($conf->global->MAIN_LANG_DEFAULT);
|
||||
@ -267,6 +269,7 @@ if ($action == 'edit')
|
||||
print '</td></tr>';
|
||||
|
||||
// Taille max des listes
|
||||
|
||||
print '<tr class="oddeven"><td>'.$langs->trans("MaxSizeList").'</td>';
|
||||
print '<td>'.$conf->global->MAIN_SIZE_LISTE_LIMIT.'</td>';
|
||||
print '<td align="left" class="nowrap" width="20%"><input '.$bc[$var].' name="check_SIZE_LISTE_LIMIT" id="check_SIZE_LISTE_LIMIT" type="checkbox" '.(! empty($object->conf->MAIN_SIZE_LISTE_LIMIT)?" checked":"");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user