From c60e8e1b9f6be9c721b729faa5d8afe6acc39bc7 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Wed, 15 Oct 2014 21:13:11 +0200 Subject: [PATCH] Moved tag ban checkbox after implications --- public_html/templates/tag.tpl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public_html/templates/tag.tpl b/public_html/templates/tag.tpl index 35c18032..73e4fa3e 100644 --- a/public_html/templates/tag.tpl +++ b/public_html/templates/tag.tpl @@ -14,18 +14,6 @@ <% } %> - <% if (privileges.canBan) { %> -
- -
- > - -
-
- <% } %> - <% if (privileges.canChangeImplications) { %>
@@ -46,6 +34,18 @@
<% } %> + <% if (privileges.canBan) { %> +
+ +
+ > + +
+
+ <% } %> +