summaryrefslogtreecommitdiffstats
path: root/templates/show_preferences.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 03:47:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 03:47:50 +0000
commitded54786a5d1f24d21b2ffe1ec9d2d2b664a8c54 (patch)
tree7222c273945a5c86f9057488e205d57969cbbefa /templates/show_preferences.inc
parentae70bce26c2f39da93c85a082602d58dcf13652e (diff)
downloadampache-ded54786a5d1f24d21b2ffe1ec9d2d2b664a8c54.tar.gz
ampache-ded54786a5d1f24d21b2ffe1ec9d2d2b664a8c54.tar.bz2
ampache-ded54786a5d1f24d21b2ffe1ec9d2d2b664a8c54.zip
last of the things that I can find for now
Diffstat (limited to 'templates/show_preferences.inc')
-rw-r--r--templates/show_preferences.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_preferences.inc b/templates/show_preferences.inc
index fab54b53..b9bf1e53 100644
--- a/templates/show_preferences.inc
+++ b/templates/show_preferences.inc
@@ -47,6 +47,7 @@ if (($GLOBALS['user']->has_access(100)) AND ($user_id == '-1' AND conf('use_auth
$show_apply_to_all = true;
}
?>
+<?php show_box_top(); ?>
<span class="header1">
<?php echo _("Editing"); ?> <?php echo $fullname; ?> <?php echo _('preferences'); ?>
<?php if ($GLOBALS['user']->has_access(100)) { ?>
@@ -97,3 +98,4 @@ if ($current_tab != 'account') {
?>
</form>
</div>
+<?php show_box_bottom(); ?>