#i18n{suggest.manageCommentSubmit.rowSuggestSubmitType}: <#if suggest_submit.suggestSubmitType?has_content> ${suggest_submit.suggestSubmitType.name} #if>
#if>#i18n{suggest.manageCommentSubmit.rowCategory}:
<#if category_list?has_content> <@tform action='jsp/admin/plugins/suggest/DoChangeSuggestSubmitCategory.jsp'> <@input type='hidden' name='id_suggest_submit' value='${suggest_submit.idSuggestSubmit}' /> <@input type='hidden' name='comment' value='comment' /> <#if suggest_submit.category?exists> <@select name='id_category' items=category_list default_value='${suggest_submit.category.idCategory}' /> <#else> <@select name='id_category' items=category_list default_value='-1' /> #if> <@button type='submit' title='#i18n{suggest.manageSuggestSubmit.buttonModify}' buttonIcon='save' /> @tform> #if> <#if !suggest_submit.disableVote> <@icon style='star' /> #i18n{suggest.manageSuggestSubmit.rowNumberVote} : ${suggest_submit.numberVote} <@icon style='thumbs-up' /> #i18n{suggest.manageSuggestSubmit.rowNumberScore} : ${suggest_submit.numberScore} #if> <#if !suggest_submit.disableComment> <@tag color='info'> <@icon style='comment' /> #i18n{suggest.manageSuggestSubmit.rowNumberComment} : ${suggest_submit.numberComment} #i18n{suggest.manageSuggestSubmit.rowNumberCommentEnable} : ${suggest_submit.numberCommentEnable} / #i18n{suggest.manageSuggestSubmit.rowNumberCommentIdle} : ${suggest_submit.numberComment - suggest_submit.numberCommentEnable} @tag> #if> <@tform method='post' action='jsp/admin/plugins/suggest/DoSubmitOfficialAnswer.jsp' id='addOfficialComment'>#i18n{suggest.manageCommentSubmit.officialAnswer} #i18n{suggest.manageCommentSubmit.labelAddOfficialAnswer}
<@input type='hidden' name='id_suggest_submit' value='${suggest_submit.idSuggestSubmit}' /> <@formGroup> <#if suggest.activeEditorBbcode> <#assign class='markitup' /> <#else> <#assign class='' /> #if> <@input type='textarea' name='comment_value' id='comment_value' rows=6 class=class>@input> @formGroup> <@formGroup> <@button type='submit' name='add' buttonIcon='plus' title='#i18n{suggest.manageCommentSubmit.buttonAdd}' /> @formGroup> @tform> <@paginationAdmin paginator=paginator combo=1 /> <#list comment_submit_list as comment_submit> <@alert color='info'> <#if comment_submit.isOfficialAnswer()><@tag color='info' align='right'>#i18n{suggest.manageCommentSubmit.officialAnswer}@tag>#if> <@p id="comment${comment_submit.idCommentSubmit}"> #i18n{suggest.manageCommentSubmit.rowValueCommentSubmit} <#if comment_submit.active> <@tag color='success'>#i18n{suggest.manageCommentSubmit.stateEnable}@tag> <#else> <@tag color='danger' id='not_published_${comment_submit.idCommentSubmit}'>#i18n{suggest.manageCommentSubmit.stateDisable}@tag> #if> @p>${suggest.parseBbcodeValue(comment_submit.value)}<@tform method='post' action='jsp/admin/plugins/suggest/DoChangeCommentSubmit.jsp#comment${comment_submit.idCommentSubmit}'> <@input type='hidden' name='id_comment_submit' value='${comment_submit.idCommentSubmit}' /> <#if comment_submit.active> <@button type='submit' name='disable' title='#i18n{suggest.manageCommentSubmit.buttonDisable}' buttonIcon='remove' color='primary' /> <#else> <@button type='submit' name='enable' title='#i18n{suggest.manageCommentSubmit.buttonEnable}' buttonIcon='check' color='primary' /> #if> <@button type='submit' name='delete' title='#i18n{suggest.manageCommentSubmit.buttonDelete}' buttonIcon='trash' color='danger' /> @tform>
#i18n{suggest.manageCommentSubmit.rowDateCommentSubmit}: ${comment_submit.dateComment!} <#if comment_submit.comments?has_content> #i18n{suggest.manageCommentSubmit.rowLastDateCommentSubmit}: ${comment_submit.dateModify!} #if>
<#if comment_submit.comments?has_content><@icon style='chevron-down' /> #i18n{suggest.manageCommentSubmit.ShowSubComments}
<@div class='commentComments'> <#list comment_submit.comments as comment_comment><#if comment_comment.isOfficialAnswer()><@span align='right'><@tag color='info'>#i18n{suggest.manageCommentSubmit.officialAnswer}@tag>@span>#if>#list> @div> #if> @alert> #list> @boxBody> @box> @columns> @row>#i18n{suggest.manageCommentSubmit.rowValueCommentSubmit} <#if comment_comment.active> <@tag color='success'>#i18n{suggest.manageCommentSubmit.stateEnable}@tag> <#else> <@tag color='danger'>#i18n{suggest.manageCommentSubmit.stateDisable}@tag> #if>
${suggest.parseBbcodeValue(comment_comment.value)}#i18n{suggest.manageCommentSubmit.rowDateCommentSubmit}: ${comment_comment.dateComment!}
<@tform method='post' action='jsp/admin/plugins/suggest/DoChangeCommentSubmit.jsp#comment${comment_comment.idCommentSubmit}'> <@input type='hidden' name='id_comment_submit' value='${comment_comment.idCommentSubmit}' /> <@input type='hidden' name='id_parent' value='${comment_submit.idCommentSubmit}' /> <#if comment_comment.active> <@button type='submit' name='disable' title='#i18n{suggest.manageCommentSubmit.buttonDisable}' buttonIcon='remove' color='primary' /> <#else> <@button type='submit' name='enable' title='#i18n{suggest.manageCommentSubmit.buttonEnable}' buttonIcon='check' color='primary' /> #if> <@button type='submit' name='delete' title='#i18n{suggest.manageCommentSubmit.buttonDelete}' buttonIcon='trash' color='danger' /> @tform>