mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix #1561 space before |cond in XEDITION skin
This commit is contained in:
parent
fa64d5a087
commit
fcc3db3a7a
1 changed files with 2 additions and 2 deletions
|
|
@ -38,9 +38,9 @@
|
|||
<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 type="checkbox" name="comment_status" class="iCheck" value="ALLOW" checked="checked" |cond="$oDocument->allowComment()" id="comment_status" />
|
||||
<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" />
|
||||
<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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue