]> 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 20:59:19 +0000 (20:59 +0000)
committerlpsolit%gmail.com <>
Sat, 2 Jun 2007 20:59:19 +0000 (20:59 +0000)
template/en/default/global/code-error.html.tmpl
template/en/default/global/user-error.html.tmpl

index 9cf5fd46e8338368f475d13a7e43c95c1ef6f38e..760d81043440b4ed579b9e066a7d9d5cbaab419d 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 9de2d03fc604d19c4fe20ebd220756ffd45e892b..4b676ab4ed8da81469a698e5e0c356cff550b16a 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" %]