diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 03:15:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 03:15:05 +0000 |
commit | ae70bce26c2f39da93c85a082602d58dcf13652e (patch) | |
tree | 0bf530733d44216846ad39f245bc238baf174cee /templates/show_add_access.inc | |
parent | cb12b4a8c948d901f6851a7eae032827b423704d (diff) | |
download | ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.gz ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.bz2 ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.zip |
more updates to the theme stuff
Diffstat (limited to 'templates/show_add_access.inc')
-rw-r--r-- | templates/show_add_access.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/show_add_access.inc b/templates/show_add_access.inc index 06827c9b..9c878365 100644 --- a/templates/show_add_access.inc +++ b/templates/show_add_access.inc @@ -24,8 +24,7 @@ @header Add Access List Entry */ ?> -<div class="text-box"> -<p style="font-size: 10pt; font-weight: bold;"><?php echo _('Add Access for a Host'); ?></p> +<?php show_box_top(_('Add Access for a Host')); ?> <p><?php echo _('Use the form below to add a host that you want to have access to your Ampache catalog.'); ?></p> @@ -69,4 +68,4 @@ </tr> </table> </form> -</div> +<?php show_box_bottom(); ?> |