diff options
author | gerv%gerv.net <> | 2002-04-05 17:13:46 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-05 17:13:46 +0200 |
commit | 530c0dc71b2ca14bded67aeeae8a4c7126e2837a (patch) | |
tree | 8c3467d1ab2432d31b97162cea09bee5f5ff9c0d /template/default/sidebar/xul.tmpl | |
parent | 57f2b020a59aa96376f87eabaaccc64f1e90931c (diff) | |
download | bugzilla-530c0dc71b2ca14bded67aeeae8a4c7126e2837a.tar.gz bugzilla-530c0dc71b2ca14bded67aeeae8a4c7126e2837a.tar.xz |
Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch by gerv, r=myk, bbaetz.
Diffstat (limited to 'template/default/sidebar/xul.tmpl')
-rw-r--r-- | template/default/sidebar/xul.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/sidebar/xul.tmpl b/template/default/sidebar/xul.tmpl index d8af5d3f2..6bae21631 100644 --- a/template/default/sidebar/xul.tmpl +++ b/template/default/sidebar/xul.tmpl @@ -97,7 +97,7 @@ function normal_keypress_handler( aEvent ) { <text class="text-link" onclick="load_relative_url('[% mybugsurl FILTER html %]')" value="my bugs"/> [% END %] [% IF anyvotesallowed && username %] - <text class="text-link" onclick="load_relative_url('showvotes.cgi')" value="my votes"/> + <text class="text-link" onclick="load_relative_url('votes.cgi?action=show_user')" value="my votes"/> [% END %] [% FOREACH name = namedqueries %] |