조회수 설정에 대한 설명추가

This commit is contained in:
qw5414 2016-01-15 19:23:49 +09:00
parent e33bdb9b92
commit de13ea21ec
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@
<div class="x_controls">
<label class="x_inline" for="updatecount_yes"><input type="radio" name="updatecount" id="updatecount_yes" value="Y" checked="checked"|cond="$config->updatecount == 'yes'" /> {$lang->cmd_yes}</label>
<label class="x_inline" for="updatecount_no"><input type="radio" name="updatecount" id="updatecount_no" value="N" checked="checked"|cond="$config->updatecount != 'yes'" /> {$lang->cmd_no}</label>
<p>{$lang->about_read_update_count}</p>
</div>
</div>
<div class="btnArea x_clearfix">