diff options
Diffstat (limited to 'templates/show_access_list.inc.php')
-rw-r--r-- | templates/show_access_list.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_access_list.inc.php b/templates/show_access_list.inc.php index 1374b81a..0c3c1fee 100644 --- a/templates/show_access_list.inc.php +++ b/templates/show_access_list.inc.php @@ -35,7 +35,7 @@ to add any server's IP address that you want to access your Ampache catalog or b stream from this server.</p> <p> -<a class="smallbutton" href="<?php echo $web_path; ?>/admin/access.php?action=show_add_host"><?php echo _('Add Entry'); ?></a> +<a class="button" href="<?php echo $web_path; ?>/admin/access.php?action=show_add_host"><?php echo _('Add Entry'); ?></a> </p> <?php if (count($list)) { ?> <table cellspacing="1" cellpadding="3" class="tabledata"> |