summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-06-25 21:28:47 +0200
committerlpsolit%gmail.com <>2005-06-25 21:28:47 +0200
commit25a83b434ea1a3cbded1ade80df2cb78f2e733dc (patch)
tree110dec79171ae5de558e0bb03d585a31b2988ba1 /template
parent951c040a0968a02740464e359a9bfd3c75a0e4cc (diff)
downloadbugzilla-25a83b434ea1a3cbded1ade80df2cb78f2e733dc.tar.gz
bugzilla-25a83b434ea1a3cbded1ade80df2cb78f2e733dc.tar.xz
Bug 298190: The "200 bugs" limit in buglist.cgi should be a constant, not a magic number - Patch by Tiago R. Mello <timello@async.com.br> r=kiko,justdave a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/messages.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index e0821688b..f9087a21f 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -128,8 +128,9 @@
[% 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.
- [% IF bugs.size == 200 %]
- Only the 200 most relevant [% terms.bugs %] are shown.
+ [% IF bugs.size == constants.FULLTEXT_BUGLIST_LIMIT %]
+ Only the [% constants.FULLTEXT_BUGLIST_LIMIT FILTER html %]
+ most relevant [% terms.bugs %] are shown.
[% END %]
[% ELSIF message_tag == "change_columns" %]