diff options
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 ~%] |