X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_lists.inc;h=7835f33905bbef4d64bd11b4bb774cae71af5e1f;hb=cc36638b65572da4867b7622723d6ed0135525b8;hp=050223923e0b744d90d5c0c64fb1a00a5c691b52;hpb=652bb39a7321f6c4bb73ea96071f068ae1358af8;p=fa-stable.git diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index 05022392..7835f339 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -277,6 +277,7 @@ $opts = array( // default options 'async' => true, // select update via ajax (true) vs _page_body reload 'default' => '', // default value when $_POST is not set // search box parameters + 'height' => false, // number of lines in select box 'sel_hint' => null, 'disabled' => false ); @@ -331,7 +332,9 @@ $opts = array( // default options } $_POST[$name] = $selected_id; - $selector = "\n"; $Ajax->addUpdate($name, "_{$name}_sel", $selector);