summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/custom_fields
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-02-12 15:11:36 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-02-12 15:11:36 +0100
commit8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1 (patch)
tree721eb5cb78a3eb7b625bab659bf35e3e62d45154 /template/en/default/admin/custom_fields
parentccbeca7150a295e3a5b3fade2f2b07247dcb4d16 (diff)
downloadbugzilla-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.gz
bugzilla-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.xz
Bug 969881: All "Help" links in the header and footer of pages point to inexistent files
r=gerv a=justdave
Diffstat (limited to 'template/en/default/admin/custom_fields')
-rw-r--r--template/en/default/admin/custom_fields/confirm-delete.html.tmpl2
-rw-r--r--template/en/default/admin/custom_fields/create.html.tmpl2
-rw-r--r--template/en/default/admin/custom_fields/edit.html.tmpl2
-rw-r--r--template/en/default/admin/custom_fields/list.html.tmpl2
4 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/admin/custom_fields/confirm-delete.html.tmpl b/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
index 471d7a1c4..43f33512a 100644
--- a/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
+++ b/template/en/default/admin/custom_fields/confirm-delete.html.tmpl
@@ -20,7 +20,7 @@
[% PROCESS global/header.html.tmpl
title = title
style_urls = ['skins/standard/admin.css']
- doc_section = "custom-fields.html#delete-custom-fields"
+ doc_section = "administration.html#deleting-custom-fields"
%]
<table id="admin_table">
diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl
index d610a68dc..1f6f71360 100644
--- a/template/en/default/admin/custom_fields/create.html.tmpl
+++ b/template/en/default/admin/custom_fields/create.html.tmpl
@@ -18,7 +18,7 @@
title = "Add a new Custom Field"
onload = "document.getElementById('new_bugmail').disabled = true;"
javascript_urls = [ 'js/util.js' ]
- doc_section = "custom-fields.html#add-custom-fields"
+ doc_section = "administration.html#adding-custom-fields"
style_urls = ['skins/standard/admin.css']
%]
diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl
index 7cc09e6ec..b8365b300 100644
--- a/template/en/default/admin/custom_fields/edit.html.tmpl
+++ b/template/en/default/admin/custom_fields/edit.html.tmpl
@@ -22,7 +22,7 @@
title = title
onload = "toggleCheckbox(document.getElementById('enter_bug'), 'new_bugmail');"
javascript_urls = [ 'js/util.js' ]
- doc_section = "custom-fields.html#edit-custom-fields"
+ doc_section = "administration.html#editing-custom-fields"
style_urls = ['skins/standard/admin.css']
%]
diff --git a/template/en/default/admin/custom_fields/list.html.tmpl b/template/en/default/admin/custom_fields/list.html.tmpl
index 7d54926b0..918b440ad 100644
--- a/template/en/default/admin/custom_fields/list.html.tmpl
+++ b/template/en/default/admin/custom_fields/list.html.tmpl
@@ -15,7 +15,7 @@
[% PROCESS global/header.html.tmpl
title = "Custom Fields"
style_urls = ['skins/standard/admin.css']
- doc_section = "custom-fields.html"
+ doc_section = "administration.html#custom-fields"
%]
[% delete_contentlink = BLOCK %]editfields.cgi?action=del&amp;name=%%name%%[% END %]