diff --git a/include/staff/dynamic-forms.inc.php b/include/staff/dynamic-forms.inc.php
index 9bad2be61324086463e92a4c17c1108044d8abb2..7dafb2c6b4c959aee7bb70ae7fc5ca988eda8a3f 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>