From ad8500948cd54bfae85b6d6613f610eff4fbbfe5 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 11 Jan 2012 21:12:02 +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/attachment/list.html.tmpl | 4 ++-- template/en/default/bug/create/create.html.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 4ad5e528a..fa8e4774e 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -19,7 +19,7 @@ # Frédéric Buclin #%] -[% RETURN UNLESS attachments.size || Param("maxattachmentsize") %] +[% RETURN UNLESS attachments.size || Param("maxattachmentsize") || Param("maxlocalattachment") %]