From cb3b2af430d6cfa4dc0049296ff487c78d8c6a53 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 29 Oct 2010 12:09:26 +0200 Subject: Bug 600516: The "Content Type" and "Flags" sections are not displayed when trying to add attachments on an existing bug and the user previously clicked "Hide Advanced Fields" in enter_bug.cgi a=LpSolit (module owner) --- template/en/default/attachment/createformcontents.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/attachment/createformcontents.html.tmpl') diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl index 42169796e..a1e168bec 100644 --- a/template/en/default/attachment/createformcontents.html.tmpl +++ b/template/en/default/attachment/createformcontents.html.tmpl @@ -49,7 +49,7 @@ - + Content Type: If the attachment is a patch, check the box below.
@@ -82,7 +82,7 @@ onchange="if (this.value) this.form.contenttypemethod[2].checked = true;"> - + [% IF flag_types && flag_types.size > 0 %] -- cgit v1.2.3-24-g4f1b