diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-12 17:05:03 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-12 17:05:03 +0000 |
commit | 15f2c098b124e598d779718753e3957eaf1daae9 (patch) | |
tree | d405b94ea4acd6cf9b910cb2502951ae1ff871c5 /templates/bookmarks.tpl.php | |
parent | 1ed53ed3419f7d49bdb216c0e5f823ce3fd4145e (diff) | |
download | semanticscuttle-15f2c098b124e598d779718753e3957eaf1daae9.tar.gz semanticscuttle-15f2c098b124e598d779718753e3957eaf1daae9.tar.bz2 |
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
Diffstat (limited to 'templates/bookmarks.tpl.php')
-rw-r--r-- | templates/bookmarks.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 412b938..9729802 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -47,6 +47,7 @@ window.onload = playerLoad; </script> <p id="sort"> + <?php echo $total.' '.T_("bookmark(s)"); ?> - <?php echo T_("Sort by:"); ?> <a href="?sort=date_desc"><?php echo T_("Date"); ?></a><span> / </span> <a href="?sort=title_asc"><?php echo T_("Title"); ?></a><span> / </span> |