summaryrefslogtreecommitdiffstatshomepage
path: root/templates/bookmarks.tpl.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-16 10:38:11 +0000
committerGravatar mensonge2009-02-16 10:38:11 +0000
commita81ad1655fd7043c1734109c87b04d98badd5bc8 (patch)
treefe150536090b8ae447d04e7a36b4200c49252687 /templates/bookmarks.tpl.php
parent0a7fb9da2e5aa6906dbbc64254bb0375c75820f0 (diff)
downloadscuttle-a81ad1655fd7043c1734109c87b04d98badd5bc8.tar.gz
scuttle-a81ad1655fd7043c1734109c87b04d98badd5bc8.zip
Interface fix: remove admin colors on watchlist page.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@279 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/bookmarks.tpl.php')
-rw-r--r--templates/bookmarks.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php
index 1bc6f61..777e7ca 100644
--- a/templates/bookmarks.tpl.php
+++ b/templates/bookmarks.tpl.php
@@ -21,7 +21,7 @@ include('search.inc.php');
<?php endif?>
-<?php if($GLOBALS['enableAdminColors']!=false && isset($userid) && $userservice->isAdmin($userid)): ?>
+<?php if($GLOBALS['enableAdminColors']!=false && isset($userid) && $userservice->isAdmin($userid) && $pageName != PAGE_WATCHLIST) : ?>
<div style="width:70%;text-align:center;">
<img src="<?php echo ROOT ?>images/logo_24.gif" width="12px"/> <?php echo T_('Bookmarks on this page are managed by an admin user.'); ?><img src="<?php echo ROOT ?>images/logo_24.gif" width="12px"/>
</div>