mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
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:
parent
41ea58236d
commit
3a240a0f66
10 changed files with 26 additions and 8 deletions
|
|
@ -45,15 +45,18 @@
|
|||
.xm li label em{font-weight:normal}
|
||||
.xm label.overlap{position:absolute;color:#aaa}
|
||||
.xm input[type=text],
|
||||
.xm input[type=email],
|
||||
.xm input[type=password],
|
||||
.xm input[type=file],
|
||||
.xm textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent;*background:transparent url(../../../../../common/img/blank.gif);_background:transparent;}
|
||||
.xm input[type=text],
|
||||
.xm input[type=email],
|
||||
.xm input[type=password],
|
||||
.xm input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||
.xm input[type=checkbox],
|
||||
.xm input[type=radio]{margin:0;padding:0;width:13px;height:13px;vertical-align:middle}
|
||||
.xm input[type=text][disabled=disabled],
|
||||
.xm input[type=email][disabled=disabled],
|
||||
.xm input[type=password][disabled=disabled],
|
||||
.xm input[type=checkbox][disabled=disabled],
|
||||
.xm input[type=radio][disabled=disabled],
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<li>
|
||||
<p class="q">{$identifierForm->title} <em style="color:red">*</em></p>
|
||||
<p class="a">
|
||||
<input type="text" name="{$identifierForm->name}" value="{$identifierForm->value}" />
|
||||
<input type="text"|cond="$identifierForm->name!='email_address'" type="email"|cond="$identifierForm->name=='email_address'" name="{$identifierForm->name}" value="{$identifierForm->value}" />
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue