mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 14:55:25 +02:00
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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user