Ignore:
Timestamp:
Jul 22, 2006, 11:31:30 AM (18 years ago)
Author:
chrisaga
Message:

merge from trunk r1490:1491 into branch 1.6 (fix bugs 484 and 244 display issues with IE : focus, checkboxe radio)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/identification.tpl

    r1142 r1492  
    3232          <label for="username">{L_USERNAME}</label>
    3333        </span>
    34         <input tabindex="1" class="login" type="text" name="username" id="username" size="25" maxlength="40" value="{USERNAME}" onfocus="this.className='focus';" onblur="this.className='nofocus';" />
     34        <input tabindex="1" class="login" type="text" name="username" id="username" size="25" maxlength="40" value="{USERNAME}" />
    3535      </li>
    3636
     
    3939          <label for="password">{L_PASSWORD}</label>
    4040        </span>
    41         <input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25" onfocus="this.className='focus';" onblur="this.className='nofocus';" />
     41        <input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25" />
    4242      </li>
    4343
Note: See TracChangeset for help on using the changeset viewer.