Changeset 1446


Ignore:
Timestamp:
Jul 8, 2006, 5:20:17 PM (18 years ago)
Author:
chrisaga
Message:

fix : handle SELCT size and onblur correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/search.tpl

    r1444 r1446  
    101101  <legend>{lang:search_options}</legend>
    102102  <label>{lang:search_categories}
    103     <select class="categoryList" name="cat[]" multiple="multiple" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     103    <select class="categoryList" name="cat[]" multiple="multiple" onfocus="this.className='categoryList focus';" onblur="this.className='categoryList nofocus';">
    104104      <!-- BEGIN category_option -->
    105105      <option value="{category_option.VALUE}">{category_option.OPTION}</option>
Note: See TracChangeset for help on using the changeset viewer.