fix : handle SELCT size and onblur correctly
git-svn-id: http://piwigo.org/svn/trunk@1446 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d2c3b30017
commit
a98af4134d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
<fieldset>
|
||||
<legend>{lang:search_options}</legend>
|
||||
<label>{lang:search_categories}
|
||||
<select class="categoryList" name="cat[]" multiple="multiple" onfocus="this.className='focus';" onblur="this.className='nofocus';">
|
||||
<select class="categoryList" name="cat[]" multiple="multiple" onfocus="this.className='categoryList focus';" onblur="this.className='categoryList nofocus';">
|
||||
<!-- BEGIN category_option -->
|
||||
<option value="{category_option.VALUE}">{category_option.OPTION}</option>
|
||||
<!-- END category_option -->
|
||||
|
|
Loading…
Reference in a new issue