When editing products, how can I change the Manufacturers dropdown list into a regular list box, which I can later style with css to make it a certain height and be scrollable?
I know the file to edit is admin/includes/modules/product/collect_info.php, and around line 577, the code that draws the dropdown is:
...........and I know the "zen_draw_pull_down_menu" is what needs changed..........................but to what?PHP Code:<td class="main"><?php echo zen_draw_separator('pixel_trans.gif', '24', '15') . ' ' . zen_draw_pull_down_menu('manufacturers_id', $manufacturers_array, $pInfo->manufacturers_id); ?></td>
Any help appreciated.


Reply With Quote

