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:
ryin005 2012-03-07 09:18:16 +00:00
parent 087081e3fc
commit 5ec3e28ba9

View file

@ -26,7 +26,7 @@
<tr>
<th><div>{$identifierForm->title} *</div></th>
<td class="wide">
{$identifierForm->name}
{$identifierForm->value}
<input type="hidden" name="{$identifierForm->name}" value="{$identifierForm->value}" />
</td>
</tr>