From 35f0b9acba7908e06e2569468742086b51fc7d5c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 2 Jun 2007 21:01:46 +0000 Subject: [PATCH] =?utf8?q?Bug=20379127:=20Incorrect=20link=20to=20the=20do?= =?utf8?q?cumentation=20when=20trying=20to=20view=20an=20nonexistent=20sav?= =?utf8?q?ed=20search=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20?= =?utf8?q?Buclin=20=20r=3Dwurblzap=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/global/code-error.html.tmpl | 2 +- template/en/default/global/user-error.html.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index a4a9df9b9a..50f7f2de21 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 7452ab8d1a..e6871826fd 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -225,7 +225,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" %] @@ -967,7 +967,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. @@ -1261,7 +1261,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" %] -- 2.47.2