{formlabel label="Rating" for="rating"}
{forminput}
{formhelp note="Rating is only used when the article type allows it."}{*(we shouldn't use hide since you can't edit this page if you don't have js enabled) (can't get js to enable/disable this as needed)*}
{/forminput}
{/if}
{capture assign=textarea_help}
{tr}If the article body exceeds the specified maximum body length, a separate page will be provided with the full body of the article. You can override this by using ...split... on a separate line in your text.{/tr}
{/capture}
{assign var=length value=$gBitSystem->getConfig('articles_description_length')}
{assign var=textarea_id value=$smarty.const.LIBERTY_TEXT_AREA}
{textarea name="edit" onkeydown="charCounter('$textarea_id','artCounter','$length');" onkeyup="charCounter('$textarea_id','artCounter','$length');" edit=$article.raw}
{assign var=artCount value=$article.data|count_characters:true}
{include file="bitpackage:liberty/edit_services_inc.tpl" serviceFile="content_edit_mini_tpl"}
{if $gBitSystem->isFeatureActive( 'articles_submissions_rnd_img' ) && !( $gContent->mArticleId || ( $gContent->hasUserPermission('p_articles_approve_submission') || $gContent->hasUserPermission('p_articles_auto_approve') ) )}
{formfeedback error=$errors.captcha}
{* captcha force=true variant=row *}
{/if}
{formlabel label="Publish Date" for=""}
{forminput}
{html_select_date prefix="publish_" time=$article.publish_date start_year="-5" end_year="+10"} {tr}at{/tr}
{html_select_time prefix="publish_" time=$article.publish_date display_seconds=false} {$siteTimeZone}
{formhelp note="If the article type allows it, this article will not be displayed before this date."}
{/forminput}
{formlabel label="Expiration Date" for=""}
{forminput}
{html_select_date prefix="expire_" time=$article.expire_date start_year="-5" end_year="+10"} {tr}at{/tr}
{html_select_time prefix="expire_" time=$article.expire_date display_seconds=false} {$siteTimeZone}
{formhelp note="If the article type allows it, this article will not be displayed after this date."}
{/forminput}