mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
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:
parent
4727a53845
commit
12becd8b76
2 changed files with 17 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue