]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Interface fix: remove sorting by url on bookmarks pages.
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 16 Feb 2009 09:59:11 +0000 (09:59 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 16 Feb 2009 09:59:11 +0000 (09:59 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@276 b3834d28-1941-0410-a4f8-b48e95affb8f

templates/bookmarks.tpl.php

index 97a37fa72c8aed578888032acd4667ea074fed47..d1148e1f62c861410b577f45e5c1a1c9867985d9 100644 (file)
@@ -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 ' - ';