In the Home Screen, the Account Limits window overlaps part of the Website Harddisk Quota window making it annoyingly unreadable. Otherwise, the update worked fine. I have a suspicion that because one of my domain names is very long (30 characters), it pushes the width of the Quota window out to where it gets overlapped by the Account Limits window. Any fix?
A quick fix for the overlapping home page issue - Make the right hand column float right instead of left by editing: /usr/local/ispconfig/interface/web/dashboard/templates/dashboard.htm Change the last div style container in the file from: <div style="float:left; width:350px;"> to: <div style="float:right; width:350px;"> Hope this helps until the next update...