mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
#320 회원 모듈 스킨 처리 메시지 정리
This commit is contained in:
parent
06627cf239
commit
4a6b1e61f6
11 changed files with 22 additions and 27 deletions
|
|
@ -1,19 +1,13 @@
|
|||
<include target="./common_header.html" />
|
||||
<h1>{$lang->msg_rechecked_password}</h1>
|
||||
{@
|
||||
$validator_ids = array(
|
||||
'modules/member/skins/default/rechecked_password/1' => 1,
|
||||
'modules/member/skins/default/modify_info/1' => 1
|
||||
);
|
||||
}
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && isset($validator_ids[$XE_VALIDATOR_ID])" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/default/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<p>{$lang->about_rechecked_password}</p>
|
||||
<form action="./index.php" method="post" ruleset="recheckedPassword">
|
||||
<input type="hidden" name="act" value="procMemberModifyInfoBefore" />
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/member/skins/default/rechecked_password/1" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/member/skins/default/1" />
|
||||
<div>
|
||||
<input type="email" value="{$identifierValue}" readonly title="{$lang->email}" />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue