mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
회원 모듈의 서명, 가입 약관 에디터 개선
This commit is contained in:
parent
7a35c60f40
commit
4904ca5155
9 changed files with 112 additions and 111 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<input type="hidden" name="act" value="procMemberModifyInfo" />
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
|
||||
<input type="hidden" name="signature" value="{htmlspecialchars($member_info->signature, ENT_COMPAT | ENT_HTML401, 'UTF-8', false)}" />
|
||||
<input type="hidden" name="signature" value="{escape($member_info->signature)}" />
|
||||
<input type="hidden" name="page" value="{$page}" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/member/skins/default/1" />
|
||||
<div class="control-group">
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<div class="control-group">
|
||||
<label for="{$identifierForm->name}" class="control-label"><em style="color:red">*</em> {$identifierForm->title}</label>
|
||||
<div class="controls">
|
||||
<input type="text"|cond="$identifierForm->name!='email_address'" type="email"|cond="$identifierForm->name=='email_address'" name="{$identifierForm->name}" id="{$identifierForm->name}" value="{$identifierForm->value}" required />
|
||||
<input type="text"|cond="$identifierForm->name!='email_address'" type="email"|cond="$identifierForm->name=='email_address'" name="{$identifierForm->name}" id="{$identifierForm->name}" value="" required />
|
||||
<p class="help-inline" cond="$identifierForm->name == 'email_address' && $email_confirmation_required == 'Y'">
|
||||
{$lang->msg_email_confirmation_required}
|
||||
</p>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div class="controls" cond="$formTag->name == 'signature'">
|
||||
<input type="hidden" name="signature" value="" />
|
||||
<input type="hidden" name="signature" value="" />
|
||||
{$editor}
|
||||
<style scoped>
|
||||
.xpress-editor>#smart_content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue