
Updated calls to current Smarty API (register_function()/register_modifier()/register_block() -> registerPlugin(); assign_by_ref() -> assignByRef()). Fixed file includes in templates with quotes. Removed SmartyValidate.class.php includes. Still work in progress as some errors still appear!
28 lines
476 B
Smarty
Executable File
28 lines
476 B
Smarty
Executable File
<h2>{$panelstrings.head}</h2>
|
|
{include file="shared:errorlist.tpl"}
|
|
|
|
|
|
{$panelstrings.descr}
|
|
|
|
<p><a href="?p=entry&action=cats&do=clear">{$panelstrings.clear}</a></p>
|
|
|
|
|
|
|
|
{if !isset($catdefs)}
|
|
{assign var=catdefs value=""}
|
|
{/if}
|
|
{html_form}
|
|
|
|
<p>
|
|
<textarea name="content" id="content" rows="20" cols="74">{$catdefs|escape}</textarea><br />
|
|
</p>
|
|
|
|
|
|
<div class="buttonbar">
|
|
|
|
{html_submit name="save" id="save" value=$panelstrings.submit}
|
|
|
|
</div>
|
|
|
|
{/html_form}
|