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/register.tpl

    r1142 r1492  
    2929          <label for="login">* {lang:Username}</label>
    3030        </span>
    31         <input type="text" name="login" id="login" value="{F_LOGIN}" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     31        <input type="text" name="login" id="login" value="{F_LOGIN}" >
    3232      </li>
    33 
    3433      <li>
    3534        <span class="property">
    3635          <label for="password">* {lang:Password}</label>
    3736        </span>
    38         <input type="password" name="password" id="password" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     37        <input type="password" name="password" id="password" >
    3938      </li>
    40 
    4139      <li>
    4240        <span class="property">
    4341          <label for="password_conf">* {lang:Confirm Password}</label>
    4442        </span>
    45         <input type="password" name="password_conf" id="password_conf" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     43        <input type="password" name="password_conf" id="password_conf" >
    4644      </li>
    47 
    4845      <li>
    4946        <span class="property">
    5047          <label for="mail_address">{lang:Mail address}</label>
    5148        </span>
    52         <input type="text" name="mail_address" id="mail_address" value="{F_EMAIL}" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     49        <input type="text" name="mail_address" id="mail_address" value="{F_EMAIL}" >
    5350        ({lang:useful when password forgotten})
    5451      </li>
Note: See TracChangeset for help on using the changeset viewer.