<{if $actionForm->get('id')}>
<{$smarty.const._AD_BASE_LANG_SMILES_EDIT}>
<{else}>
<{$smarty.const._AD_BASE_LANG_SMILES_NEW}>
<{/if}>
|
<{if $actionForm->get('id')}>
<{$smarty.const._AD_BASE_LANG_ID}> |
"><{$actionForm->get('id')}> |
<{/if}>
<{$smarty.const._MD_BASE_LANG_CODE}> |
">
<{xoops_input type=text name=code value=$actionForm->get('code') size=15 maxlength=50}>
|
<{$smarty.const._AD_BASE_LANG_SMILE_URL}> |
">
<{xoops_input type=file name=smile_url size=30}>
|
<{$smarty.const._MD_BASE_LANG_EMOTION}> |
">
<{xoops_input type=text name=emotion value=$actionForm->get('emotion') size=30 maxlength=75}>
|
<{$smarty.const._AD_BASE_LANG_DISPLAY}> |
">
<{xoops_input type=radio name=display value=1 default=$actionForm->get('display')}><{$smarty.const._YES}>
<{xoops_input type=radio name=display value=0 default=$actionForm->get('display')}><{$smarty.const._NO}>
|