From 0b4ee129cc3a16943a39f01494f8167791a8d38a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 11 Feb 2009 19:41:14 +0000 Subject: Bug 376673: Add a simple version of the bug entry form (enter_bug.cgi) Patch By Max Kanat-Alexander r=pyrzak, r=LpSolit, a=LpSolit --- template/en/default/attachment/createformcontents.html.tmpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'template/en/default/attachment') diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl index 956b7bcc7..2fc80a518 100644 --- a/template/en/default/attachment/createformcontents.html.tmpl +++ b/template/en/default/attachment/createformcontents.html.tmpl @@ -33,7 +33,7 @@ [% IF Param("maxlocalattachment") %] - + BigFile: [% END %] [% IF Param("allow_attach_url") %] - + : URL to be attached instead.
@@ -54,6 +54,7 @@ onkeyup="URLFieldHandler()" onblur="URLFieldHandler()"> + [% END %] : @@ -62,7 +63,7 @@ - + Content Type: If the attachment is a patch, check the box below.
@@ -89,7 +90,7 @@ onchange="if (this.value) this.form.contenttypemethod[2].checked = true;"> - + [% IF flag_types && flag_types.size > 0 %] -- cgit v1.2.3-24-g4f1b