diff options
author | Tim Guan-tin Chien [:timdream] (MoCo-TPE) (please ni?) <timdream@gmail.com> | 2014-05-23 18:16:21 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2014-05-23 18:16:21 +0200 |
commit | 8decb5ba9b16faa2ee1c82cd15900c43913d3626 (patch) | |
tree | 0e0a1a0ac9fdf5741bf97118c518c62345ca9c06 /template | |
parent | a94a60e0eb2a9d213a7182136a881b77304ec7d1 (diff) | |
download | bugzilla-8decb5ba9b16faa2ee1c82cd15900c43913d3626.tar.gz bugzilla-8decb5ba9b16faa2ee1c82cd15900c43913d3626.tar.xz |
Bug 1009216: Add link to a wiki page describing common whiteboard tags
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index ca9622b3a..c6f49e9b6 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -392,9 +392,12 @@ </tr> [% IF Param('usestatuswhiteboard') %] <tr> - <th class="field_label"> - <label for="status_whiteboard" accesskey="w"><u>W</u>hiteboard</label>: - </th> + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.status_whiteboard + editable = 1 + accesskey = "w" + desc_url = "https://wiki.mozilla.org/BMO/Whiteboard" + %] [% PROCESS input inputname => "status_whiteboard" size => "40" colspan => 2 %] </tr> [% END %] |