diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-08 15:21:50 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-08 15:21:50 +0000 |
commit | a9cdc8c167eda3e7346c7c7c5a97872d5feacad0 (patch) | |
tree | cfab6b7e3eb6007f2a64eb092756e82c13739c43 | |
parent | 8fe09b4c26fd8fd35f93fc46847cb98706d4cbd5 (diff) |
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
-rw-r--r-- | template/yoga/search.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index 093b13d8e..1c18b6a72 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -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 --> |