aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/search.tpl
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-08 15:12:55 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-08 15:12:55 +0000
commit8fe09b4c26fd8fd35f93fc46847cb98706d4cbd5 (patch)
tree9955a1ef99a81dbdc309f6015ee1dd9ca93103d6 /template/yoga/search.tpl
parent6653314edc728548913dc18cfcacd3455a354ee5 (diff)
merge from trunk r1443:1444 into branch 1.6 (cosmetics)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1445 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/search.tpl')
-rw-r--r--template/yoga/search.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl
index e40c1f243..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:200px" 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 -->