mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-06 10:33:10 +09:00
issue 2471 fixed a bug that show the private information in mobile view.
added the mobile skin setting in member configuration. git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11434 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d3cb41a17b
commit
f6a83e335d
22 changed files with 538 additions and 425 deletions
24
modules/member/m.skins/default/rechecked_password.html
Normal file
24
modules/member/m.skins/default/rechecked_password.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<load target="css/msignup.css" usecdn="true" />
|
||||
<h2 class="h2">{$lang->msg_rechecked_password}</h2>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form class="ff" action="./index.php" method="post" ruleset="recheckedPassword">
|
||||
<input type="hidden" name="act" value="procMemberModifyInfoBefore" />
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<ul>
|
||||
<li>
|
||||
<label for="identifier">{$identifierTitle}</label>
|
||||
<p id="identifier">{$identifierValue}</p>
|
||||
</li>
|
||||
<li>
|
||||
<label for="password">{$lang->password}</label>
|
||||
<input id ="password" type="password" name="password" />
|
||||
<p class="desc">{$lang->about_rechecked_password}</p>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="bna">
|
||||
<input class="bn white" type="submit" value="{$lang->cmd_confirm}" />
|
||||
<span class="bn white"><a href="{getUrl('act','dispMemberInfo','member_srl','')}">{$lang->cmd_cancel}</a></span>
|
||||
</div>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue