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:
parent
2fb1f13f93
commit
9c00383f0f
3 changed files with 4 additions and 5 deletions
|
@ -244,7 +244,7 @@ li.xfolkentry.shared {
|
|||
}
|
||||
|
||||
li.xfolkentry div div.description span.anchorBookmark {
|
||||
font-family:monospace;
|
||||
/*font-family:monospace;*/
|
||||
}
|
||||
|
||||
/* SIDEBAR */
|
||||
|
|
|
@ -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
|
||||
|
||||
}
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue