diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-08 15:07:04 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-08 15:07:04 +0000 |
commit | d2c3b3001766975e6f27e0bad65b163c69cd05d3 (patch) | |
tree | c04c7cddfa05d3b3795ba95cecbf6cbdacab8f36 /template/yoga/search.tpl | |
parent | 63bc9838cd41fd66d359a00c53ef476af303f3b4 (diff) |
Cosmetics
git-svn-id: http://piwigo.org/svn/trunk@1444 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 1e3c9be2d..093b13d8e 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 style="width:250px" name="cat[]" multiple="multiple" size="8" onfocus="this.className='focus';" onblur="this.className='nofocus';"> + <select class="categoryList" name="cat[]" multiple="multiple" onfocus="this.className='focus';" onblur="this.className='nofocus';"> <!-- BEGIN category_option --> <option value="{category_option.VALUE}">{category_option.OPTION}</option> <!-- END category_option --> |