{$panelstrings.head}

{include file="shared:errorlist.tpl"} {entry_block}
{if isset($preview)}
{$panelstrings.preview} {include file="preview.tpl"}
{/if}
{html_form} {if !isset($post)} {assign var=post value=""} {/if} {entry content=$post alwaysshow=true} {* here will go a plugin hook *} {action hook=simple_datechanger_form}


{if isset($error) && isset($error.subject) && !empty($error.subject)} {assign var=class value="field-error"} {else} {assign var=class value=""} {/if}

{if function_exists('plugin_bbcode_init')} {include file="plugin:bbcode/toolbar"} {/if} {action hook=simple_toolbar_form}

{if isset($error) && isset($error.content) && !empty($error.content)} {assign var=class value="field-error"} {else} {assign var=class value=""} {/if}

{* here will go a plugin hook *} {action hook=simple_metatag_info} {action hook=simple_tag_form} {action hook=simple_edit_form}
{* let's disable this for now... *} {*
{$panelstrings.uploader}
*} {* end of inline form *}
{$panelstrings.categories} {list_categories type=form selected=$categories}
{$panelstrings.saveopts}

{foreach from=$saved_flags item=flag}
{/foreach}

{html_submit name="save" id="save" value=$panelstrings.submit accesskey=s} {html_submit name="savecontinue" id="savecontinue" value=$panelstrings.savecontinue accesskey=c} {html_submit name="preview" id="preview" value=$panelstrings.preview accesskey=p}
{/entry} {/html_form} {/entry_block} {if isset($smarty.get.entry)}

{$panelstrings.otheropts}

{/if}