From a87a5b411b4f173a7b1de2b919e71335306349ed Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Fri, 26 Oct 2001 03:37:50 +0000 Subject: Fix for bug 98602: re-implementation of "create attachment" page. Patch by Myk Melez . r=gerv@mozilla.org,jake@acutex.net --- template/default/attachment/created.atml | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 template/default/attachment/created.atml (limited to 'template/default/attachment/created.atml') diff --git a/template/default/attachment/created.atml b/template/default/attachment/created.atml new file mode 100644 index 000000000..f58884fdd --- /dev/null +++ b/template/default/attachment/created.atml @@ -0,0 +1,35 @@ +[% INCLUDE global/header + title = "Changes Submitted" + style = "th { text-align: left; }" +%] + + + + + + +
+

+ Attachment #[% attachid %] + to Bug #[% bugid %] Created +

+ + [% mailresults %] + + [% IF contenttypemethod == 'autodetect' %] +

+ Note: 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 %] +
+ +

+Create Another Attachment to Bug #[% bugid %] +

+ +[% INCLUDE global/footer %] -- cgit v1.2.3-24-g4f1b