* fixed some typos

* changes account.management to use buttons defined in template
This commit is contained in:
slawkens1
2018-01-06 23:43:52 +01:00
parent dece42c155
commit 792770e5e2
8 changed files with 32 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ Page: {{ links_to_pages|raw }}<br/>
<br />
{% endif %}
<font size="1">
{% if post.group is defined and post.group|lower != 'player' %}
{% if post.group is defined %}
Position: {{ post.group }}<br />
{% endif %}
@@ -55,7 +55,7 @@ Page: {{ links_to_pages|raw }}<br/>
{% if post.first_post != post.id %}
<a href="?subtopic=forum&action=remove_post&id={{ post.id }}" title="Remove Post" onclick="return confirm('Are you sure you want remove post of {{ post.player.getName() }}?')"><img src="images/del.png"/></a>
{% else %}
<a href="?subtopic=forum&action=move_thread&id={{ post.id }}"><img src="images/icons/arrow_right.gif"/></a>
<a href="?subtopic=forum&action=move_thread&id={{ post.id }}" title="Move Thread"><img src="images/icons/arrow_right.gif"/></a>
<a href="?subtopic=forum&action=remove_post&id={{ post.id }}" title="Remove Thread" target="_blank" onclick="return confirm('Are you sure you want remove thread > {{ post.post_topic}} <?')"><img src="images/del.png"/></a>
{% endif %}
{% if logged and (post.player.getAccount().getId() == account_logged.getId() or is_moderator) %}