merge from 1.7.3.5(r13153:r13167)

git-svn-id: http://xe-core.googlecode.com/svn/trunk@13168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2013-09-29 23:32:39 +00:00
parent cc47d2b247
commit 2d3f149b5a
2042 changed files with 129266 additions and 126243 deletions

View file

@ -1,31 +1,23 @@
<include target="./common_header.html" />
<h1 class="h1">{$member_title = $lang->cmd_modify_member_password}</h1>
<form ruleset="modifyPassword" id="fo_insert_member" class="form" action="./" method="post">
<h1>{$member_title = $lang->cmd_modify_member_password}</h1>
<form ruleset="modifyPassword" id="fo_insert_member" action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberModifyPassword" />
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="page" value="{$page}" />
<ul>
<li>
<p class="q"><label for="uid">{Context::getLang($identifier)}</label></p>
<p class="a"><input type="text" disabled="disabled" value="{$formValue}" id="uid" /></p>
</li>
<li>
<p class="q"><label for="cpw">{$lang->current_password}</label></p>
<p class="a"><input type="password" name="current_password" id="cpw" /></p>
</li>
<li>
<p class="q"><label for="npw1">{$lang->password1}</label></p>
<p class="a"><input type="password" name="password1" id="npw1" /> <span class="desc">{$lang->about_password}</span></p>
</li>
<li>
<p class="q"><label for="npw2">{$lang->password2}</label></p>
<p class="a"><input type="password" name="password2" id="npw2" /></p>
</li>
</ul>
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_registration}" /></span>
<div>
<input type="email" disabled="disabled" value="{$formValue}" id="uid" placeholder="{Context::getLang($identifier)}" title="{Context::getLang($identifier)}" />
</div>
<div>
<input type="password" name="current_password" id="cpw" required placeholder="{$lang->current_password}" title="{$lang->current_password}" />
</div>
<div>
<input type="password" name="password1" id="npw1" required placeholder="{$lang->password1}" title="{$lang->password1}" /> <span class="help-inline">{$lang->about_password}</span>
</div>
<div>
<input type="password" name="password2" id="npw2" required placeholder="{$lang->password2}" title="{$lang->password2}" />
</div>
<input type="submit" value="{$lang->cmd_registration}" class="btn btn-inverse" style="min-width:220px" />
</form>
<include target="./common_footer.html" />