diff options
author | Simon Green <sgreen+mozilla@redhat.com> | 2012-01-11 21:12:02 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-11 21:12:02 +0100 |
commit | ad8500948cd54bfae85b6d6613f610eff4fbbfe5 (patch) | |
tree | ad01a9813809609b4139cecb0484534637898c44 /template/en/default/bug/create | |
parent | 34c969c2144e5910e7532946d0a0313f48d31f01 (diff) | |
download | bugzilla-ad8500948cd54bfae85b6d6613f610eff4fbbfe5.tar.gz bugzilla-ad8500948cd54bfae85b6d6613f610eff4fbbfe5.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/create')
-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 616fab888..bdfe49087 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -587,7 +587,7 @@ TUI_hide_default('attachment_text_field'); </tr> [% END %] - [% IF Param("maxattachmentsize") %] + [% IF Param("maxattachmentsize") || Param("maxlocalattachment") %] <tr> <th>Attachment:</th> <td colspan="3"> |