summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-11-25 08:32:49 +0100
committermkanat%bugzilla.org <>2008-11-25 08:32:49 +0100
commitbb9d68e207399115fdc8bb067d855f1323cbf3c4 (patch)
tree21b94905ab3c811858127d3ef21c8ed9e6bdc218
parent13d0abb17da03f373f348fa9a65f44998bb95094 (diff)
downloadbugzilla-bb9d68e207399115fdc8bb067d855f1323cbf3c4.tar.gz
bugzilla-bb9d68e207399115fdc8bb067d855f1323cbf3c4.tar.xz
Bug 465746: Marking bugs duplicate got a lot more annoying
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
-rw-r--r--template/en/default/bug/edit.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 9eecb0213..c4f2f0fc8 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -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>