From 81478ceba0c1bbdaa43679b72ec6d4fd603f5d17 Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 18 Apr 2008 10:29:09 +0000 Subject: Interface design: shorten too long URLs in the displayed bookmarks git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@115 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/bookmarks.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 556d92e..cc4743c 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -171,7 +171,7 @@ window.onload = playerLoad; } echo '
'. filter($row['bDescription']) ."
\n"; if(!isset($hash)) { - echo '
'.$address.'
'; + echo '
'.shortenString($address).'
'; } echo '
'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."
\n"; -- cgit v1.2.3