diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-08 15:20:17 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-08 15:20:17 +0000 |
commit | a98af4134da4aba3cf0fd874e8e682965abb387d (patch) | |
tree | 5543d0161f42970c9b1ced63426782a582c26bf1 /template/yoga | |
parent | d2c3b3001766975e6f27e0bad65b163c69cd05d3 (diff) |
fix : handle SELCT size and onblur correctly
git-svn-id: http://piwigo.org/svn/trunk@1446 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-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 --> |