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/custom_fields/create.html.tmpl | 4 +++- template/en/default/admin/custom_fields/edit.html.tmpl | 4 +++- template/en/default/admin/custom_fields/list.html.tmpl | 5 ++++- 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 + template/en/default/whine/schedule.html.tmpl | 5 ++++- 9 files changed, 23 insertions(+), 5 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl index 4feb57393..5dd50ce3b 100644 --- a/template/en/default/admin/custom_fields/create.html.tmpl +++ b/template/en/default/admin/custom_fields/create.html.tmpl @@ -21,7 +21,9 @@ [% PROCESS global/header.html.tmpl title = "Add a new Custom Field" - onload = "document.getElementById('new_bugmail').disabled = true;" %] + onload = "document.getElementById('new_bugmail').disabled = true;" + doc_section = "custom-fields.html#add-custom-fields" +%]