diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-13 15:28:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-09-13 15:28:22 +0000 |
commit | a524f1f979aae71a5b15bccc1fd84cf9ebc00a97 (patch) | |
tree | 9b9f54d5e2833bde6af11863251f071717113d98 /templates/sidebar_admin.inc.php | |
parent | b91c750a0b57dc60b0b918b4ea2d9d7f1beaf083 (diff) | |
download | ampache-a524f1f979aae71a5b15bccc1fd84cf9ebc00a97.tar.gz ampache-a524f1f979aae71a5b15bccc1fd84cf9ebc00a97.tar.bz2 ampache-a524f1f979aae71a5b15bccc1fd84cf9ebc00a97.zip |
threw in add button for single playlist view, added the link for deleting catalogs back, also added back in the ACL page links, they dont work..
Diffstat (limited to 'templates/sidebar_admin.inc.php')
-rw-r--r-- | templates/sidebar_admin.inc.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/sidebar_admin.inc.php b/templates/sidebar_admin.inc.php index 4f952e0f..c2348aec 100644 --- a/templates/sidebar_admin.inc.php +++ b/templates/sidebar_admin.inc.php @@ -10,7 +10,12 @@ <li id="sb_admin_ut_BrowseUsers"><a href="<?php echo $web_path; ?>/admin/users.php"><?php echo _('Browse Users'); ?></a></li> </ul> </li> - + <li><h4><?php echo _('Access Control'); ?></h4> + <ul class="sb3" id="sb_admin_acl"> + <li id="sb_admin_acl_AddAccess"><a href="<?php echo $web_path; ?>/admin/access.php?action=show_add_host"><?php echo _('Add ACL'); ?></li> + <li id="sb_admin_acl_ShowAccess"><a href="<?php echo $web_path; ?>/admin/access.php"><?php echo _('Show ACL(s)'); ?></a> + </ul> + </li> <li><h4><?php echo _('Other Tools'); ?></h4> <ul class="sb3" id="sb_admin_ot"> <li id="sb_admin_ot_ClearNowPlaying"><a href="<?php echo $web_path; ?>/admin/catalog.php?action=clear_now_playing"><?php echo _('Clear Now Playing'); ?></a></li> |