diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/new_bug.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/bug/new_bug.html.tmpl b/template/en/default/bug/new_bug.html.tmpl index bed0c5578..631b9e6d5 100644 --- a/template/en/default/bug/new_bug.html.tmpl +++ b/template/en/default/bug/new_bug.html.tmpl @@ -122,6 +122,7 @@ [% END %] [%# component %] + <div id="component_wrap" style="display:inline-block"> [% WRAPPER bug_modal/field.html.tmpl field = bug_fields.component field_type = constants.FIELD_TYPE_SINGLE_SELECT @@ -144,6 +145,10 @@ </div> </span> [% END %] + </div> + <div id="comp_change"> + <sup><a>Change</a></sup> + </div> [% INCLUDE bug_modal/field.html.tmpl field = bug_fields.version |