]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 379127: Incorrect link to the documentation when trying to view an nonexistent...
authorlpsolit%gmail.com <>
Sat, 2 Jun 2007 21:01:46 +0000 (21:01 +0000)
committerlpsolit%gmail.com <>
Sat, 2 Jun 2007 21:01:46 +0000 (21:01 +0000)
template/en/default/global/code-error.html.tmpl
template/en/default/global/user-error.html.tmpl

index a4a9df9b9a252407453d6d8b0f96393028fb1296..50f7f2de210a99301bade8e9524aa7d372c2a701 100644 (file)
@@ -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 (<em>[% action FILTER html %]</em>)
     of the <em>action</em> variable.
   
index 7452ab8d1a6b256113fd360cdcb264920e893d6b..e6871826fdfe7de08328da5aa10ab90aa7803261 100644 (file)
   [% 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" %]
   [% 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 <em>[% queryname FILTER html %]</em>
     [% IF sharer_id && sharer_id != user.id %]
       has not been made visible to you.
 
   [% 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" %]