From 9c00383f0f7f20326025010e3819528582add734 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 17 Feb 2009 10:25:29 +0000 Subject: Interface fix: add css style to private notes on bookmarks page. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@286 b3834d28-1941-0410-a4f8-b48e95affb8f --- scuttle.css | 2 +- templates/bookmarks.tpl.php | 2 +- templates/top.inc.php | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/scuttle.css b/scuttle.css index c855a94..6d709a5 100644 --- a/scuttle.css +++ b/scuttle.css @@ -244,7 +244,7 @@ li.xfolkentry.shared { } li.xfolkentry div div.description span.anchorBookmark { - font-family:monospace; + /*font-family:monospace;*/ } /* SIDEBAR */ diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index bb09c4e..3059e17 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -232,7 +232,7 @@ if($currenttag!= '') { } else { // Improve description display (anchors, links, ...) $bkDescription = preg_replace('|\[\/.*?\]|', '', filter($row['bDescription'])); // remove final anchor - $bkDescription = preg_replace('|\[(.*?)\]|', ' $1 ', $bkDescription); // highlight starting anchor + $bkDescription = preg_replace('|\[(.*?)\]|', ' $1 ยป ', $bkDescription); // highlight starting anchor $bkDescription = preg_replace('@((http|https|ftp)://.*?)( |\r|$)@', '$1$3', $bkDescription); // make url clickable } diff --git a/templates/top.inc.php b/templates/top.inc.php index 72c5612..d5ee7b0 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -40,8 +40,7 @@ if(isset($_GET['popup'])) { if(!isset($_GET['popup'])) { $this->includeTemplate('toolbar.inc'); } -?> - +?> '. $tipMsg ."

\n"; } -?> \ No newline at end of file +?> -- cgit v1.2.3