diff options
author | lpsolit%gmail.com <> | 2005-06-21 05:32:34 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-06-21 05:32:34 +0200 |
commit | 92f24fd50a29447b3d913cb9e0be8d4be04a9f0f (patch) | |
tree | 7d20ae410e84429ffe6b40a12e8683cca3c111d1 /template/en | |
parent | 7b043a40aa3b90ce29855a5a23bebc49cb8cf5c9 (diff) | |
download | bugzilla-92f24fd50a29447b3d913cb9e0be8d4be04a9f0f.tar.gz bugzilla-92f24fd50a29447b3d913cb9e0be8d4be04a9f0f.tar.xz |
Bug 244533: Display "only the 200 most relevant bugs are shown" only when more than 200 bugs are found - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 51056ec6c..e0821688b 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -127,8 +127,10 @@ [% ELSIF message_tag == "buglist_sorted_by_relevance" %] [% terms.Bugs %] on this list are sorted by relevance, with the most - relevant [% terms.bugs %] at the top. Only the 200 most relevant - [%+ terms.bugs %] are shown. + relevant [% terms.bugs %] at the top. + [% IF bugs.size == 200 %] + Only the 200 most relevant [% terms.bugs %] are shown. + [% END %] [% ELSIF message_tag == "change_columns" %] [% title = "Change columns" %] |