issue 1621 fixed identifier label.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10362 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-03-07 08:52:54 +00:00
parent 4727a53845
commit 12becd8b76
2 changed files with 17 additions and 3 deletions

View file

@ -8,8 +8,8 @@
<input type="hidden" name="page" value="{$page}" />
<ul>
<li>
<p class="q"><label for="uid">{$lang->user_id}</label></p>
<p class="a"><input type="text" disabled="disabled" value="{$member_info->user_id}" id="uid" /></p>
<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>