issue 368 add function that modify emadil address

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9937 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-12-09 10:02:16 +00:00
parent cb41b97873
commit 7285649ed2
11 changed files with 178 additions and 4 deletions

View file

@ -0,0 +1,20 @@
<include target="./common_header.html" />
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form ruleset="modifyEmailAddress" class="form" action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberModifyEmailAddress" />
<h1 class="h1">{$lang->cmd_modify_member_email_address}</h1>
<p>{$lang->about_modify_member_email_address}</p>
<ul>
<li>
<p class="q"><label for="email_address">{$lang->email_address}</label></p>
<p class="a"><input type="text" id="email_address" name="email_address" value="" /></p>
</li>
</ul>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_send_auth_new_emaill_address}" /></span>
</div>
</form>
<include target="./common_footer.html" />