summaryrefslogtreecommitdiffstatshomepage
path: root/templates/bookmarks.tpl.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-09 14:28:46 +0000
committerGravatar mensonge2009-02-09 14:28:46 +0000
commita98e5ff889a82858e34397cc0231b30d8ff2d59a (patch)
treef924db3cc743a0894eb86581a2a7dfaa32d130f6 /templates/bookmarks.tpl.php
parent3a5dafcdc4efff42ff7f6d4f630b7666ff73248f (diff)
downloadscuttle-a98e5ff889a82858e34397cc0231b30d8ff2d59a.tar.gz
scuttle-a98e5ff889a82858e34397cc0231b30d8ff2d59a.zip
Interface fix: improve subtitle display.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@264 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/bookmarks.tpl.php')
-rw-r--r--templates/bookmarks.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php
index b0ed3e8..f7cec77 100644
--- a/templates/bookmarks.tpl.php
+++ b/templates/bookmarks.tpl.php
@@ -159,7 +159,7 @@ if($currenttag!= '') {
}
// Last update
- $update = ' <small>('. T_('update') .' '. date($GLOBALS['shortdate'], strtotime($row['bModified'])). ') </small>';
+ $update = ' <small title="'. T_('Last update') .'">('. date($GLOBALS['shortdate'], strtotime($row['bModified'])). ') </small>';
// User attribution
$copy = ' '. T_('by'). ' ';