mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Specify area for CAPTCHA in default board skin
This commit is contained in:
parent
acb2899462
commit
6787735594
3 changed files with 12 additions and 2 deletions
|
|
@ -316,6 +316,10 @@
|
|||
.write_option label {
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
.write_captcha {
|
||||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
/* Extra Form */
|
||||
.exForm {
|
||||
background: #fff;
|
||||
|
|
@ -946,7 +950,7 @@
|
|||
/* _read.html | write_form.html | comment_form.html */
|
||||
.write_author {
|
||||
float: left;
|
||||
margin: 0 4px 0 0;
|
||||
margin: 0 4px 1em 0;
|
||||
}
|
||||
.write_author .item {
|
||||
position: relative;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@
|
|||
<input cond="$module_info->secret=='Y'" type="checkbox" name="is_secret" value="Y" id="is_secret" checked="checked"|cond="$oComment->get('is_secret')=='Y'" class="iCheck" />
|
||||
<label cond="$module_info->secret=='Y'" for="is_secret">{$lang->secret}</label>
|
||||
</div>
|
||||
<div class="write_captcha" cond="$captcha">
|
||||
{$captcha}
|
||||
</div>
|
||||
<div style="float:right">
|
||||
<button type="submit" class="btn_insert"><i class="xi-message"></i> {$lang->cmd_comment_registration}</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -73,7 +73,10 @@
|
|||
<input type="text" name="reason_update" id="reason_update" value="" class="iText" style="width:300px" title="reason update" />
|
||||
</span>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<div class="write_captcha" cond="$captcha">
|
||||
{$captcha}
|
||||
</div>
|
||||
<div style="float:right">
|
||||
<block cond="!$oDocument->isExists() || $oDocument->get('status') == 'TEMP'">
|
||||
<button cond="$is_logged" class="btn" type="button" onclick="doDocumentSave(this);">{$lang->cmd_temp_save}</button>
|
||||
<button cond="$is_logged" class="btn" type="button" onclick="doDocumentLoad(this);">{$lang->cmd_load}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue