aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-03-11 13:50:23 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-03-11 13:50:23 +0000
commitaa68de337a56cd734c8e6a22d044f1a3d9456376 (patch)
treedc1f5ae1d3a7da63ee7e98216bf122fa39893713 /templates
parent7428a3467c28756c7d8c3ad848753aa2fcac3065 (diff)
downloadsemanticscuttle-aa68de337a56cd734c8e6a22d044f1a3d9456376.tar.gz
semanticscuttle-aa68de337a56cd734c8e6a22d044f1a3d9456376.tar.bz2
Interface bug: arrange cascading thumbnail on Firefox
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@63 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r--templates/bookmarks.tpl.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php
index 90d1e58..cfed7d9 100644
--- a/templates/bookmarks.tpl.php
+++ b/templates/bookmarks.tpl.php
@@ -160,6 +160,8 @@ window.onload = playerLoad;
if ($GLOBALS['enableWebsiteThumbnails']) {
echo '<a href="'. $address .'"'. $rel .' ><img class="thumbnail" src="http://www.artviper.net/screenshots/screener.php?sdx=1024&sdy=768&w=90&h=68&url='.$address.'"></a>';
}
+ echo '<div>';
+
echo '<div class="link"><a href="'. $address .'"'. $rel .' class="taggedlink">'. filter($row['bTitle']) ."</a></div>\n";
if ($row['bDescription'] != '') {
echo '<div class="description">'. filter($row['bDescription']) ."</div>\n";
@@ -169,6 +171,9 @@ window.onload = playerLoad;
}
echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."</div>\n";
+
+ echo '</div>';
+
echo "</li>\n";
}
?>