#include "/admin/util/editor/editor.html" />
<#assign actionUrl>jsp/admin/plugins/extend/modules/comment/DoCreateComment.jsp<#if idComment??>#comment_${idComment}#if>#assign>
<@tform action=actionUrl>
<#if from_url?? && from_url?has_content && from_url != "null">#if>
<@formGroup labelKey='#i18n{module.extend.comment.comment_info.labelName}' labelFor='name'>
<@input name='name' value='${name!}' />
@formGroup>
<@formGroup labelKey='#i18n{module.extend.comment.add_comment.labelComment}' labelFor='comment'>
<@input name='comment' type='textarea' class='richtext' value='${name!}' />
@formGroup>
<@formGroup>
<@button type='submit' name='validate' value='' title='#i18n{portal.util.labelValidate}' color='primary' buttonIcon='check' />
<@button name='validate' value='' title='#i18n{portal.util.labelCancel}' color='default' buttonIcon='check' params=' onClick="javascript:history.go(-1);"'/>
@formGroup>
@tform>
<@initEditor />
<@extendScript />