Fix for Bug 1854, Selecting Columns for Display window doesn't resize in Guided Repor...
authorOwen Leonard <oleonard@myacpl.org>
Wed, 20 Feb 2008 18:34:37 +0000 (07:34 +1300)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 20 Feb 2008 19:01:31 +0000 (13:01 -0600)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl

index 8e25579..83429db 100644 (file)
@@ -156,7 +156,7 @@ reports</p>
        <input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->" />
        <fieldset>
 <div class="yui-g">
-<div class="yui-u first">      <div style="float: left;"><select id="availableColumns" name="oldcolumns2" multiple="multiple" size="25" style="width:200px;height:300px;">
+<div class="yui-u first">      <div style="float: left;"><select id="availableColumns" name="oldcolumns2" multiple="multiple" size="25" style="min-width: 200px;height:300px;">
 <!-- TMPL_LOOP NAME="columns" -->
 <!-- TMPL_IF NAME="table" -->
 
@@ -182,7 +182,7 @@ reports</p>
 </div>
 
 <div class="yui-u">
-<select id="selectedColumns" name="columns" multiple="multiple" size="25" style="width:200px;height:300px;"></select>
+<select id="selectedColumns" name="columns" multiple="multiple" size="25" style="min-width:200px;height:300px;"></select>
 </div>
 </div>
 </fieldset>