From d5adbc109d44481c9c4b7ba6429cbbc35487486e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 12 Nov 2007 04:03:16 +0000 Subject: Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin --- template/en/default/attachment/confirm-delete.html.tmpl | 5 ++++- template/en/default/attachment/create.html.tmpl | 1 + template/en/default/attachment/created.html.tmpl | 1 + template/en/default/attachment/diff-header.html.tmpl | 2 +- template/en/default/attachment/edit.html.tmpl | 1 + template/en/default/attachment/updated.html.tmpl | 1 + 6 files changed, 9 insertions(+), 2 deletions(-) (limited to 'template/en/default/attachment') diff --git a/template/en/default/attachment/confirm-delete.html.tmpl b/template/en/default/attachment/confirm-delete.html.tmpl index 82cff7ed2..4bd69e565 100644 --- a/template/en/default/attachment/confirm-delete.html.tmpl +++ b/template/en/default/attachment/confirm-delete.html.tmpl @@ -25,7 +25,10 @@ [%+ "$terms.Bug " _ a.bug_id FILTER bug_link(a.bug_id) FILTER none %] [% END %] -[% PROCESS global/header.html.tmpl title = title %] +[% PROCESS global/header.html.tmpl + title = title + doc_section = "attachments.html" +%] diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 781674a96..3a5353577 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -36,6 +36,7 @@ onload="setContentTypeDisabledState(document.entryform);" style_urls = [ 'skins/standard/create_attachment.css' ] javascript_urls = [ "js/attachment.js" ] + doc_section = "attachments.html" %] diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index 58822b89b..039cc8977 100644 --- a/template/en/default/attachment/created.html.tmpl +++ b/template/en/default/attachment/created.html.tmpl @@ -28,6 +28,7 @@ [% PROCESS global/header.html.tmpl title = "Attachment $attachment.id added to $terms.Bug $attachment.bug_id" + doc_section = "bug_page.html" %]
diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index 46db332c6..57afc799f 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -224,7 +224,7 @@ tbody.file pre:empty { [% subheader = BLOCK %] [% bugsummary FILTER html %] [% END %] - [% PROCESS global/header.html.tmpl %] + [% PROCESS global/header.html.tmpl doc_section = "attachments.html#patchviewer" %] [% ELSE %] diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index ffa53493d..23e104d86 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -35,6 +35,7 @@ title = title header = header subheader = subheader + doc_section = "attachments.html" style = " table.attachment_info th { text-align: right; vertical-align: top; } table.attachment_info td { text-align: left; vertical-align: top; } diff --git a/template/en/default/attachment/updated.html.tmpl b/template/en/default/attachment/updated.html.tmpl index 2cfb217ea..011435a16 100644 --- a/template/en/default/attachment/updated.html.tmpl +++ b/template/en/default/attachment/updated.html.tmpl @@ -27,6 +27,7 @@ [% PROCESS global/header.html.tmpl title = "Changes Submitted to Attachment $attachment.id of $terms.Bug $attachment.bug_id" + doc_section = "bug_page.html" %]
-- cgit v1.2.3-24-g4f1b