{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=editPosts title=$locale->tr("editPost")} {assign var=htmlarea value=$blogsettings->getValue("htmlarea_enabled")} {if $htmlarea} {else} {/if}
{$locale->tr("editPost")}
{include file="$admintemplatepath/formvalidate.template" message=$locale->tr("error_updating_post")}
*
{$locale->tr("topic_help")}
{include file="$admintemplatepath/validate.template" field=postTopic message=$locale->tr("error_missing_post_topic")}
{include file="$admintemplatepath/newpost_customfields.template" type=1 fields=$customfields}
*
{$locale->tr("text_help")}
{if !$htmlarea}{/if} {include file="$admintemplatepath/validate.template" field=postText message=$locale->tr("error_missing_post_text")}
{$locale->tr("extended_text_help")}
{if !$htmlarea}{/if}
{$locale->tr("trackback_urls_help")}
{include file="$admintemplatepath/newpost_customfields.template" type=2 fields=$customfields}
{$locale->tr("post_slug_help")}
*
{$locale->tr("post_date_help")}
{$locale->tr(
{include file="$admintemplatepath/newpost_customfields.template" type=4 fields=$customfields}
*
{$locale->tr("post_status_help")}
*
{$locale->tr("post_categories_help")}
{include file="$admintemplatepath/validate.template" field=postCategories message=$locale->tr("error_no_categories")}
*
{$locale->tr("global_article_category_help")}
{include file="$admintemplatepath/validate.template" field=globalArticleCategoryId message=$locale->tr("error_no_global_article_category_selected")}
{if $xmlRpcPingEnabled}
{/if} {include file="$admintemplatepath/newpost_customfields.template" type=3 fields=$customfields}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}