diff options
author | David Lawrence <dkl@mozilla.com> | 2017-03-02 17:26:23 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-03-02 17:26:23 +0100 |
commit | 956114388bf91607b09ca9e458594b0e99b3e486 (patch) | |
tree | ac7900ebac9008ea8f092e9099f05927f3b840a2 /extensions/BugModal | |
parent | c810b6c52aed6f22feb76367fa6894cfad62e26b (diff) | |
download | bugzilla-956114388bf91607b09ca9e458594b0e99b3e486.tar.gz bugzilla-956114388bf91607b09ca9e458594b0e99b3e486.tar.xz |
Bug 1283012 - the 'status' and 'assignee' labels disappear when taking a bug in view mode
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/field.html.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl index 58fc4c30f..e84327307 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -102,9 +102,7 @@ END; [% IF hide_on_view %] style="display:none"[% END %] > [% IF label.defined && !no_label %] - <div class="name - [%~ " edit-show" IF hide_on_view %]" - [% IF hide_on_view %] style="display:none"[% END %]> + <div class="name"> [%~ IF help.defined %] <a href="[% help FILTER none %]" id="[% name FILTER html %]-help-link" class="help"> [% aria_labelledby_id = "${name}-help-link" %] |