]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Interface fix: add css style to private notes on bookmarks page.
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 17 Feb 2009 10:25:29 +0000 (10:25 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 17 Feb 2009 10:25:29 +0000 (10:25 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@286 b3834d28-1941-0410-a4f8-b48e95affb8f

scuttle.css
templates/bookmarks.tpl.php
templates/top.inc.php

index c855a94f0499846445871be70b18d4fef53e1716..6d709a56565f8208f971dcc56bfc9c12c72268ba 100644 (file)
@@ -244,7 +244,7 @@ li.xfolkentry.shared {
 }
 
 li.xfolkentry div div.description span.anchorBookmark {
-       font-family:monospace;
+    /*font-family:monospace;*/
 }
 
 /* SIDEBAR */
index bb09c4eb9a01a780cc1ac74cdcc23d5d22889a19..3059e17c695c1a92a80b4c104a72bd9f86acd936 100644 (file)
@@ -232,7 +232,7 @@ if($currenttag!= '') {
                } else {
                        // Improve description display (anchors, links, ...)
                        $bkDescription = preg_replace('|\[\/.*?\]|', '', filter($row['bDescription'])); // remove final anchor
-                       $bkDescription = preg_replace('|\[(.*?)\]|', ' <span class="anchorBookmark">$1</span> ', $bkDescription); // highlight starting anchor
+                       $bkDescription = preg_replace('|\[(.*?)\]|', ' <span class="anchorBookmark">$1</span> ยป ', $bkDescription); // highlight starting anchor
                        $bkDescription = preg_replace('@((http|https|ftp)://.*?)( |\r|$)@', '<a href="$1" rel="nofollow">$1</a>$3', $bkDescription); // make url clickable
                        
                }
index 72c561252661103fa144c106d15b8491b4622b9c..d5ee7b07bec4608eb290cec911d0c0c08188c204 100644 (file)
@@ -40,8 +40,7 @@ if(isset($_GET['popup'])) {
 if(!isset($_GET['popup'])) {
        $this->includeTemplate('toolbar.inc');
 }
-?> <?php if(!isset($_GET['popup'])):?> <!--span id="welcome"><?php echo $GLOBALS['welcomeMessage'];?></span-->
-<?php endif; ?></div>
+?></div>
 
 <?php
 if (isset($subtitle)) {
@@ -56,4 +55,4 @@ if (isset($msg) && $msg!='') {
 if (isset($tipMsg) && $tipMsg!='') {
        echo '<p class="tipMsg">'. $tipMsg ."</p>\n";
 }
-?>
\ No newline at end of file
+?>