| <{$smarty.const._MD_LEGACY_LANG_POST}> | 
    
      | <{$smarty.const._MD_LEGACY_LANG_COMMENT_RULE}> | ">
        <{if $xoopsModuleConfig.com_rule == XOOPS_COMMENT_APPROVEALL}>
          <{$smarty.const._CM_COMAPPROVEALL}>
        <{elseif $xoopsModuleConfig.com_rule == XOOPS_COMMENT_APPROVEUSER}>
          <{$smarty.const._CM_COMAPPROVEUSER}>
        <{else}>
          <{$smarty.const._CM_COMAPPROVEADMIN}>
        <{/if}> | 
    
      | <{$smarty.const._MD_LEGACY_LANG_COM_TITLE}> | ">
        <{xoops_input type=text name=com_title value=$actionForm->get('com_title') size=50 maxlength=255}> | 
    
      | <{$smarty.const._MD_LEGACY_LANG_COM_ICON}> | ">
        <{foreach item=icon from=$subjectIcons}>
          
        <{/foreach}> | 
    
      | <{$smarty.const._MD_LEGACY_LANG_COM_TEXT}> | ">
        <{xoops_dhtmltarea type=text rows=15 cols=60 name=com_text value=$actionForm->get('com_text')}> | 
      
        | <{$smarty.const._MD_LEGACY_LANG_OPTION}> | ">
          <{if $xoops_isadmin}> <{/if}>
 
 
 |