mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
비밀글 채크박스를 제거
비밀글은 이미 오른쪽 공개/비밀 선택하는 ratio 에서 처리하기 때문에 비밀글기능에 다시 채크를 할 필요가 없습니다.
This commit is contained in:
parent
395fa7c229
commit
55ffe34ca5
1 changed files with 4 additions and 6 deletions
|
|
@ -33,12 +33,10 @@
|
|||
<input type="checkbox" name="title_bold" id="title_bold" class="iCheck" value="Y" checked="checked"|cond="$oDocument->get('title_bold')=='Y'" />
|
||||
<label for="title_bold">{$lang->title_bold}</label>
|
||||
</block>
|
||||
<input cond="$module_info->secret=='Y'" type="checkbox" name="is_secret" class="iCheck" value="Y" checked="checked"|cond="$oDocument->isSecret()" id="is_secret" />
|
||||
<label cond="$module_info->secret=='Y'" for="is_secret">{$lang->secret}</label>
|
||||
<input type="checkbox" name="comment_status" class="iCheck" value="ALLOW" checked="checked"|cond="$oDocument->allowComment()" id="comment_status" />
|
||||
<label for="comment_status">{$lang->allow_comment}</label>
|
||||
<input type="checkbox" name="allow_trackback" class="iCheck" value="Y" checked="checked"|cond="$oDocument->allowTrackback()" id="allow_trackback" />
|
||||
<label for="allow_trackback">{$lang->allow_trackback}</label>
|
||||
<input type="checkbox" name="comment_status" class="iCheck" value="ALLOW" checked="checked" |cond="$oDocument->allowComment()" id="comment_status" />
|
||||
<label for="comment_status">{$lang->allow_comment}</label>
|
||||
<input type="checkbox" name="allow_trackback" class="iCheck" value="Y" checked="checked" |cond="$oDocument->allowTrackback()" id="allow_trackback" />
|
||||
<label for="allow_trackback">{$lang->allow_trackback}</label>
|
||||
<block cond="$is_logged">
|
||||
<input type="checkbox" name="notify_message" class="iCheck" value="Y" checked="checked"|cond="$oDocument->useNotify()" id="notify_message" />
|
||||
<label for="notify_message">{$lang->notify}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue