mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 04:42:14 +09:00
fix #2133 비회원 게시물 작성폼에서 불필요한 공백으로 인한 틀어짐 고침
This commit is contained in:
parent
1f9f449fb0
commit
fc1ba5b9ce
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
</span>
|
||||
<span class="item" cond="!$is_logged">
|
||||
<label for="homePage" class="iLabel">{$lang->homepage}</label>
|
||||
<input type="text" name="homepage" id="homePage" class="iText homePage" value="{htmlspecialchars($oComment->get('homepage'))}" />
|
||||
<input type="text" name="homepage" id="homePage" class="iText homePage" value="{htmlspecialchars($oComment->get('homepage'))}" />
|
||||
</span>
|
||||
<input cond="$is_logged" type="checkbox" name="notify_message" value="Y" checked="checked"|cond="$oComment->get('notify_message')=='Y'" id="notify_message" class="iCheck" />
|
||||
<label cond="$is_logged" for="notify_message">{$lang->notify}</label>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
</span>
|
||||
<span class="item" cond="!$is_logged">
|
||||
<label for="homePage" class="iLabel">{$lang->homepage}</label>
|
||||
<input type="text" name="homepage" id="homePage" class="iText homePage" value="{htmlspecialchars($oComment->get('homepage'))}" />
|
||||
<input type="text" name="homepage" id="homePage" class="iText homePage" value="{htmlspecialchars($oComment->get('homepage'))}" />
|
||||
</span>
|
||||
<input cond="$is_logged" type="checkbox" name="notify_message" value="Y" checked="checked"|cond="$oComment->get('notify_message')=='Y'" id="notify_message" class="iCheck" />
|
||||
<label cond="$is_logged" for="notify_message">{$lang->notify}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue