diff options
author | spocky <spocky@ampache> | 2007-11-20 23:09:40 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-11-20 23:09:40 +0000 |
commit | 794036ac1f462f302ce71e64132d981f69023e09 (patch) | |
tree | 0b2835d19cf7baf854fa3c894aa067bf5356e5cc /templates/show_add_access.inc.php | |
parent | 28b86ee456498776e596008ef531b950ec32e7c9 (diff) | |
download | ampache-794036ac1f462f302ce71e64132d981f69023e09.tar.gz ampache-794036ac1f462f302ce71e64132d981f69023e09.tar.bz2 ampache-794036ac1f462f302ce71e64132d981f69023e09.zip |
Almost finished css cleanup
Diffstat (limited to 'templates/show_add_access.inc.php')
-rw-r--r-- | templates/show_add_access.inc.php | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/templates/show_add_access.inc.php b/templates/show_add_access.inc.php index 506f9cda..9b26d96e 100644 --- a/templates/show_add_access.inc.php +++ b/templates/show_add_access.inc.php @@ -21,7 +21,7 @@ ?> <?php show_box_top(_('Add Access for a Host')); ?> <form name="update_catalog" method="post" enctype="multipart/form-data" action="<?php echo Config::get('web_path'); ?>/admin/access.php?action=add_host"> -<table cellpadding="5" cellspacing="0"> +<table class="tabledata" cellpadding="5" cellspacing="0"> <tr> <td><?php echo _('Name'); ?>:</td> <td> @@ -77,11 +77,9 @@ <input type="text" name="key" value="<?php echo scrub_out($_REQUEST['end']); ?>" size="32" maxlength="32" /> </td> </tr> -<tr> - <td colspan="2"> - <input class="button" type="submit" value="<?php echo _('Create ACL'); ?>" /> - </td> -</tr> </table> +<div class="formValidation"> + <input class="button" type="submit" value="<?php echo _('Create ACL'); ?>" /> +</div> </form> <?php show_box_bottom(); ?> |