<{$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')}>
|