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/admin/thumbnail.tpl

    r1129 r1492  
    7979          <label for="width">{lang:maximum width}</label>
    8080        </span>
    81         <input type="text" id="width" name="width" value="{params.WIDTH_TN}" onfocus="this.className='focus';" onblur="this.className='nofocus';" />
     81        <input type="text" id="width" name="width" value="{params.WIDTH_TN}" />
    8282      </li>
    8383
     
    8686          <label for="height">{lang:maximum height}</label>
    8787        </span>
    88         <input type="text" id="height" name="height" value="{params.HEIGHT_TN}" onfocus="this.className='focus';" onblur="this.className='nofocus';" />
     88        <input type="text" id="height" name="height" value="{params.HEIGHT_TN}" />
    8989      </li>
    9090
Note: See TracChangeset for help on using the changeset viewer.