Move buttons are disabled. Header label not present.
This is the javascript code to launch multiselect2side to #second select:
$().ready(function() { $('#second').multiselect2side({ selectedPosition: 'right', moveOptions: false, labelsx: '', labeldx: '' }); });