Skip to content

Commit 8decb5b

Browse files
timdreamDavid Lawrence
authored andcommitted
Bug 1009216: Add link to a wiki page describing common whiteboard tags
1 parent a94a60e commit 8decb5b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

template/en/default/bug/edit.html.tmpl

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,12 @@
392392
</tr>
393393
[% IF Param('usestatuswhiteboard') %]
394394
<tr>
395-
<th class="field_label">
396-
<label for="status_whiteboard" accesskey="w"><u>W</u>hiteboard</label>:
397-
</th>
395+
[% INCLUDE "bug/field-label.html.tmpl"
396+
field = bug_fields.status_whiteboard
397+
editable = 1
398+
accesskey = "w"
399+
desc_url = "https://wiki.mozilla.org/BMO/Whiteboard"
400+
%]
398401
[% PROCESS input inputname => "status_whiteboard" size => "40" colspan => 2 %]
399402
</tr>
400403
[% END %]

0 commit comments

Comments
 (0)