summaryrefslogtreecommitdiffstats
path: root/templates/show_account.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_account.inc.php')
-rw-r--r--templates/show_account.inc.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/show_account.inc.php b/templates/show_account.inc.php
index 8b179a78..256898f7 100644
--- a/templates/show_account.inc.php
+++ b/templates/show_account.inc.php
@@ -55,13 +55,11 @@ $_SESSION['forms']['account'] = $form_string;
<input type="checkbox" name="clear_stats" value="1" />
</td>
</tr>
-<tr>
- <td colspan="2">
+</table>
+<div class="formValidation">
<input type="hidden" name="user_id" value="<?php echo scrub_out($client->id); ?>" />
<input type="hidden" name="action" value="update_user" />
<input type="hidden" name="tab" value="<?php echo scrub_out($_REQUEST['tab']); ?>" />
<input type="hidden" name="form_string" value="<?php echo $form_string; ?>" />
<input class="button" type="submit" value="<?php echo _('Update Account'); ?>" />
- </td>
-</tr>
-</table>
+</div>