Fixing style errors.
This commit is contained in:
parent
c33205d564
commit
b212778da0
@ -894,7 +894,7 @@ if ($resql) {
|
|||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
foreach ($arrayfields as $key => $val) {
|
foreach ($arrayfields as $key => $val) {
|
||||||
if (!empty($val['checked'])) {
|
if (!empty($val['checked'])) {
|
||||||
if($key == 'duration') {
|
if ($key == 'duration') {
|
||||||
print '<td class="right">'.$totalduration.' '.$langs->trans('DurationDays').'</td>';
|
print '<td class="right">'.$totalduration.' '.$langs->trans('DurationDays').'</td>';
|
||||||
} else {
|
} else {
|
||||||
print '<td/>';
|
print '<td/>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user