diff options
author | burnus%gmx.de <> | 2003-04-03 22:39:06 +0200 |
---|---|---|
committer | burnus%gmx.de <> | 2003-04-03 22:39:06 +0200 |
commit | 337e0be6c8660da73f7e55e299c7522e784d5ff6 (patch) | |
tree | f07c55b21e9090f1b279774811592c04979e5003 /template | |
parent | b259c4b4252cde8e7926690f6ba419d2ee7c59fc (diff) | |
download | bugzilla-337e0be6c8660da73f7e55e299c7522e784d5ff6.tar.gz bugzilla-337e0be6c8660da73f7e55e299c7522e784d5ff6.tar.xz |
Bug 190589 - sidebar.cgi should link to report.cgi instead of reports.cgi for consistency
r,a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/sidebar.xul.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index d856e4e88..a065d447a 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -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"/> |