Commit bb9d68e2 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 465746: Marking bugs duplicate got a lot more annoying

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
parent 13d0abb1
......@@ -240,6 +240,7 @@
<table cellpadding="1" cellspacing="1">
<tr>
<td id="comment_status_commit">
<a name="add_comment"></a>
[% IF user.id %]
<label for="comment" accesskey="c"><b>Additional <u>C</u>omments</b></label>:
[% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %]
......@@ -249,7 +250,6 @@
<label for="newcommentprivacy">Private</label>
[% END %]
<br>
<a name="add_comment"></a>
[% INCLUDE global/textarea.html.tmpl
name = 'comment'
id = 'comment'
......@@ -447,8 +447,8 @@
[% END %]
[% END %]
[% IF bug.user.canedit || bug.user.isreporter %]
(<a href="#bug_status_bottom"
onclick="document.getElementById('bug_status').focus();return false;">edit</a>)
(<a href="#add_comment"
onclick="window.setTimeout(function() { document.getElementById('bug_status').focus(); }, 10)">edit</a>)
[% END %]
</span>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment