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
This commit is contained in:
parent
a15fd27e8a
commit
bdcb737de2
1 changed files with 0 additions and 5 deletions
|
@ -98,11 +98,6 @@ $urlSort = (getSortOrder()=='url_asc')? 'url_desc':'url_asc';
|
||||||
?> <a href="?sort=<?php echo $dateSort ?>"><?php echo T_("Date"); ?></a><span>
|
?> <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> <a href="?sort=<?php echo $titleSort ?>"><?php echo T_("Title"); ?></a><span>
|
||||||
/ </span> <?php
|
/ </span> <?php
|
||||||
if (!isset($hash)) {
|
|
||||||
?> <a href="?sort=<?php echo $urlSort ?>"><?php echo T_("URL"); ?></a>
|
|
||||||
<?php
|
|
||||||
}
|
|
||||||
?> <?php
|
|
||||||
if($currenttag!= '') {
|
if($currenttag!= '') {
|
||||||
if($user!= '') {
|
if($user!= '') {
|
||||||
echo ' - ';
|
echo ' - ';
|
||||||
|
|
Loading…
Reference in a new issue