summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2004-03-15 08:21:00 +0100
committergerv%gerv.net <>2004-03-15 08:21:00 +0100
commit881bbbd54a0bf3bee00eb8ab90bc8c65066f19cd (patch)
treeb2db6a5cd1a68a0a6e2e0b3f4ba51241e0da089b /template
parent55f1c21087a26c82a81e98439cebdfacc3890c05 (diff)
downloadbugzilla-881bbbd54a0bf3bee00eb8ab90bc8c65066f19cd.tar.gz
bugzilla-881bbbd54a0bf3bee00eb8ab90bc8c65066f19cd.tar.xz
Bug 232491 - try harder to avoid parameterless searches (either saved or otherwise.) Patch by gerv; r,a=myk.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 3fa735cc3..1577619ee 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -118,9 +118,7 @@
[% ELSIF error == "buglist_parameters_required" %]
[% title = "Parameters Required" %]
- [% url = "query.cgi" %]
- [% link = "Please use the search form to specify some search criteria." %]
- This script is not meant to be invoked without any search terms.
+ You may not search, or create saved searches, without any search terms.
[% ELSIF error == "bugs_not_changed" %]
[% title = BLOCK %][% terms.Bugs %] Not Changed[% END %]