FIX - /td in if to MAIN_CHECKBOX_LEFT_COLUMN
This commit is contained in:
parent
15310951b0
commit
2ed2f74c8a
@ -2565,8 +2565,8 @@ if ($resql) {
|
||||
}
|
||||
print '<input id="cb'.$obj->rowid.'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$obj->rowid.'"'.($selected ? ' checked="checked"' : '').'>';
|
||||
}
|
||||
print '</td>';
|
||||
}
|
||||
print '</td>';
|
||||
if (!$i) {
|
||||
$totalarray['nbfield']++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user