From f7b1c511e04eadfe10af75a84225b441b4abadd2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 23 Oct 2007 02:41:58 +0000 Subject: Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin --- template/en/default/admin/admin.html.tmpl | 1 + template/en/default/admin/flag-type/confirm-delete.html.tmpl | 5 ++++- template/en/default/admin/flag-type/edit.html.tmpl | 3 +++ template/en/default/admin/flag-type/list.html.tmpl | 1 + template/en/default/admin/params/editparams.html.tmpl | 1 + template/en/default/admin/sudo.html.tmpl | 1 + template/en/default/admin/users/confirm-delete.html.tmpl | 1 + template/en/default/admin/users/create.html.tmpl | 1 + template/en/default/admin/users/edit.html.tmpl | 1 + template/en/default/admin/users/list.html.tmpl | 1 + template/en/default/admin/users/search.html.tmpl | 1 + 11 files changed, 16 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin') diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl index 0a1aed289..dc8859537 100644 --- a/template/en/default/admin/admin.html.tmpl +++ b/template/en/default/admin/admin.html.tmpl @@ -22,6 +22,7 @@ [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] + doc_section = "administration.html" %]
There are [% flag_type.flag_count %] flags of type [% flag_type.name FILTER html %]. diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index 609e3db9d..ebebf5082 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -33,10 +33,12 @@ [% typeLabelLowerSingular = BLOCK %]attachment[% END %] [% END %] +[% doc_section = "flags-overview.html#flags-create" %] [% IF last_action == "copy" %] [% title = BLOCK %]Create Flag Type Based on [% type.name FILTER html %][% END %] [% ELSIF last_action == "edit" %] [% title = BLOCK %]Edit Flag Type [% type.name FILTER html %][% END %] + [% doc_section = "flags-overview.html#flags-edit" %] [% END %] [% PROCESS global/header.html.tmpl @@ -47,6 +49,7 @@ " onload="var f = document.forms[0]; selectProduct(f.product, f.component, null, null, '__Any__');" javascript_urls=["js/productform.js"] + doc_section = doc_section %]