issue 641 update email and resend auth mail.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10970 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-08-03 06:46:05 +00:00
parent f4aa1350bf
commit 78e0330b21
6 changed files with 193 additions and 49 deletions

View file

@ -0,0 +1,30 @@
<include target="./common_header.html" />
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<div class="form">
<h1 class="h1">{$lang->cmd_resend_auth_mail}</h1>
<p>{sprintf($lang->about_reset_auth_mail, $memberInfo->email_address)}</p>
<ul>
<li>
<form action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberResendAuthMail" />
<input type="hidden" name="email_address" value="{$memberInfo->email_address}" />
<p class="q"><label for="resend_button">{$lang->cmd_resend_auth_mail}</label></p>
<p class="a"><input type="text" readonly="readonly" disabled="disabled" value="{$memberInfo->email_address}"/> <span class="btn"><input type="submit" id="resend_button" name="" value="{$lang->cmd_resend_auth_mail}" /></span></p>
</form>
</li>
<li>
<form ruleset="resetAuthMail" action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberResetAuthMail" />
<input type="hidden" name="existingEmail" value="{$memberInfo->email_address}" />
<p class="q"><label for="email_address">{$lang->cmd_modify_new_auth_email_address}</label></p>
<p class="a"><input type="text" id="email_address" name="email_address" value="" /> <span class="btn"><input type="submit" value="{$lang->cmd_send_auth_new_emaill_address}" /></p>
<p>{$lang->about_reset_auth_mail_submit}</p>
</form>
</li>
</ul>
</div>
<include target="./common_footer.html" />