From: mensonge Date: Wed, 13 Feb 2008 17:41:47 +0000 (+0000) Subject: Interface design: hide multiple URLs repeated into history page X-Git-Tag: v0.88~31 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a1044ca5ea2595885be149f30adb91e02642c5a3;p=semanticscuttle.git Interface design: hide multiple URLs repeated into history page git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@38 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 13ee3a0..4751515 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -139,7 +139,9 @@ window.onload = playerLoad; if ($row['bDescription'] != '') { echo '
'. filter($row['bDescription']) ."
\n"; } - echo '
'.$address.'
'; + if(!isset($hash)) { + echo '
'.$address.'
'; + } echo '
'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."
\n"; echo "\n"; }