From 881bbbd54a0bf3bee00eb8ab90bc8c65066f19cd Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 15 Mar 2004 07:21:00 +0000 Subject: Bug 232491 - try harder to avoid parameterless searches (either saved or otherwise.) Patch by gerv; r,a=myk. --- template/en/default/global/user-error.html.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'template') 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 %] -- cgit v1.2.3-24-g4f1b