diff options
Diffstat (limited to 'templates/show_edit_access.inc.php')
-rw-r--r-- | templates/show_edit_access.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/show_edit_access.inc.php b/templates/show_edit_access.inc.php index 14848946..9aa6c25e 100644 --- a/templates/show_edit_access.inc.php +++ b/templates/show_edit_access.inc.php @@ -24,7 +24,7 @@ <table class="table-data"> <tr> <td><?php echo _('Name'); ?>: </td> - <td><input type="textbox" name="name" value="<?php echo scrub_out($access->name); ?>" /></td> + <td><input type="text" name="name" value="<?php echo scrub_out($access->name); ?>" /></td> </tr> <tr> <td><?php echo _('ACL Type'); ?>: </td> @@ -65,7 +65,6 @@ <input type="text" name="key" value="<?php echo scrub_out($access->key); ?>" size="32" maxlength="32" /> </td> </tr> -</tr> <tr> <td><?php echo _('Level'); ?>:</td> <td> |