summaryrefslogtreecommitdiffstats
path: root/templates/show_flag.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_flag.inc.php')
-rw-r--r--templates/show_flag.inc.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/show_flag.inc.php b/templates/show_flag.inc.php
index 5648b889..715a8873 100644
--- a/templates/show_flag.inc.php
+++ b/templates/show_flag.inc.php
@@ -64,15 +64,12 @@ switch ($type) {
<td><?php echo _('Comment'); ?>:</td>
<td><input name="comment" type="text" size="50" maxlength="128" value="" /></td>
</tr>
-<tr class="<?php echo flip_class(); ?>">
- <td> &nbsp; </td>
- <td>
+</table>
+<div class="formValidation">
<input type="submit" value="<?php echo _('Flag'); ?>" />
<input type="hidden" name="id" value="<?php echo scrub_out($_REQUEST['id']); ?>" />
<input type="hidden" name="action" value="flag" />
<input type="hidden" name="type" value="<?php echo scrub_out($type); ?>" />
- </td>
-</tr>
-</table>
+</div>
</form>
<?php show_box_bottom(); ?>