From b05d00e3d8fffba7f2f00ce6f0771fa65e991667 Mon Sep 17 00:00:00 2001 From: Nathan Febuary <nathan@bedheadcreative.com> Date: Fri, 7 Aug 2015 12:10:28 -0500 Subject: [PATCH] Form list checkbox fix --- include/staff/dynamic-forms.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/dynamic-forms.inc.php b/include/staff/dynamic-forms.inc.php index 9bad2be61..7dafb2c6b 100644 --- a/include/staff/dynamic-forms.inc.php +++ b/include/staff/dynamic-forms.inc.php @@ -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> -- GitLab