summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/groups/create.html.tmpl')
-rw-r--r--template/en/default/admin/groups/create.html.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index b3ac72372..e5ffb7819 100644
--- a/template/en/default/admin/groups/create.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl
@@ -29,6 +29,8 @@
title = "Add group"
subheader = "This page allows you to define a new user group."
doc_section = "groups.html#create-groups"
+ generate_api_token = 1
+ javascript_urls = [ "js/field.js" ]
%]
<form method="post" action="editgroups.cgi">
@@ -47,6 +49,17 @@
<th>Icon URL:</th>
<td colspan="3"><input type="text" size="70" maxlength="255" id="icon_url" name="icon_url"></td>
</tr>
+ <tr>
+ <th>Owner:</th>
+ <td colspan="3">
+ [% INCLUDE global/userselect.html.tmpl
+ name => "owner"
+ id => "owner"
+ size => 30
+ %]
+ </td>
+ </tr>
+
[% Hook.process('field') %]
</table>