From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. --- template/en/default/attachment/created.html.tmpl | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'template/en/default/attachment/created.html.tmpl') diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index 2b985bd0c..9fa7011fd 100644 --- a/template/en/default/attachment/created.html.tmpl +++ b/template/en/default/attachment/created.html.tmpl @@ -27,8 +27,10 @@ # contenttypemethod: string. How we got the content type of the attachment. # Possible values: autodetect, list, manual. #%] - -[% PROCESS global/header.html.tmpl + +[% PROCESS global/variables.none.tmpl %] + +[% PROCESS global/header.html.tmpl title = "Changes Submitted" style = "th { text-align: left; }" %] @@ -37,29 +39,30 @@

- Attachment #[% attachid %] - to Bug #[% bugid %] Created + Attachment #[% attachid %] + to [% terms.Bug %] #[% bugid %] Created

[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %] [% IF contenttypemethod == 'autodetect' %]

- Note: Bugzilla automatically detected the content type - [% contenttype %] for this attachment. If this is - incorrect, correct the value by + Note: [% terms.Bugzilla %] automatically detected the content type + [% contenttype %] for this attachment. If this is + incorrect, correct the value by editing the attachment.

[% END %] - Go back to bug #[% bugid %] + Go back to [% terms.bug %] #[% bugid %]

-Create Another Attachment to Bug #[% bugid %] +Create + Another Attachment to [% terms.Bug %] #[% bugid %]

[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b