Changeset 258:69ace32018ce
- Timestamp:
- 09.06.2010 22:53:19 (20 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
djangobb/djangobb_forum/templates/forum/topic.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
djangobb/djangobb_forum/templates/forum/topic.html
r248 r258 110 110 <div class="postfootright"> 111 111 <ul> 112 <li class="postreport"><a href="{% url djangobb:misc %}?action=report&post_id={{ post.id }}">{% trans "Report" %}</a> |</li>112 <li class="postreport"><a href="{% url djangobb:misc %}?action=report&post_id={{ post.id }}">{% trans "Report" %}</a> </li> 113 113 {% if moderator or post|forum_equal_to:last_post %} 114 114 {% if moderator or post.user|forum_equal_to:user %} 115 <li class="postdelete"><a onclick="return confirm('{% trans "Are you sure you want to delete this post?" %}')" href="{% url djangobb:delete_post post.id %}">{% trans "Delete" %}</a> |</li>115 | <li class="postdelete"><a onclick="return confirm('{% trans "Are you sure you want to delete this post?" %}')" href="{% url djangobb:delete_post post.id %}">{% trans "Delete" %}</a> </li> 116 116 {% endif %} 117 117 {% endif %} 118 118 {% if moderator or post|forum_posted_by:user %} 119 <li class="postedit"><a href="{% url djangobb:edit_post post.id %}">{% trans "Edit" %}</a> | </li> 120 {% endif %} 121 <li class="postquote"><a href="{% url djangobb:add_post topic.id %}?post_id={{ post.id }}">{% trans "Reply" %}</a> | </li> 122 <li class="postquote"><a onmouseover="copyQ('{{ post.user }}');" href="javascript:pasteQ();">{% trans "Quote" %}</a></li> 119 | <li class="postedit"><a href="{% url djangobb:edit_post post.id %}">{% trans "Edit" %}</a> </li> 120 {% endif %} 121 | <li class="postquote"><a href="{% url djangobb:add_post topic.id %}?post_id={{ post.id }}">{% trans "Reply" %}</a> </li> 122 {% if user.is_authenticated %} 123 | <li class="postquote"><a onmouseover="copyQ('{{ post.user }}');" href="javascript:pasteQ();">{% trans "Quote" %}</a></li> 124 {% endif %} 123 125 </ul> 124 126 </div>
Note: See TracChangeset
for help on using the changeset viewer.
