From 5a55ccb3848d0386c7a04256991af89970137d03 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 13 Feb 2002 06:55:25 +0000 Subject: Moving JS to beginning of file to avoid IE warnings. --- template/default/attachment/edit.atml | 158 +++++++++++++++++----------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/template/default/attachment/edit.atml b/template/default/attachment/edit.atml index 61452145a..c9a2980b3 100755 --- a/template/default/attachment/edit.atml +++ b/template/default/attachment/edit.atml @@ -36,85 +36,6 @@ " %] -
- - - - - - - - - - [% IF isviewable %] - - [% ELSE %] - - [% END %] - - - -
- - Description:
-
- - MIME Type:
-
- - Flags:
- patch - obsolete
- - [% IF statusdefs.size %] - Status:
- [% FOREACH def = statusdefs %] - [% def.name %]
- [% END %] - [% END %] - -
- Comment (on the bug):
-
-
- - - -
-
- - - - -

- Attachment cannot be viewed because its MIME type is not either text/*, image/*, or application/vnd.mozilla.*. - Download the attachment instead. -

-
- - Attachments on this Bug: - [% FOREACH a = attachments %] - [% IF a == attachid %] - #[% a %] - [% ELSE %] - #[% a %] - [% END %] - [% "|" UNLESS loop.last() %] - [% END %] - -
- +
+ + + + + + + + + + [% IF isviewable %] + + [% ELSE %] + + [% END %] + + + +
+ + Description:
+
+ + MIME Type:
+
+ + Flags:
+ patch + obsolete
+ + [% IF statusdefs.size %] + Status:
+ [% FOREACH def = statusdefs %] + [% def.name %]
+ [% END %] + [% END %] + +
+ Comment (on the bug):
+
+
+ + + +
+
+ + + + +

+ Attachment cannot be viewed because its MIME type is not either text/*, image/*, or application/vnd.mozilla.*. + Download the attachment instead. +

+
+ + Attachments on this Bug: + [% FOREACH a = attachments %] + [% IF a == attachid %] + #[% a %] + [% ELSE %] + #[% a %] + [% END %] + [% "|" UNLESS loop.last() %] + [% END %] + +
+
[% INCLUDE global/footer %] -- cgit v1.2.3-24-g4f1b