diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-12 15:11:36 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-12 15:11:36 +0100 |
commit | 8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1 (patch) | |
tree | 721eb5cb78a3eb7b625bab659bf35e3e62d45154 /template/en/default/attachment | |
parent | ccbeca7150a295e3a5b3fade2f2b07247dcb4d16 (diff) | |
download | bugs-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar bugs-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.gz bugs-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.bz2 bugs-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.xz bugs-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.zip |
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/attachment')
4 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl index fe6135679..dfc95c8f8 100644 --- a/template/en/default/attachment/confirm-delete.html.tmpl +++ b/template/en/default/attachment/confirm-delete.html.tmpl @@ -18,7 +18,7 @@ [% PROCESS global/header.html.tmpl title = title style_urls = ['skins/standard/admin.css'] - doc_section = "attachments.html" + doc_section = "using.html#attachments" %] <table id="admin_table"> diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index abc0f97bf..5c2384d51 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -19,7 +19,7 @@ style_urls = [ 'skins/standard/attachment.css' ] yui = [ 'autocomplete' ] javascript_urls = [ "js/attachment.js", 'js/field.js', "js/util.js", "js/TUI.js" ] - doc_section = "attachments.html" + doc_section = "using.html#attachments" %] <script type="text/javascript"> diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 63fe7345e..8d89f532e 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -37,7 +37,7 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %] [% subheader = BLOCK %] [% bugsummary FILTER html %] [% END %] - [% PROCESS global/header.html.tmpl doc_section = "attachments.html#patchviewer" + [% PROCESS global/header.html.tmpl doc_section = "using.html#patch-viewer" javascript_urls = "js/attachment.js" style_urls = ['skins/standard/attachment.css'] %] [% ELSE %] diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 518737788..54c7e07fb 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -20,7 +20,7 @@ title = title header = header subheader = subheader - doc_section = "attachments.html" + doc_section = "using.html#attachments" javascript_urls = ['js/attachment.js', 'js/field.js'] style_urls = ['skins/standard/attachment.css'] yui = [ 'autocomplete' ] |