summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/navigate.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/navigate.html.tmpl')
-rw-r--r--template/en/default/bug/navigate.html.tmpl19
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>&nbsp;-&nbsp;<a href="show_bug.cgi?ctype=xml&amp;id=
[% bug.bug_id FILTER uri %]">XML</a></li>
- <li>&nbsp;-&nbsp;<a href="enter_bug.cgi?format=__default__&amp;cloned_bug_id=
- [% bug.bug_id FILTER uri %]"
- id="clone_bug">Clone This
- [% terms.Bug %]</a></li>
+ <li>&nbsp;-&nbsp;
+ <a href="enter_bug.cgi?format=__default__&amp;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>&nbsp;-&nbsp;<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) %]