summaryrefslogtreecommitdiffstatshomepage
path: root/templates/bookmarks.tpl.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-16 09:59:11 +0000
committerGravatar mensonge2009-02-16 09:59:11 +0000
commitbdcb737de2d2f0bad4d7c4c2e09449d69f41f053 (patch)
tree00a200e35556868ab0d7f33abfaa9351b81c9ee5 /templates/bookmarks.tpl.php
parenta15fd27e8adc18367d358c06e39343e0c34ed1e0 (diff)
downloadscuttle-bdcb737de2d2f0bad4d7c4c2e09449d69f41f053.tar.gz
scuttle-bdcb737de2d2f0bad4d7c4c2e09449d69f41f053.zip
Interface fix: remove sorting by url on bookmarks pages.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@276 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/bookmarks.tpl.php')
-rw-r--r--templates/bookmarks.tpl.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php
index 97a37fa..d1148e1 100644
--- a/templates/bookmarks.tpl.php
+++ b/templates/bookmarks.tpl.php
@@ -98,11 +98,6 @@ $urlSort = (getSortOrder()=='url_asc')? 'url_desc':'url_asc';
?> <a href="?sort=<?php echo $dateSort ?>"><?php echo T_("Date"); ?></a><span>
/ </span> <a href="?sort=<?php echo $titleSort ?>"><?php echo T_("Title"); ?></a><span>
/ </span> <?php
-if (!isset($hash)) {
- ?> <a href="?sort=<?php echo $urlSort ?>"><?php echo T_("URL"); ?></a>
- <?php
-}
-?> <?php
if($currenttag!= '') {
if($user!= '') {
echo ' - ';