diff options
author | lpsolit%gmail.com <> | 2007-11-12 04:57:08 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-11-12 04:57:08 +0100 |
commit | 50cdda2d571514abf2e8781cb376da199cdb1816 (patch) | |
tree | 1998bd4eb005e0f51ad1b0bfbf30986419f2d99d /template/en/default/admin/custom_fields | |
parent | a730795dfde3ca244bf2245ae7903053f9d4936f (diff) | |
download | bugzilla-50cdda2d571514abf2e8781cb376da199cdb1816.tar.gz bugzilla-50cdda2d571514abf2e8781cb376da199cdb1816.tar.xz |
Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colin
Diffstat (limited to 'template/en/default/admin/custom_fields')
-rw-r--r-- | template/en/default/admin/custom_fields/create.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/admin/custom_fields/edit.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/admin/custom_fields/list.html.tmpl | 5 |
3 files changed, 10 insertions, 3 deletions
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" +%] <script type="text/javascript"> <!-- diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl index b983bbcc6..596e7e704 100644 --- a/template/en/default/admin/custom_fields/edit.html.tmpl +++ b/template/en/default/admin/custom_fields/edit.html.tmpl @@ -25,7 +25,9 @@ [% PROCESS global/header.html.tmpl title = title - onload = "toggleCheckbox(document.getElementById('enter_bug'), 'new_bugmail');" %] + onload = "toggleCheckbox(document.getElementById('enter_bug'), 'new_bugmail');" + doc_section = "custom-fields.html#edit-custom-fields" +%] <script type="text/javascript"> <!-- diff --git a/template/en/default/admin/custom_fields/list.html.tmpl b/template/en/default/admin/custom_fields/list.html.tmpl index 51575570c..acb3f680d 100644 --- a/template/en/default/admin/custom_fields/list.html.tmpl +++ b/template/en/default/admin/custom_fields/list.html.tmpl @@ -19,7 +19,10 @@ [% PROCESS "global/field-descs.none.tmpl" %] -[% PROCESS global/header.html.tmpl title = "Custom Fields" %] +[% PROCESS global/header.html.tmpl + title = "Custom Fields" + doc_section = "custom-fields.html" +%] [% columns = [ { |