mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
fixed identifier field
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9096 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f651391051
commit
0245d5553b
7 changed files with 123 additions and 16 deletions
|
|
@ -18,10 +18,10 @@
|
|||
<h1 class="h1">{$lang->msg_update_member}</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="q">{$lang->email_address} <em style="color:red">*</em></p>
|
||||
<p class="q">{$identifierForm->title} <em style="color:red">*</em></p>
|
||||
<p class="a">
|
||||
<input type="hidden" name="email_address" value="{$member_info->email_address}" />
|
||||
<input type="text" name="email_address" value="{$member_info->email_address}" disabled="disabled" />
|
||||
<input type="hidden" name="{$identifierForm->name}" value="{$identifierForm->value}" />
|
||||
<input type="text" name="{$identifierForm->name}" value="{$identifierForm->value}" disabled="disabled" />
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue