Fix #1561 space before |cond in XEDITION skin

This commit is contained in:
Kijin Sung 2021-01-13 20:38:26 +09:00
parent fa64d5a087
commit fcc3db3a7a

View file

@ -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" />