Commit dfb467e6 authored by Dave Lawrence's avatar Dave Lawrence

Bug 850135 - hide the textarea custom fields by default with an (edit) link

- Removal of div around pre as suggested by reviewer
parent cd478d22
...@@ -147,9 +147,7 @@ ...@@ -147,9 +147,7 @@
(<a href="#" id="[% field.name FILTER html %]_edit_action">edit</a>) (<a href="#" id="[% field.name FILTER html %]_edit_action">edit</a>)
</div> </div>
[% IF value %] [% IF value %]
<div class="field_textarea_readonly"> <pre class="field_textarea_readonly">[% value FILTER html %]</pre>
<pre>[% value FILTER html %]</pre>
</div>
[% END %] [% END %]
</div> </div>
<div id="[% field.name FILTER html %]_input"> <div id="[% field.name FILTER html %]_input">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment