From: lpsolit%gmail.com <> Date: Sat, 2 Jun 2007 20:59:19 +0000 (+0000) Subject: Bug 379127: Incorrect link to the documentation when trying to view an nonexistent... X-Git-Tag: bugzilla-3.1.2~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49117c52222b5e82fcaac4cfa2c356915a1b47b;p=thirdparty%2Fbugzilla.git Bug 379127: Incorrect link to the documentation when trying to view an nonexistent saved search - Patch by Frédéric Buclin r=wurblzap a=LpSolit --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 9cf5fd46e8..760d810434 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -40,7 +40,7 @@ [% error_message = BLOCK %] [% IF error == "action_unrecognized" %] [% docslinks = {'query.html' => "Searching for $terms.bugs", - 'list.html' => "$terms.Bug lists"} %] + 'query.html#list' => "$terms.Bug lists"} %] I don't recognize the value ([% action FILTER html %]) of the action variable. diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 9de2d03fc6..4b676ab4ed 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -229,7 +229,7 @@ [% ELSIF error == "buglist_parameters_required" %] [% title = "Parameters Required" %] [% docslinks = {'query.html' => "Searching for $terms.bugs", - 'list.html' => "$terms.Bug lists"} %] + 'query.html#list' => "$terms.Bug lists"} %] You may not search, or create saved searches, without any search terms. [% ELSIF error == "bugs_not_changed" %] @@ -982,7 +982,7 @@ [% ELSIF error == "missing_query" %] [% title = "Missing Search" %] [% docslinks = {'query.html' => "Searching for $terms.bugs", - 'list.html' => "$terms.Bug lists"} %] + 'query.html#list' => "$terms.Bug lists"} %] The search named [% queryname FILTER html %] [% IF sharer_id && sharer_id != user.id %] has not been made visible to you. @@ -1281,7 +1281,7 @@ [% ELSIF error == "query_name_missing" %] [% title = "No Search Name Specified" %] - [% docslinks = {'list.html' => "About $terms.bug lists"} %] + [% docslinks = {'query.html#list' => "$terms.Bug lists"} %] You must enter a name for your search. [% ELSIF error == "query_name_too_long" %]