aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-17 10:38:17 +0000
committerGervase Markham <gerv@gerv.net>2014-12-17 10:38:17 +0000
commit707773ab84ff43fd755dd0a909b19fdca899760e (patch)
tree3338591b1d243a102f860ddc6708b3e7e6a36c7d /template/en/default/attachment
parent89b7de1363b5d185633596c874e1998adb526c91 (diff)
downloadbugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.gz
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.bz2
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.xz
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.zip
Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/confirm-delete.html.tmpl2
-rw-r--r--template/en/default/attachment/create.html.tmpl2
-rw-r--r--template/en/default/attachment/diff-header.html.tmpl3
-rw-r--r--template/en/default/attachment/edit.html.tmpl2
4 files changed, 4 insertions, 5 deletions
diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl
index dfc95c8f8..5108692a8 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 = "using.html#attachments"
+ doc_section = "using/editing.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 18cc12640..13c13cdb9 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/bug.css']
yui = [ 'autocomplete' ]
javascript_urls = [ "js/attachment.js", 'js/field.js', "js/util.js", "js/TUI.js" ]
- doc_section = "using.html#attachments"
+ doc_section = "using/editing.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 2a32de974..2b3e0d75d 100644
--- a/template/en/default/attachment/diff-header.html.tmpl
+++ b/template/en/default/attachment/diff-header.html.tmpl
@@ -37,8 +37,7 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %]
[% subheader = BLOCK %]
[% bugsummary FILTER html %]
[% END %]
- [% PROCESS global/header.html.tmpl doc_section = "using.html#patch-viewer"
- javascript_urls = [ "js/attachment.js" ]
+ [% PROCESS global/header.html.tmpl javascript_urls = [ "js/attachment.js" ]
style_urls = ['skins/standard/bug.css'] %]
[% ELSE %]
<!DOCTYPE html>
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index 77e3e571c..497f89a8d 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -21,7 +21,7 @@
title = title
header = header
subheader = subheader
- doc_section = "using.html#attachments"
+ doc_section = "using/editing.html#attachments"
javascript_urls = ['js/attachment.js', 'js/field.js']
style_urls = ['skins/standard/bug.css']
yui = [ 'autocomplete' ]