mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
add success message in modify email address
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9951 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ae7d2f57c5
commit
05cd0d720d
2 changed files with 2 additions and 1 deletions
|
|
@ -934,7 +934,7 @@
|
|||
<value xml:lang="vi"><![CDATA[Xác nhận lại Email]]></value>
|
||||
</item>
|
||||
<item name="cmd_send_auth_new_emaill_address">
|
||||
<value xml:lang="ko"><![CDATA[신규 이메일 인증 메일 발송]]></value>
|
||||
<value xml:lang="ko"><![CDATA[신규 이메일로 인증 메일 발송]]></value>
|
||||
</item>
|
||||
<item name="cmd_member_list">
|
||||
<value xml:lang="ko"><![CDATA[회원 목록]]></value>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
<form ruleset="modifyEmailAddress" class="form" action="./" method="post">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="act" value="procMemberModifyEmailAddress" />
|
||||
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
|
||||
<h1 class="h1">{$lang->cmd_modify_member_email_address}</h1>
|
||||
<p>{$lang->about_modify_member_email_address}</p>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue