QUESTION in <{$object->mCategory->getVar('name')}>

<{if $actionForm->hasError()}> <{/if}>
<{xoops_token form=$actionForm}> <{xoops_input type=hidden name=question_id value=$actionForm->getVar('question_id')}> <{xoops_input type=hidden name=category_id value=$actionForm->getVar('category_id')}>
<{$smarty.const._MD_CUESTION_LANG_SUBJECT}> "> <{xoops_input type=text name=subject value=$actionForm->getVar('subject') size=64 maxlength=255}>
<{$smarty.const._MD_CUESTION_LANG_BODY}> "> <{xoops_dhtmltarea type=text name=body value=$actionForm->getVar('body') cols=70 rows=10}>
<{$smarty.const._MD_CUESTION_LANG_IS_OPEN}> "> <{xoops_input type=checkbox name=is_open value=1 default=$actionForm->getVar('is_open')}>