추천 비추천 신고를 채크하는 옵션 추가

This commit is contained in:
BJRambo 2019-08-06 14:45:08 +09:00
parent b5db271ef1
commit de432e8e46
3 changed files with 17 additions and 1 deletions

View file

@ -1,5 +1,9 @@
<include target="header.html" />
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/document/tpl/document_config/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="./" method="post" class="x_form-horizontal" method="post">
<input type="hidden" name="module" value="document" />
<input type="hidden" name="act" value="procDocumentAdminInsertConfig" />
@ -37,7 +41,16 @@
<p id="micons_help" class="x_help-block">{$lang->about_cmd_mobile_icon_setting}</p>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->cmd_examination_vote}</label>
<div class="x_controls">
<select name="examination_vote">
<option value="Y" selected="selected"|cond="$config->examination_vote=='Y'">{$lang->use}</option>
<option value="N" selected="selected"|cond="$config->examination_vote!='Y'">{$lang->notuse}</option>
</select>
<p class="x_help-block">{$lang->about_examination_vote}</p>
</div>
</div>
<div class="btnArea x_clearfix">
<span class="x_pull-right" style="margin-left:10px;"><input class="btn" type="button" value="{$lang->cmd_delete_all_thumbnail}" onclick="doDeleteAllThumbnail()"/></span>
<span class="x_pull-right"><input class="x_btn x_btn-primary" type="submit" value="{$lang->cmd_save}" /></span>