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.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index e5ffb7819..a2301e75a 100644
--- a/template/en/default/admin/groups/create.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl
@@ -60,6 +60,14 @@
</td>
</tr>
+ <tr>
+ <th>Idle Member Removal:</th>
+ <td colspan="3">
+ <input type="text" size="5" maxlength="5" id="idle_member_removal" name="idle_member_removal">
+ days (setting to 0 disables this feature)
+ </td>
+ </tr>
+
[% Hook.process('field') %]
</table>