- Timestamp:
- Jul 8, 2006, 5:20:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/search.tpl
r1444 r1446 101 101 <legend>{lang:search_options}</legend> 102 102 <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';"> 104 104 <!-- BEGIN category_option --> 105 105 <option value="{category_option.VALUE}">{category_option.OPTION}</option>
Note: See TracChangeset
for help on using the changeset viewer.