diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-05-31 23:15:19 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-05-31 23:15:38 +0200 |
commit | e1e8135e1a703adbb17fffcd8da9297286ba6877 (patch) | |
tree | d0a0e01e68223cd8fbb036365e57cd83fa34fa21 /extensions | |
parent | 4d62193c8251724ba25221e3088c2d5f98a1d898 (diff) | |
download | bugzilla-e1e8135e1a703adbb17fffcd8da9297286ba6877.tar.gz bugzilla-e1e8135e1a703adbb17fffcd8da9297286ba6877.tar.xz |
Bug 1262474 - the 'rank' field label is incorrectly visible in view mode
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/field.html.tmpl | 4 |
1 files changed, 3 insertions, 1 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 56ea331fb..ac501c8d5 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -101,7 +101,9 @@ END; [% IF hide_on_view %] style="display:none"[% END %] > [% IF label.defined && !no_label %] - <div class="name"> + <div class="name + [%~ " edit-show" IF hide_on_view %]" + [% IF hide_on_view %] style="display:none"[% END %]> [%~ IF help.defined %]<a href="[% help FILTER none %]" class="help">[% END %] [%~ label _ ":" FILTER html IF label %] [%~ IF help.defined %]</a>[% END ~%] |