[Erp5-report] r10683 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateIte...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 13 10:52:05 CEST 2006


Author: vincent
Date: Fri Oct 13 10:52:01 2006
New Revision: 10683

URL: http://svn.erp5.org?rev=10683&view=rev
Log:
Fix visual glitch which caused the right group being displayed below the left group, and then moved by js to the right place. Now the only visible thing is the touching borders being removed and the boxes height being balanced.
Remove conditional "clear" tag since it's possible to get the same behaviour in pure css.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_render.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_render.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_render.xml?rev=10683&r1=10682&r2=10683&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_render.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_render.xml Fri Oct 13 10:52:01 2006
@@ -125,7 +125,6 @@
             <tal:block metal:use-macro="here/field_render/macros/field_render"/>\n
           </tal:block>\n
         </fieldset>\n
-        <p tal:condition="python: gid.find(\'right\') >= 0 or (gid.find(\'left\') >= 0 and \'right\' not in gid_list)" class="clear"/>\n
       </tal:block>\n
     </tal:block>\n
 \n




More information about the Erp5-report mailing list