[FIX] Custom smarty code HTML

This commit is contained in:
Sebastian Grewe 2014-01-12 08:50:24 +01:00
parent 3d80fab1c6
commit 20ef443ae1

View File

@ -57,11 +57,11 @@
</fieldset>
<fieldset>
<label>Content</label>
<textarea name="content" rows="15" type="text" required>{nocache}{$DATABASE_TEMPLATE.content|escape}{/nocache}</textarea>
<textarea name="content" rows="15" type="text" required>{nocache}{$DATABASE_TEMPLATE.content nofilter}{/nocache}</textarea>
</fieldset>
<fieldset>
<label>Original Template Content</label>
<textarea readonly rows="15" type="text" required>{nocache}{$ORIGINAL_TEMPLATE|escape}{/nocache}</textarea>
<textarea readonly rows="15" type="text" required>{nocache}{$ORIGINAL_TEMPLATE nofilter}{/nocache}</textarea>
</fieldset>
</div>
<footer>