Add to r11802, Input type attribution update.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12355 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2012-12-07 14:05:06 +00:00
parent 41ea58236d
commit 3a240a0f66
10 changed files with 26 additions and 8 deletions

View file

@ -10,7 +10,7 @@
<ul>
<li>
<p class="q"><label for="uid"><!--@if($identifier == 'user_id')-->{$lang->user_id}<!--@else-->{$lang->email_address}<!--@end--></label></p>
<p class="a"><input type="text" name="user_id" id="uid" value="" /></p>
<p class="a"><input type="<!--@if($identifier == 'user_id')-->text<!--@else-->email<!--@end-->" name="user_id" id="uid" value="" /></p>
</li>
<li>
<p class="q"><label for="upw">{$lang->password}</label></p>