diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-29 00:51:53 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-29 00:51:53 +0000 |
commit | 9cfb075df5c8fcd0f83f019dee67fa907dae6265 (patch) | |
tree | d4cbb031a0534715d9caec54c27945e234c7aea1 /templates/show_add_access.inc | |
parent | 5038eb20d7322af95d1fef7035f6d533b49c25a6 (diff) | |
download | ampache-9cfb075df5c8fcd0f83f019dee67fa907dae6265.tar.gz ampache-9cfb075df5c8fcd0f83f019dee67fa907dae6265.tar.bz2 ampache-9cfb075df5c8fcd0f83f019dee67fa907dae6265.zip |
3.3.1-Alpha1 release
Diffstat (limited to 'templates/show_add_access.inc')
-rw-r--r-- | templates/show_add_access.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_access.inc b/templates/show_add_access.inc index 3b92c65b..668cf7ab 100644 --- a/templates/show_add_access.inc +++ b/templates/show_add_access.inc @@ -85,7 +85,7 @@ <td colspan="2"> <br /> <input type="hidden" name="action" value="add_host" /> - <input type="submit" value="<?php echo _('Create ACL'); ?>" /> + <input class="button" type="submit" value="<?php echo _('Create ACL'); ?>" /> </td> </tr> </table> |