flatpress/admin/panels/widgets/admin.widgets.raw.tpl
azett af1aa7759b Revert "Merge branch 'master' of https://github.com/flatpressblog/flatpress"
This reverts commit e9ad11742876f9f78d743a28afd547ee7480c7f9, reversing
changes made to f30fc6204a6bc7643d7952b1df98a3aa7b462dea.
2022-07-02 13:30:56 +02:00

19 lines
356 B
Smarty
Executable File

<h2>{$panelstrings.head}</h2>
<p>{$panelstrings.descr}</p>
{include file='shared:errorlist.tpl'}
{html_form}
<p>
<textarea name="content" id="content"
class="code" rows="20" cols="74">{$pluginconf|escape}</textarea><br />
</p>
<div class="buttonbar">
{html_submit name="save" id="save" value=$panelstrings.submit}
</div>
{/html_form}