]> git.wh0rd.org - tt-rss.git/commitdiff
load scriptaculous in prefs.php
authorAndrew Dolgov <fox@bah.spb.su>
Sat, 11 Aug 2007 16:28:04 +0000 (17:28 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sat, 11 Aug 2007 16:28:04 +0000 (17:28 +0100)
functions.php
images/tag.png
prefs.php
tt-rss.css

index bb8b7ea2f655ae5e307e043fcb91b50488369049..37ea3d5bf808375f08fe4925adce419cfdbbaf79 100644 (file)
 
                        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>";
 
 //                                     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>";
index 9bf54ccc7b59f8fc99ed1db8830557e7d1127cf2..5415949ee9d524f7e8c9b4ac6721f48d44e6a9f9 100644 (file)
Binary files a/images/tag.png and b/images/tag.png differ
index 8bf283f1f105bd40c4457e51a4fd1bb361cbd613..5a31d94c5ae48ed28d4244415a8246387ab43e1a 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -39,6 +39,7 @@
        <link rel="shortcut icon" type="image/png" href="images/favicon.png">
 
        <script type="text/javascript" src="prototype.js"></script>
+       <script type="text/javascript" src="scriptaculous/scriptaculous.js"></script>
        <script type="text/javascript" src="localized_js.php?<?php echo $dt_add ?>"></script>
 
        <script type="text/javascript" src="functions.js?<?php echo $dt_add ?>"></script>
index a0ef19ce9dbbaf16a47f560ff21f60b6e766a667..c7b3048ec318653699383ff1f7773448af4f17e4 100644 (file)
@@ -56,6 +56,13 @@ div.postReply div.postIcon {
        margin : 10px 0px 10px 10px;
 }
 
+div.postReply img.tagsPic {
+       width : 16px;
+       height : 16px;
+       vertical-align : middle;
+}
+
+
 ul.feedList {
        list-style-type : none;
        margin : 5px;
@@ -936,27 +943,26 @@ div.cdmFooter span.s0 {
        border-width : 0px 1px 0px 0px;
        border-color : #c0c0c0;
        border-style : dotted;
-       padding : 0px 10px 0px 0px;
+       padding : 0px 5px 0px 0px;
 }
 
 div.cdmFooter span.s1 {
        border-width : 0px 1px 0px 0px;
        border-color : #c0c0c0;
        border-style : dotted;
-       padding : 0px 10px 0px 10px;
+       padding : 0px 5px 0px 5px;
 }
 
 div.cdmFooter span.s2 {
-       padding : 0px 10px 0px 10px;
+       padding : 0px 5px 0px 5px;
 }
 
-div.cdmFooter img.markedPic {
+div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic {
        width : 16px;
        height : 16px;
        vertical-align : middle;
 }
 
-
 div.cdmHeader div.articleUpdated {
        float : right;
 }