merge from trunk r1445:1446 into branch 1.6 (handle SELECT in seach.tpl)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1447 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
8fe09b4c26
commit
a9cdc8c167
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…
Add table
Reference in a new issue