summaryrefslogtreecommitdiff
path: root/templates/sidebar.block.watchlist.php
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-02-17 13:15:06 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-02-17 13:15:06 +0000
commit3f9a5210f18c5d4418c3c2d8788f9babf1a231c4 (patch)
tree702a2832d83aac4c5df414a3315c937c5e4064ce /templates/sidebar.block.watchlist.php
parent0025ca22a274865fa2a7a045323b3eb418705c4d (diff)
downloadsemanticscuttle-3f9a5210f18c5d4418c3c2d8788f9babf1a231c4.tar.gz
semanticscuttle-3f9a5210f18c5d4418c3c2d8788f9babf1a231c4.tar.bz2
Interface fix: option to allow admins to see easily tags from other admins when adding/editing a bookmark. [Config file modified: ]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@289 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/sidebar.block.watchlist.php')
-rw-r--r--templates/sidebar.block.watchlist.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/sidebar.block.watchlist.php b/templates/sidebar.block.watchlist.php
index 5b476ea..686550b 100644
--- a/templates/sidebar.block.watchlist.php
+++ b/templates/sidebar.block.watchlist.php
@@ -36,10 +36,6 @@ foreach($watching as $watchuser) {
</form>
</li>
<?php endif; ?>
-
- <?php if(count($watching) == 0):?>
- <li><?php echo T_("Nobody");?></li>
- <?php endif; ?>
<?php foreach($watching as $watchuser): ?>
<li><a href="<?php echo createURL('bookmarks', $watchuser); ?>"><?php echo $watchuser; ?></a>