Interface design: add the number of bookmarks in result
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@72 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
1ed53ed341
commit
15f2c098b1
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ window.onload = playerLoad;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<p id="sort">
|
<p id="sort">
|
||||||
|
<?php echo $total.' '.T_("bookmark(s)"); ?> -
|
||||||
<?php echo T_("Sort by:"); ?>
|
<?php echo T_("Sort by:"); ?>
|
||||||
<a href="?sort=date_desc"><?php echo T_("Date"); ?></a><span> / </span>
|
<a href="?sort=date_desc"><?php echo T_("Date"); ?></a><span> / </span>
|
||||||
<a href="?sort=title_asc"><?php echo T_("Title"); ?></a><span> / </span>
|
<a href="?sort=title_asc"><?php echo T_("Title"); ?></a><span> / </span>
|
||||||
|
|
Loading…
Reference in a new issue