aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/group_list.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template/group_list.tpl')
-rw-r--r--admin/themes/default/template/group_list.tpl6
1 files changed, 2 insertions, 4 deletions
diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl
index c12c89d0d..1d89362ce 100644
--- a/admin/themes/default/template/group_list.tpl
+++ b/admin/themes/default/template/group_list.tpl
@@ -9,11 +9,9 @@
<label for="groupname">{'Group name'|@translate}</label>
</span>
<input type="text" id="groupname" name="groupname" maxlength="50" size="20">
+ <input type="submit" name="submit_add" value="{'Add'|@translate}">
+ <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
- <p>
- <input class="submit" type="submit" name="submit_add" value="{'Add'|@translate}">
- <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
- </p>
</fieldset>
</form>