Multi-Select Vertical Align Top in Admin

2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 18, 2010   (RSS)

Re: [aquaman] Multi-Select Vertical Align Top in Admin

By Chris - January 18, 2010 - edited: January 18, 2010

Hi Jan,

Nice catch, thanks! I've fixed this for the next version of CMS Builder, but if you want to apply the patch to your own copy, open up cmsAdmin/lib/menus/default/edit_functions.php and change this line:

$valignTop = ($fieldSchema['listType'] != 'pulldown') ? 'valign="top"' : '';

to this:

$valignTop = ($fieldSchema['listType'] != 'pulldown') ? 'style="vertical-align: top;"' : '';

I hope this helps! Please let me know if you have any more questions.
All the best,
Chris