From 1f0d34a6f303fda7aa34d943c7cedb679fc5528c Mon Sep 17 00:00:00 2001 From: akrasilnikov Date: Fri, 20 Sep 2013 08:13:02 +0000 Subject: [PATCH] Bug 134161 - Add no result message git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1803 6955db30-a419-402b-8a0d-67ecbb4d7f56 --- .../en/default/attachment/show-multiple-simple.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/template/en/default/attachment/show-multiple-simple.html.tmpl b/template/en/default/attachment/show-multiple-simple.html.tmpl index 24d3e7ff8..c8de3a0ca 100644 --- a/template/en/default/attachment/show-multiple-simple.html.tmpl +++ b/template/en/default/attachment/show-multiple-simple.html.tmpl @@ -31,6 +31,12 @@
+ [% IF attachments.size == 0 %] + +

No attachments

+ + [% ELSE %] + [% FOREACH a = attachments %] @@ -46,6 +52,8 @@ [% END %]
+ + [% END %]