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 @@
(<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">
......
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