diff options
author | David Lawrence [:dkl] <dkl@mozilla.com> | 2014-06-17 09:52:16 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-06-17 09:52:16 +0200 |
commit | 464be059d311db4a1bc15933ba007f45f76c11a0 (patch) | |
tree | f70d867f0b74b24b9a69d875cd6d44db937302df /template/en/default/bug | |
parent | aaba5db2aed1ac418d6e4421c1c2760d9c739b70 (diff) | |
download | bugzilla-464be059d311db4a1bc15933ba007f45f76c11a0.tar.gz bugzilla-464be059d311db4a1bc15933ba007f45f76c11a0.tar.xz |
Bug 649691: Add a "mentor" and "mentored bug type" field to b.m.o
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index d41dc9d35..2e3ba66c6 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -633,10 +633,11 @@ TUI_hide_default('attachment_text_field'); [% IF Param('use_see_also') %] <tr> [% INCLUDE bug/field.html.tmpl - bug = default - field = bug_fields.see_also - editable = 1 - value = see_also + bug = default + field = bug_fields.see_also + editable = 1 + value = see_also + value_span = 3 %] </tr> [% END %] @@ -656,9 +657,8 @@ TUI_hide_default('attachment_text_field'); value_span = 3 %] </tr> [% END %] -</tbody> - [% Hook.process('after_custom_fields') %] +</tbody> [% display_flags = 0 %] [% any_flags_requesteeble = 0 %] |