Look: Uniformize table title
This commit is contained in:
parent
04dcc86f1a
commit
cb971eeb9a
@ -42,6 +42,7 @@ $boxes = array();
|
|||||||
/*
|
/*
|
||||||
* Actions
|
* Actions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ($action == 'addconst')
|
if ($action == 'addconst')
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -249,9 +250,8 @@ if ($resql)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
// Available boxes
|
||||||
* Boites disponibles
|
|
||||||
*/
|
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
print_titre($langs->trans("BoxesAvailable"));
|
print_titre($langs->trans("BoxesAvailable"));
|
||||||
|
|
||||||
@ -354,10 +354,8 @@ if ($resql)
|
|||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
/*
|
|
||||||
* Boites activees
|
// Activated boxes
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
print "<br>\n\n";
|
print "<br>\n\n";
|
||||||
print_titre($langs->trans("BoxesActivated"));
|
print_titre($langs->trans("BoxesActivated"));
|
||||||
@ -457,6 +455,7 @@ print '</table><br>';
|
|||||||
|
|
||||||
|
|
||||||
// Other parameters
|
// Other parameters
|
||||||
|
|
||||||
print_titre($langs->trans("Other"));
|
print_titre($langs->trans("Other"));
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
|
|
||||||
@ -464,11 +463,19 @@ $var=false;
|
|||||||
print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
|
print '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
|
||||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
||||||
print '<input type="hidden" name="action" value="addconst">';
|
print '<input type="hidden" name="action" value="addconst">';
|
||||||
print '<tr '.$bc[$var].'><td>';
|
print '<tr class="liste_titre">';
|
||||||
print $langs->trans("MaxNbOfLinesForBoxes")."</td>\n";
|
print '<td class="liste_titre">'.$langs->trans("Parameter").'</td>';
|
||||||
|
print '<td class="liste_titre">'.$langs->trans("Value").'</td>';
|
||||||
|
print '<td class="liste_titre"></td>';
|
||||||
|
print '</tr>';
|
||||||
|
print '<tr '.$bc[$var].'>';
|
||||||
|
print '<td>';
|
||||||
|
print $langs->trans("MaxNbOfLinesForBoxes");
|
||||||
|
print '</td>'."\n";
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print '<input type="text" class="flat" size="6" name="MAIN_BOXES_MAXLINES" value="'.$conf->global->MAIN_BOXES_MAXLINES.'">';
|
print '<input type="text" class="flat" size="6" name="MAIN_BOXES_MAXLINES" value="'.$conf->global->MAIN_BOXES_MAXLINES.'">';
|
||||||
print '</td><td align="right">';
|
print '</td>';
|
||||||
|
print '<td align="right">';
|
||||||
print '<input type="submit" class="button" value="'.$langs->trans("Save").'" name="Button">';
|
print '<input type="submit" class="button" value="'.$langs->trans("Save").'" name="Button">';
|
||||||
print '</td>'."\n";
|
print '</td>'."\n";
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user