]> git.wh0rd.org - tt-rss.git/commitdiff
pngquant some images
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 27 Dec 2011 10:30:20 +0000 (14:30 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 27 Dec 2011 10:30:20 +0000 (14:30 +0400)
17 files changed:
classes/feeds.php
images/art-readitlater.png
images/art-zoom.png
images/feed-icon-64x64.png
images/logo_wide.png
images/mark_set.gif [deleted file]
images/mark_set.png
images/mark_unset.gif [deleted file]
images/mark_unset.png
images/pub_set.gif [deleted file]
images/pub_set.png
images/pub_unset.gif [deleted file]
images/pub_unset.png
images/sign_excl.png
images/sign_info.png
images/sign_quest.png
include/functions.php

index f9f82cd163e4dda7098fb72e671a13a88db91d2d..2f4870f913087f707e61070315a45783a3704fff 100644 (file)
@@ -635,7 +635,7 @@ class Feeds extends Protected_Handler {
                                                        $reply['content'] .= "&nbsp;";\r
 \r
                                                        $reply['content'] .= "<a target='_blank' href='" . htmlspecialchars($tmp_line['feed_url']) . "'>";\r
-                                                       $reply['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.gif'></a>";\r
+                                                       $reply['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.png'></a>";\r
 \r
                                                        $reply['content'] .= "</div>";\r
                                                }\r
index c9be67ff1bf5ab5fa660bc8b2a60a5ed8d8d795d..e680c8fb0057037a4e9b68513a0c921696b90f64 100644 (file)
Binary files a/images/art-readitlater.png and b/images/art-readitlater.png differ
index 25465bca876231b1d76197a56bd378e2ccd3bef6..78511a6f6a7664dff838c47eaf2ce5205a6f85f1 100644 (file)
Binary files a/images/art-zoom.png and b/images/art-zoom.png differ
index 6272015574e301afe9e4fd45073c7e3554ddc9d1..ff8b85d25565cc79987a744d6fece988cad4987f 100644 (file)
Binary files a/images/feed-icon-64x64.png and b/images/feed-icon-64x64.png differ
index 43e3c5045bf9c9da5ac47b8008344e66b648bc22..46e469c20112a924ca9557ef8d18a8c55d0583d3 100644 (file)
Binary files a/images/logo_wide.png and b/images/logo_wide.png differ
diff --git a/images/mark_set.gif b/images/mark_set.gif
deleted file mode 100644 (file)
index aae4809..0000000
Binary files a/images/mark_set.gif and /dev/null differ
index a11d8c022932b8ee0635c3e89956199052a3a5b7..ed0473f1c46e7b5b269ab17fd351629606b34aa9 100644 (file)
Binary files a/images/mark_set.png and b/images/mark_set.png differ
diff --git a/images/mark_unset.gif b/images/mark_unset.gif
deleted file mode 100644 (file)
index bfa07c9..0000000
Binary files a/images/mark_unset.gif and /dev/null differ
index f64f2d4b9a43debc5ebb51b7ae7f68a6aa0a67b4..04f6ea4f018bf9f59009f115d783864cf3a58c75 100644 (file)
Binary files a/images/mark_unset.png and b/images/mark_unset.png differ
diff --git a/images/pub_set.gif b/images/pub_set.gif
deleted file mode 100644 (file)
index e57bc94..0000000
Binary files a/images/pub_set.gif and /dev/null differ
index 79a965bbef50124e745710e4aad0944967cd49b5..2503295c48486da9645ac48fdc623cd0dd5d5c90 100644 (file)
Binary files a/images/pub_set.png and b/images/pub_set.png differ
diff --git a/images/pub_unset.gif b/images/pub_unset.gif
deleted file mode 100644 (file)
index e470e8e..0000000
Binary files a/images/pub_unset.gif and /dev/null differ
index 74527cb1246c2bdc20f1ba1165c528d7cd787503..58a3cd35579320d10c741855d47efc8ca189356d 100644 (file)
Binary files a/images/pub_unset.png and b/images/pub_unset.png differ
index de340b5d35890d0d5ec3feeaeec6e8e1710406cf..d3e00ced61fd63376397d8a7991f9b1afe58dcb9 100644 (file)
Binary files a/images/sign_excl.png and b/images/sign_excl.png differ
index 7f1b607e9c67d67f5c6c7898c6c51fd3e1e07783..c2ae16a6747db3ab8240fa8c56ed0b3990939656 100644 (file)
Binary files a/images/sign_info.png and b/images/sign_info.png differ
index f09727cff20c8f21d50fd7a185bef3bcfc6540e9..3c2c93ec0e155a5f82fd78e3a8524ae3ca6396af 100644 (file)
Binary files a/images/sign_quest.png and b/images/sign_quest.png differ
index 5cbe80c817ce40fcf918354ab1857a3bc0c3f0ae..17595028990b0f54231e722a28ea029faa18bd91 100644 (file)
                                        $rv['content'] .= "&nbsp;";
 
                                        $rv['content'] .= "<a target='_blank' href='" . htmlspecialchars($tmp_line['feed_url']) . "'>";
-                                       $rv['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.gif'></a>";
+                                       $rv['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.png'></a>";
 
                                        $rv['content'] .= "</div>";
                                }