Look and feel v14
This commit is contained in:
parent
79ed52c3d3
commit
a6bc218280
@ -17,9 +17,15 @@ if (isset($totalarray['pos'])) {
|
|||||||
} else {
|
} else {
|
||||||
if ($i == 1) {
|
if ($i == 1) {
|
||||||
if ($num < $limit) {
|
if ($num < $limit) {
|
||||||
print '<td class="left">'.$langs->trans("Total").'</td>';
|
print '<td>'.$langs->trans("Total").'</td>';
|
||||||
} else {
|
} else {
|
||||||
print '<td class="left">'.$langs->trans("Totalforthispage").'</td>';
|
print '<td>';
|
||||||
|
if (is_object($form)) {
|
||||||
|
print $form->textwithpicto($langs->trans("Total"), $langs->transnoentitiesnoconv("Totalforthispage"));
|
||||||
|
} else {
|
||||||
|
print $langs->trans("Totalforthispage");
|
||||||
|
}
|
||||||
|
print '</td>';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
print '<td></td>';
|
print '<td></td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user