/communitytools/trunk/sphenecoll/sphene/sphboard/templates/sphene/sphboard
{% 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 %} |
{% 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;"> |
<input type="submit" value="{% trans "Store" %}" /> |
</form> |
</div> |
{% endcomment %} |
{% endif %} |
<br/> |
{% if user.is_authenticated %} |