aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/group_list.tpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--admin/themes/default/template/group_list.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl
index ab74985a4..ec222acf7 100644
--- a/admin/themes/default/template/group_list.tpl
+++ b/admin/themes/default/template/group_list.tpl
@@ -3,10 +3,8 @@
</div>
<form method="post" name="add_user" action="{$F_ADD_ACTION}" class="properties">
- <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}" />
<fieldset>
<legend>{'Add group'|@translate}</legend>
-
<span class="property">
<label for="groupname">{'Group name'|@translate}</label>
</span>
@@ -14,6 +12,7 @@
<p>
<input class="submit" type="submit" name="submit_add" value="{'Add'|@translate}" {$TAG_INPUT_ENABLED}>
+ <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
</p>
</fieldset>
</form>