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

    r1447 r1492  
    2323  <legend>{lang:Filter}</legend>
    2424  <label>{lang:search_keywords}
    25     <input type="text" style="width: 300px" name="search_allwords" size="30"  onfocus="this.className='focus';" onblur="this.className='nofocus';"/>
     25    <input type="text" style="width: 300px" name="search_allwords" size="30"  />
    2626  </label>
    2727  <ul>
     
    3434  </ul>
    3535  <label>{lang:search_author}
    36     <input type="text" style="width: 300px" name="search_author" size="30"  onfocus="this.className='focus';" onblur="this.className='nofocus';"/>
     36    <input type="text" style="width: 300px" name="search_author" size="30"  />
    3737  </label>
    3838</fieldset>
     
    7171        <!-- END start_month -->
    7272      </select>
    73       <input name="start_year" type="text" size="4" maxlength="4" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     73      <input name="start_year" type="text" size="4" maxlength="4" >
    7474    </li>
    7575    <li>
     
    9090        <!-- END end_month -->
    9191      </select>
    92       <input name="end_year" type="text" size="4" maxlength="4" onfocus="this.className='focus';" onblur="this.className='nofocus';">
     92      <input name="end_year" type="text" size="4" maxlength="4" >
    9393    </li>
    9494    <li>
     
    101101  <legend>{lang:search_options}</legend>
    102102  <label>{lang:search_categories}
    103     <select class="categoryList" name="cat[]" multiple="multiple" onfocus="this.className='categoryList focus';" onblur="this.className='categoryList nofocus';">
     103    <select class="categoryList" name="cat[]" multiple="multiple" >
    104104      <!-- BEGIN category_option -->
    105105      <option value="{category_option.VALUE}">{category_option.OPTION}</option>
Note: See TracChangeset for help on using the changeset viewer.