[Oi-commits] r1343 - in trunk: media/dijital/img/forum templates/forum

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Tue May 6 19:21:47 EEST 2008


Author: jnmbk
Date: Tue May  6 19:21:47 2008
New Revision: 1343

Added:
   trunk/media/dijital/img/forum/watch.gif   (contents, props changed)
Modified:
   trunk/templates/forum/topic.html
Log:
watch image

Modified: trunk/templates/forum/topic.html
=================================================================
--- trunk/templates/forum/topic.html	(original)
+++ trunk/templates/forum/topic.html	Tue May  6 19:21:47 2008
@@ -40,7 +40,11 @@
             <div class="post_message_top_button">
                 <a href="{{ post.get_quote_url }}"><img src="/media/dijital/img/forum/quote.gif" alt="alıntıla" border="0" /></a>
             </div>
-            {% if forloop.first %}<div class="post_message_top_button"><a href="{{ topic.get_follow_url }}">İzle</a></div>{% endif %}
+            {% if forloop.first %}
+            <div class="post_message_top_button">
+                <a href="{{ topic.get_follow_url }}"><img src="/media/dijital/img/forum/watch.gif" alt="izle" border="0" /></a>
+            </div>
+            {% endif %}
             {% if perms.forum.change_post %}
             <div class="post_message_top_button">
                 <a href="{{ post.get_edit_url }}"><img src="/media/dijital/img/forum/duzenle.jpg" alt="düzenle" border="0" /></a>


More information about the Oi-commits mailing list