fix checkbox column

This commit is contained in:
Andrew Bauer 2020-08-16 18:00:11 -05:00
parent 5468c0322e
commit de0a4a18ee
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ while ( $event_row = dbFetchNext($results) ) {
?>
<!-- Row styling is handled by bootstrap-tables -->
<tr>
<th data-sortable="false" data-field="toggleCheck" data-field="state" data-checkbox="true" name="toggleCheck" value="1" data-checkbox-name="eids[]" data-on-click-this="updateFormCheckboxesByName"></th>
<th data-sortable="false" data-field="toggleCheck" data-checkbox="true"></th>
<th data-sortable="true" data-field="Id"><?php echo translate('Id') ?></th>
<th data-sortable="true" data-field="Name"><?php echo translate('Name') ?></th>
<th data-sortable="true" data-field="Archived"><?php echo translate('Archived') ?></th>