[Erp5-report] r9287 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 21 16:21:13 CEST 2006


Author: chris
Date: Mon Aug 21 16:21:07 2006
New Revision: 9287

URL: http://svn.erp5.org?rev=9287&view=rev
Log:
- replaced all h6.clear by p.clear

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_dialog.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml?rev=9287&r1=9286&r2=9287&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml Mon Aug 21 16:21:07 2006
@@ -314,7 +314,7 @@
       </a>\n
     </span>\n
   </span>\n
-  <h6 class="clear">&nbsp;</h6>\n
+  <p class="clear">&nbsp;</p>\n
 </tal:block>
 
 ]]></string> </value>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=9287&r1=9286&r2=9287&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Mon Aug 21 16:21:07 2006
@@ -418,8 +418,7 @@
   text-decoration: underline;\n
 }\n
 \n
-p.clear,\n
-h6.clear {\n
+p.clear {\n
   height: 0;\n
   margin: 0;\n
   padding: 0;\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_dialog.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_dialog.xml?rev=9287&r1=9286&r2=9287&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_dialog.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/form_dialog.xml Mon Aug 21 16:21:07 2006
@@ -125,7 +125,7 @@
                   <tal:block metal:use-macro="here/field_render/macros/field_render" />\n
                 </tal:block>\n
               </div>\n
-              <h6 class="clear">&nbsp;</h6>\n
+              <p class="clear">&nbsp;</p>\n
             </div>\n
             <div tal:condition="python: len(center_group) > 0"\n
                 class="center">\n
@@ -133,7 +133,7 @@
                 <tal:block metal:use-macro="here/field_render/macros/field_render" />\n
               </tal:block>\n
             </div>\n
-          <h6 class="clear">&nbsp;</h6>\n
+          <p class="clear">&nbsp;</p>\n
           </div>\n
         </div>\n
       </tal:block>\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.xml?rev=9287&r1=9286&r2=9287&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.xml Mon Aug 21 16:21:07 2006
@@ -106,7 +106,7 @@
                 <input type="text" name="__ac_name" id="name"\n
                        tal:attributes="value python: request.get(\'__ac_name\') or \'\'" />\n
               </div>\n
-              <h6 class="clear">&nbsp;</h6>\n
+              <p class="clear">&nbsp;</p>\n
             </div>\n
             <div class="field">\n
               <label for="password"\n
@@ -114,7 +114,7 @@
               <div class="input">\n
                 <input type="password" name="__ac_password" id="password" />\n
               </div>\n
-              <h6 class="clear">&nbsp;</h6>\n
+              <p class="clear">&nbsp;</p>\n
             </div>\n
             <div class="field">\n
               <label for="cb_remember"\n
@@ -122,13 +122,13 @@
               <div class="input">\n
                 <input type="checkbox" name="__ac_persistent" value="1" checked="checked" id="cb_remember" />\n
               </div>\n
-              <h6 class="clear">&nbsp;</h6>\n
+              <p class="clear">&nbsp;</p>\n
             </div>\n
           </div>\n
         </div>\n
       </div>\n
       <script type="text/javascript">setFocus()</script>\n
-      <h6 class="clear">&nbsp;</h6>\n
+      <p class="clear">&nbsp;</p>\n
       <input type="submit" value="Login" class="submit"\n
              tal:attributes="name python: \'%s:method\' % (form_action, )"\n
              i18n:attributes="value" i18n:domain="ui" />\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml?rev=9287&r1=9286&r2=9287&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/quad_form_view.xml Mon Aug 21 16:21:07 2006
@@ -98,7 +98,7 @@
             <tal:block metal:use-macro="here/field_render/macros/field_render" />\n
           </tal:block>\n
         </div>\n
-        <h6 class="clear">&nbsp;</h6>\n
+        <p class="clear">&nbsp;</p>\n
       </div>\n
       <div tal:condition="python: len(center_left_group) > 0 or len(center_right_group) > 0"\n
           class="top_group">\n
@@ -114,7 +114,7 @@
             <tal:block metal:use-macro="here/field_render/macros/field_render" />\n
           </tal:block>\n
         </div>\n
-        <h6 class="clear">&nbsp;</h6>\n
+        <p class="clear">&nbsp;</p>\n
       </div>\n
       <div tal:condition="python: len(bottom_group) > 0"\n
           class="bottom">\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml?rev=9287&r1=9286&r2=9287&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/sort_list_dialog.xml Mon Aug 21 16:21:07 2006
@@ -104,7 +104,7 @@
               </select>\n
               <tal:block tal:replace="structure python:form.sort_order.render(item[1], request)" />\n
             </div>\n
-            <h6 class="clear" />\n
+            <p class="clear">&nbsp;</p>\n
           </div>\n
           <div tal:repeat="item columns"\n
               class="field">\n
@@ -124,7 +124,7 @@
                 <span tal:replace="structure python:form.sort_order.render(\'\', request)" />\n
               </div>\n
             </tal:block>\n
-            <h6 class="clear" />\n
+            <p class="clear">&nbsp;</p>\n
           </div>\n
         </div>\n
       </div>\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml?rev=9287&r1=9286&r2=9287&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml Mon Aug 21 16:21:07 2006
@@ -254,7 +254,7 @@
               </button>\n
             </span>\n
           </span>\n
-          <h6 class="clear">&nbsp;</h6>\n
+          <p class="clear">&nbsp;</p>\n
         </div>\n
         <div id="context_bar">\n
           <tal:block metal:define-slot="context_bar" />\n
@@ -281,7 +281,7 @@
             <tal:block tal:replace="python:here.portal_membership.getAuthenticatedMember().getUserName()" />\n
           </tal:block>\n
         </div>\n
-        <h6 class="clear" style="height: 10px">&nbsp;</h6>\n
+        <p class="clear" style="height: 10px">&nbsp;</p>\n
         <div tal:content="structure here/REQUEST/portal_status_message | nothing"\n
              id="transition_message"></div>\n
       </div>\n




More information about the Erp5-report mailing list