mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
issue 1113 fix the issue about displaying of user email address on the member info modification page
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10364 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
087081e3fc
commit
5ec3e28ba9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th><div>{$identifierForm->title} *</div></th>
|
<th><div>{$identifierForm->title} *</div></th>
|
||||||
<td class="wide">
|
<td class="wide">
|
||||||
{$identifierForm->name}
|
{$identifierForm->value}
|
||||||
<input type="hidden" name="{$identifierForm->name}" value="{$identifierForm->value}" />
|
<input type="hidden" name="{$identifierForm->name}" value="{$identifierForm->value}" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue