summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/groups')
-rw-r--r--template/en/default/admin/groups/create.html.tmpl2
-rw-r--r--template/en/default/admin/groups/list.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index d6422f769..fb255304c 100644
--- a/template/en/default/admin/groups/create.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl
@@ -28,7 +28,7 @@
[% PROCESS global/header.html.tmpl
title = "Add group"
- h2 = "This page allows you to define a new user group."
+ subheader = "This page allows you to define a new user group."
%]
<form method="post" action="editgroups.cgi">
diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl
index ef2c7486b..554ead771 100644
--- a/template/en/default/admin/groups/list.html.tmpl
+++ b/template/en/default/admin/groups/list.html.tmpl
@@ -34,7 +34,7 @@
[% PROCESS global/header.html.tmpl
title = "Edit Groups"
- h2 = "This lets you edit the groups available to put users in."
+ subheader = "This lets you edit the groups available to put users in."
%]
[% edit_contentlink = "editgroups.cgi?action=changeform&amp;group=%%id%%" %]