From 8decb5ba9b16faa2ee1c82cd15900c43913d3626 Mon Sep 17 00:00:00 2001 From: "Tim Guan-tin Chien [:timdream] (MoCo-TPE) (please ni?)" Date: Fri, 23 May 2014 16:16:21 +0000 Subject: Bug 1009216: Add link to a wiki page describing common whiteboard tags --- template/en/default/bug/edit.html.tmpl | 9 ++++++--- 1 file 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 @@ [% IF Param('usestatuswhiteboard') %] - - : - + [% 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 %] [% END %] -- cgit v1.2.3-24-g4f1b