Hi! In the run of make Openbravo 3.00 compatible with more browsers as Chrome, Safari, Opera, ... we have included some changes in the actual 2.50 'Default' skin in order to have the same appearance in all browsers.
These changes will come with Openbravo ERP 2.50 MP14 and are documented, as usual, in http://wiki.openbravo.com/wiki/ERP/2.50/Skin_changes#MP14 Also an extra change is required in manual code: It is related to the proper visualization of the MessageBox (without this change the messagebox of the affected html will display ugly ONLY in the mentioned unsupported browsers) So, this changes affects to modules with manual windows and a MessageBox inside them. The change is: This structure: <table cellpadding="0" cellspacing="0" style="width: 100%;"> <tbody> <tr> <td class="MessageBox_LeftTrans"> should be changed by this structure: <table cellpadding="0" cellspacing="0" class="MessageBox_Container"> <tbody> <tr> <td class="MessageBox_LeftTrans"> notice that the change is just replace a hardcoded style by a class. Regards. David. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
