[Oi-commits] r1317 - trunk/templates/forum

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Thu May 1 10:52:19 EEST 2008


Author: jnmbk
Date: Thu May  1 10:52:19 2008
New Revision: 1317

Modified:
   trunk/templates/forum/topic.html
Log:
quote button

Modified: trunk/templates/forum/topic.html
=================================================================
--- trunk/templates/forum/topic.html	(original)
+++ trunk/templates/forum/topic.html	Thu May  1 10:52:19 2008
@@ -38,7 +38,7 @@
                 {{ post.created|date:"d-m-Y H:i" }}
             </div>
             <div class="post_message_top_button">
-                <a href="{{ forum.get_absolute_url }}{{ topic.id }}/quote/{{ post.id }}/">Alıntı</a>
+                <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 perms.forum.change_post %}


More information about the Oi-commits mailing list