comparison gpp/templates/forums/topic.html @ 115:0ce0104c7df3

Forums: split topic.
author Brian Neal <bgneal@gmail.com>
date Thu, 22 Oct 2009 02:57:18 +0000
parents c329bfaed4a7
children 3ae999b0c53b
comparison
equal deleted inserted replaced
114:535d02d1c017 115:0ce0104c7df3
45 <form action="{% url forums-mod_topic_delete topic.id %}" method="post"> 45 <form action="{% url forums-mod_topic_delete topic.id %}" method="post">
46 <input type="submit" value="Delete Topic" id="forum-mod-del-topic" /> 46 <input type="submit" value="Delete Topic" id="forum-mod-del-topic" />
47 </form> 47 </form>
48 <a href="{% url forums-mod_topic_move topic.id %}"><img src="{{ MEDIA_URL }}icons/application_go.png" alt="Move Topic" title="Move Topic" /></a> 48 <a href="{% url forums-mod_topic_move topic.id %}"><img src="{{ MEDIA_URL }}icons/application_go.png" alt="Move Topic" title="Move Topic" /></a>
49 <a href="{% url forums-mod_topic_move topic.id %}">Move this topic</a> 49 <a href="{% url forums-mod_topic_move topic.id %}">Move this topic</a>
50 <a href="{% url forums-mod_topic_split topic.id %}"><img src="{{ MEDIA_URL }}icons/arrow_branch.png" alt="Split Topic" title="Split Topic" /></a>
51 <a href="{% url forums-mod_topic_split topic.id %}">Split this topic</a>
50 </div> 52 </div>
51 {% endif %} 53 {% endif %}
52 54
53 {% if last_page and can_reply %} 55 {% if last_page and can_reply %}
54 <a name="forum-reply-form"></a> 56 <a name="forum-reply-form"></a>