From: gerv%gerv.net <> Date: Wed, 13 Feb 2002 06:55:25 +0000 (+0000) Subject: Moving JS to beginning of file to avoid IE warnings. X-Git-Tag: bugzilla-2.16rc1~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a55ccb3848d0386c7a04256991af89970137d03;p=thirdparty%2Fbugzilla.git Moving JS to beginning of file to avoid IE warnings. --- diff --git a/template/default/attachment/edit.atml b/template/default/attachment/edit.atml index 61452145a4..c9a2980b3d 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 %]