The setup.py don't work I apply the files from http://code.google.com/p/web2pypi/ and problem solved.
2011/12/15 Massimo Di Pierro <massimo.dipie...@gmail.com> > Sorry I had missed this. Will fix shortly. > > On Dec 14, 5:33 pm, Paolo Caruccio <paolo.carucci...@gmail.com> wrote: > > I already wrote how i fixed the issue (tested only IE9, chrome 15, > firefox > > 8 and Opera 11.60 on windows7) in a previous thread ( > https://groups.google.com/d/msg/web2py/AjoKneQCOEA/rFYgbg7GMLAJ). > > > > to correct the ugly display I modified this file > > admin\static\plugin_multiselect\jquery.multiselect.css > > line 14 becomes > > .ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; > > overflow-y:scroll; margin-left:0; width:100%; } > > line 16 becomes > > .ui-multiselect-checkboxes label input { position:relative; top:1px; > > right:2px; } > > > > to make working uncheckall button I modified the file > > admin\static\plugin_multiselect\jquery.multiselect.js > > on line 21 replace toggleChecked func with > > > toggleChecked:function(b,c,d){(d&&d.length?d:k.find("input")).not(":disable > d").attr("checked",c);r()}}) > > > > attached the fixed files. > > > > Let me know if it works for you too. > > Thanks. > > > > jquery.multiselect.css > > 2KViewDownload > > > > jquery.multiselect.js > > 6KViewDownload > -- Alvaro Lizama Molina - http://alvarolizama.net