From a7b489f00cd7577ce31383968eeef16050198c1b Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Wed, 17 Dec 2014 10:37:25 +0000 Subject: Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave. --- template/en/default/admin/flag-type/confirm-delete.html.tmpl | 2 +- template/en/default/admin/flag-type/edit.html.tmpl | 2 +- template/en/default/admin/flag-type/list.html.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/flag-type') diff --git a/template/en/default/admin/flag-type/confirm-delete.html.tmpl b/template/en/default/admin/flag-type/confirm-delete.html.tmpl index 4cc5890ed..a05e857d2 100644 --- a/template/en/default/admin/flag-type/confirm-delete.html.tmpl +++ b/template/en/default/admin/flag-type/confirm-delete.html.tmpl @@ -11,7 +11,7 @@ [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] - doc_section = "administration.html#deleting-a-flag" + doc_section = "administering/flags.html#deleting-a-flag" %]

diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl index 5f45b6b76..6c0e0cb78 100644 --- a/template/en/default/admin/flag-type/edit.html.tmpl +++ b/template/en/default/admin/flag-type/edit.html.tmpl @@ -25,7 +25,7 @@ onload="var f = document.forms['flagtype_properties']; selectProduct(f.product, f.component, null, null, '__Any__');" javascript_urls=["js/productform.js"] - doc_section = "administration.html#administering-flags" + doc_section = "administering/flags.html" %]

diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl index 25b2e3390..f4836ca7d 100644 --- a/template/en/default/admin/flag-type/list.html.tmpl +++ b/template/en/default/admin/flag-type/list.html.tmpl @@ -13,7 +13,7 @@ style_urls = ['skins/standard/admin.css'] onload="var f = document.flagtype_form; selectProduct(f.product, f.component, null, null, '__All__');" javascript_urls=["js/productform.js"] - doc_section = "administration.html#two-types-of-flags" + doc_section = "administering/flags.html" %]

-- cgit v1.2.3-24-g4f1b