From 50cdda2d571514abf2e8781cb376da199cdb1816 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 12 Nov 2007 03:57:08 +0000 Subject: Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colin --- template/en/default/admin/groups/confirm-remove.html.tmpl | 5 ++++- template/en/default/admin/groups/create.html.tmpl | 1 + template/en/default/admin/groups/delete.html.tmpl | 1 + template/en/default/admin/groups/edit.html.tmpl | 2 ++ template/en/default/admin/groups/list.html.tmpl | 1 + 5 files changed, 9 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin/groups') diff --git a/template/en/default/admin/groups/confirm-remove.html.tmpl b/template/en/default/admin/groups/confirm-remove.html.tmpl index 27d0ba5d8..0c0e28501 100644 --- a/template/en/default/admin/groups/confirm-remove.html.tmpl +++ b/template/en/default/admin/groups/confirm-remove.html.tmpl @@ -33,7 +33,10 @@ [% title = "Confirm: Remove All Explicit Members?" %] [% END %] -[% PROCESS global/header.html.tmpl %] +[% PROCESS global/header.html.tmpl + title = title + doc_section = "groups.html" +%] [% IF regexp %]

This option will remove all users from '[% group.name FILTER html %]' diff --git a/template/en/default/admin/groups/create.html.tmpl b/template/en/default/admin/groups/create.html.tmpl index 49cd550e9..13b1a4254 100644 --- a/template/en/default/admin/groups/create.html.tmpl +++ b/template/en/default/admin/groups/create.html.tmpl @@ -28,6 +28,7 @@ [% PROCESS global/header.html.tmpl title = "Add group" subheader = "This page allows you to define a new user group." + doc_section = "groups.html#create-groups" %]

diff --git a/template/en/default/admin/groups/delete.html.tmpl b/template/en/default/admin/groups/delete.html.tmpl index d7809bca7..0f7bdcd78 100644 --- a/template/en/default/admin/groups/delete.html.tmpl +++ b/template/en/default/admin/groups/delete.html.tmpl @@ -36,6 +36,7 @@ [% PROCESS global/header.html.tmpl title = "Delete group" + doc_section = "groups.html" %] diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl index 607ae4002..7cb989d99 100644 --- a/template/en/default/admin/groups/edit.html.tmpl +++ b/template/en/default/admin/groups/edit.html.tmpl @@ -33,6 +33,8 @@ [% title = BLOCK %]Change Group: [% group.name FILTER html %][% END %] [% PROCESS global/header.html.tmpl + title = title + doc_section = "groups.html#edit-groups" style = " .grant_table { border-collapse: collapse; } .grant_table td, .grant_table th { diff --git a/template/en/default/admin/groups/list.html.tmpl b/template/en/default/admin/groups/list.html.tmpl index 2acbdb1a4..029e5f0b4 100644 --- a/template/en/default/admin/groups/list.html.tmpl +++ b/template/en/default/admin/groups/list.html.tmpl @@ -34,6 +34,7 @@ [% PROCESS global/header.html.tmpl title = "Edit Groups" subheader = "This lets you edit the groups available to put users in." + doc_section = "groups.html" %] [% edit_contentlink = "editgroups.cgi?action=changeform&group=%%id%%" %] -- cgit v1.2.3-24-g4f1b