]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 190589 - sidebar.cgi should link to report.cgi instead of reports.cgi for consistency
authorburnus%gmx.de <>
Thu, 3 Apr 2003 20:39:06 +0000 (20:39 +0000)
committerburnus%gmx.de <>
Thu, 3 Apr 2003 20:39:06 +0000 (20:39 +0000)
r,a=justdave

template/en/default/sidebar.xul.tmpl

index d856e4e88811f2fab5db3e48d36ffb9e46cb5f53..a065d447a6372f0a1aaa678ea98e9ba316ede224 100644 (file)
@@ -68,7 +68,7 @@ function normal_keypress_handler( aEvent ) {
   <box autostretch="never" valign="top">
     <box orient="vertical" flex="1">
       <text class="text-link" onclick="load_relative_url('query.cgi')" value="new query"/>
-      <text class="text-link" onclick="load_relative_url('reports.cgi')" value="reports"/>
+      <text class="text-link" onclick="load_relative_url('report.cgi')" value="reports"/>
       <text class="text-link" onclick="load_relative_url('enter_bug.cgi')" value="new bug"/>
       <separator class="thin"/>