Subversion Repositories sct

Compare Revisions

Rev 746 → Rev 1031

showThread.html
36,7 → 36,7
{% sphboard_displayBreadcrumbsForThread thread %}
{% endblock %}
<br/>
{% if perms.post.change_post %}
{% if thread.allow_sticking or thread.allow_locking or thread.allow_moving %}
{% trans "Thread Options:" %}
{% if thread.allow_sticking %}
{% if thread.is_sticky %}
53,6 → 53,7
{% if thread.allow_moving %}
[ <a href="{% sph_url2 sphboard_move_thread thread_id=thread.id %}">{% trans "Move Thread" %}</a> ]
{% endif %}
{% comment %}
<!-- [ <a href="#" id="modifythreadtags">Modify Thread Tags</a> ] -->
<br/>
<div id="threadtagsfield" style="display:none;">
61,6 → 62,7
<input type="submit" value="{% trans "Store" %}" />
</form>
</div>
{% endcomment %}
{% endif %}
<br/>
{% if user.is_authenticated %}