]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 850135 - hide the textarea custom fields by default with an (edit) link
authorDave Lawrence <dlawrence@mozilla.com>
Fri, 10 May 2013 14:59:39 +0000 (10:59 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Fri, 10 May 2013 14:59:39 +0000 (10:59 -0400)
- Removal of div around pre as suggested by reviewer

template/en/default/bug/field.html.tmpl

index c086a04f7e7d8393e9c80e194c206716e518710d..0ef19c1c43cb83ca82d0eec02e2c6bb85017ba8c 100644 (file)
              (<a href="#" id="[% field.name FILTER html %]_edit_action">edit</a>)
          </div>
          [% IF value %]
-           <div class="field_textarea_readonly">
-             <pre>[% value FILTER html %]</pre>
-           </div>
+           <pre class="field_textarea_readonly">[% value FILTER html %]</pre>
          [% END %]
        </div>
        <div id="[% field.name FILTER html %]_input">