From 26cac3c8ee9f03fa897c98d46ea5ea07369c378a Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 11 Jan 2012 21:13:42 +0100 Subject: Bug 717210: If all attachments are stored locally (maxattachmentsize = 0, maxlocalattachment > 0), the link to attach files to bugs is not displayed r/a=LpSolit --- template/en/default/bug/create/create.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ee19ab5d6..3fdf56472 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -590,7 +590,7 @@ TUI_hide_default('attachment_text_field'); [% END %] - [% IF Param("maxattachmentsize") %] + [% IF Param("maxattachmentsize") || Param("maxlocalattachment") %] Attachment: -- cgit v1.2.3-24-g4f1b From eba2ab79d0d4a53fef4c3ca6d5001f73907608c7 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Thu, 12 Jan 2012 00:13:05 +0100 Subject: Bug 717215: Remove references to url_quote filter r/a=LpSolit --- template/en/default/bug/field.html.tmpl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 323b4b6be..9c956ea91 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -33,10 +33,6 @@ # the field value. # no_tds: boolean; if true, don't display the label or the # wrapping for the field. - # desc_url: string; Normally the label of a non-custom field links to - # fields.html. If you want it to link elsewhere, specify the - # relative URL you want to link to, here. Remember to call - # url_quote on any query string arguments. # bug (optional): The current Bugzilla::Bug being displayed, or a hash # with default field values being displayed on a page. #%] -- cgit v1.2.3-24-g4f1b