#BLOCK("WITH_FORM_ERROR",#FormError)
#IF(#FormError)

{InputError}

{PleaseCorrectErrors}
#ENDIF #INCLUDE("INC-Errors") #INCLUDE("INC-Success")
  1. {Step1}
  2. {Step2}
  3. {Step3}
  4. {Step4}
#LOCAL("Description",#ShortDescription)#IF(NOT #DEFINED(#ShortDescription))#SET("Description","")#ENDIF #SNIPPET("INC-WYSIWYG", "Name,Value,Head,CssClass,Disabled,UseAbsolutePath,InsertCompleteURL", "ShortDescription", #Description, "{Description} {MandatoryStar}", "", 0,1,1) #ENDLOCAL
#LOCAL("Description",#LongDescription)#IF(NOT #DEFINED(#LongDescription))#SET("Description","")#ENDIF #SNIPPET("INC-WYSIWYG", "Name,Value,Head,CssClass,Disabled,UseAbsolutePath,InsertCompleteURL", "LongDescription", #Description, "{LongDescription}", "MediumText", 0,1,1) #ENDLOCAL
#IF(#OnlineStatus == 2) #ELSE #ENDIF
#ENDBLOCK {MandatoryFields}