summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-11 17:28:04 +0100
committerAndrew Dolgov <[email protected]>2007-08-11 17:28:04 +0100
commit5f014cf1a70f6bd98626601098f437731f65430e (patch)
treee26e1b21e11a8d7ed423e5100d8d0482204361b4 /functions.php
parent019bd5a951f386e55350be22ff2a18dcd60f04ed (diff)
load scriptaculous in prefs.php
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index bb8b7ea2f..37ea3d5bf 100644
--- a/functions.php
+++ b/functions.php
@@ -3771,7 +3771,9 @@
if (!$tags_str) $tags_str = '<span class="tagList">'.__('no tags').'</span>';
- print "<div style='float : right'>$tags_str
+ print "<div style='float : right'>
+ <img src='images/tag.png' class='tagsPic' alt='Tags' title='Tags'>
+ $tags_str
<a title=\"Edit tags for this article\"
href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a></div>
<div clear='both'>$entry_comments</div>";
@@ -4115,7 +4117,9 @@
// print "<img src='images/tag.png' class='markedPic'>";
- print "<span class='s1'>Tags: $tags_str <a title=\"Edit tags for this article\"
+ print "<span class='s1'>
+ <img class='tagsPic' src='images/tag.png' alt='Tags'
+ title='Tags'> $tags_str <a title=\"Edit tags for this article\"
href=\"javascript:editArticleTags($id, $feed_id, true)\">(+)</a>";
print "</span>";