{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"}
*
{$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} {$locale->tr("insert_media")} | {$locale->tr("insert_more")} {include file="$admintemplatepath/validate.template" field=postText message=$locale->tr("error_missing_post_text")}
{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")}
{check_perms perm=update_all_user_articles}
*
{$locale->tr("posted_by_help")}
{/check_perms}
*
{$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")}
{include file="$admintemplatepath/newpost_customfields.template" type=5 fields=$customfields}
{if $xmlRpcPingEnabled}
{/if} {include file="$admintemplatepath/newpost_customfields.template" type=3 fields=$customfields}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}