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
This commit is contained in:
mensonge 2009-02-17 10:25:29 +00:00
parent 2fb1f13f93
commit 9c00383f0f
3 changed files with 4 additions and 5 deletions

View file

@ -244,7 +244,7 @@ li.xfolkentry.shared {
} }
li.xfolkentry div div.description span.anchorBookmark { li.xfolkentry div div.description span.anchorBookmark {
font-family:monospace; /*font-family:monospace;*/
} }
/* SIDEBAR */ /* SIDEBAR */

View file

@ -232,7 +232,7 @@ if($currenttag!= '') {
} else { } else {
// Improve description display (anchors, links, ...) // Improve description display (anchors, links, ...)
$bkDescription = preg_replace('|\[\/.*?\]|', '', filter($row['bDescription'])); // remove final anchor $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 $bkDescription = preg_replace('@((http|https|ftp)://.*?)( |\r|$)@', '<a href="$1" rel="nofollow">$1</a>$3', $bkDescription); // make url clickable
} }

View file

@ -40,8 +40,7 @@ if(isset($_GET['popup'])) {
if(!isset($_GET['popup'])) { if(!isset($_GET['popup'])) {
$this->includeTemplate('toolbar.inc'); $this->includeTemplate('toolbar.inc');
} }
?> <?php if(!isset($_GET['popup'])):?> <!--span id="welcome"><?php echo $GLOBALS['welcomeMessage'];?></span--> ?></div>
<?php endif; ?></div>
<?php <?php
if (isset($subtitle)) { if (isset($subtitle)) {
@ -56,4 +55,4 @@ if (isset($msg) && $msg!='') {
if (isset($tipMsg) && $tipMsg!='') { if (isset($tipMsg) && $tipMsg!='') {
echo '<p class="tipMsg">'. $tipMsg ."</p>\n"; echo '<p class="tipMsg">'. $tipMsg ."</p>\n";
} }
?> ?>