Skip to content
Snippets Groups Projects
Commit b05d00e3 authored by Nathan Febuary's avatar Nathan Febuary Committed by Jared Hancock
Browse files

Form list checkbox fix

parent dea522d3
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ $showing=$pageNav->showing().' '._N('form','forms',$count);
if($ids && in_array($form->get('id'),$ids))
$sel=true; ?>
<tr>
<td><?php if ($form->isDeletable()) { ?>
<td align="center"><?php if ($form->isDeletable()) { ?>
<input type="checkbox" class="ckb" name="ids[]" value="<?php echo $form->get('id'); ?>"
<?php echo $sel?'checked="checked"':''; ?>>
<?php } ?></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment