diff options
author | Simon Green <sgreen+mozilla@redhat.com> | 2012-01-11 21:13:42 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-11 21:13:42 +0100 |
commit | 26cac3c8ee9f03fa897c98d46ea5ea07369c378a (patch) | |
tree | 7c087a5e49b764ff1d3127ac4a882e438fb5bc25 /template/en/default/bug | |
parent | 08ba72337754e445828d10f2c12ed4c1d119556f (diff) | |
download | bugzilla-26cac3c8ee9f03fa897c98d46ea5ea07369c378a.tar.gz bugzilla-26cac3c8ee9f03fa897c98d46ea5ea07369c378a.tar.xz |
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
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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'); </tr> [% END %] - [% IF Param("maxattachmentsize") %] + [% IF Param("maxattachmentsize") || Param("maxlocalattachment") %] <tr> <th>Attachment:</th> <td colspan="3"> |