diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/navigate.html.tmpl | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/template/en/default/bug/navigate.html.tmpl b/template/en/default/bug/navigate.html.tmpl index 95fe5a411..8d7f8df12 100644 --- a/template/en/default/bug/navigate.html.tmpl +++ b/template/en/default/bug/navigate.html.tmpl @@ -28,23 +28,16 @@ [% bug.bug_id FILTER uri %]">Format For Printing</a></li> <li> - <a href="show_bug.cgi?ctype=xml&id= [% bug.bug_id FILTER uri %]">XML</a></li> - <li> - <a href="enter_bug.cgi?format=__default__&cloned_bug_id= - [% bug.bug_id FILTER uri %]" - id="clone_bug">Clone This - [% terms.Bug %]</a></li> + <li> - + <a href="enter_bug.cgi?format=__default__&cloned_bug_id=[% bug.bug_id FILTER uri %]" + id="clone_bug" + onclick="return show_clone_menu(this, '[% bug.id FILTER js %]', '[% bug.product FILTER js %]', '[% bug.component FILTER js %]');"> + Clone This [% terms.Bug %]</a> + </li> [%# Links to more things users can do with this bug. %] [% Hook.process("links") %] <li> - <a href="#">Top of page </a></li> </ul> - <script type="text/javascript"> - YAHOO.util.Event.onDOMReady(function() { - init_clone_bug_menu( - YAHOO.util.Dom.get('clone_bug'), - '[% bug.bug_id FILTER js %]', - '[% bug.product FILTER js %]', - '[% bug.component FILTER js %]'); - }); - </script> [% END %] [% SET my_search = user.recent_search_for(bug) %] |