[Erp5-report] r18650 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 10 11:48:55 CET 2008


Author: aurel
Date: Thu Jan 10 11:48:54 2008
New Revision: 18650

URL: http://svn.erp5.org?rev=18650&view=rev
Log:
tidy doesn't like empty span, so put a comment in between, it's seems enought to make it quiet on this

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/navigation_box_render.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

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=18650&r1=18649&r2=18650&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 Thu Jan 10 11:48:54 2008
@@ -89,7 +89,7 @@
       </button>\n
     </span>\n
 \n
-    <span class="separator"></span>\n
+    <span class="separator"><!--separator--></span>\n
 \n
     <span id="action" metal:define-macro="action">\n
       <select name="select_action"\n
@@ -174,7 +174,7 @@
             ui_actions actions/object_ui | nothing;\n
             print_actions actions/object_print | nothing;\n
             list_mode list_mode | nothing">\n
-        <span class="separator"></span>\n
+        <span class="separator"><!--separator--></span>\n
         <tal:block tal:condition="list_mode | nothing">\n
           <button class="cut" type="submit" name="Folder_cut:method" title="Cut"\n
                   i18n:attributes="title" i18n:domain="ui">\n
@@ -191,7 +191,7 @@
             <span class="image"></span>\n
             <span class="description" i18n:translate="" i18n:domain="ui">Paste</span>\n
           </button>\n
-          <span class="separator"></span>\n
+          <span class="separator"><!--separator--></span>\n
         </tal:block>\n
         <button tal:condition="print_actions" class="print" type="submit" name="Folder_print:method" title="Print"\n
                 i18n:attributes="title" i18n:domain="ui">\n
@@ -218,7 +218,7 @@
         </button>\n
         <tal:block tal:condition="not: list_mode">\n
           <tal:block tal:condition="request/selection_index | nothing">\n
-            <span class="separator"></span>\n
+            <span class="separator"><!--separator--></span>\n
             <a class="jump_first" title="First"\n
                tal:attributes="href python: \'portal_selections/viewFirst?%s\' % (http_parameters, )"\n
                i18n:attributes="title" i18n:domain="ui">\n
@@ -251,7 +251,7 @@
           </tal:block>\n
         </tal:block>\n
         <tal:block tal:condition="list_mode">\n
-          <span class="separator"></span>\n
+          <span class="separator"><!--separator--></span>\n
           <a tal:condition="search_actions" class="find" title="Find"\n
              tal:attributes="href python: portal.ERP5Site_renderCustomLink(search_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_search\')"\n
              i18n:attributes="title" i18n:domain="ui">\n
@@ -277,7 +277,7 @@
           </a>\n
         </tal:block>\n
         <span tal:condition="exchange_actions | report_actions"\n
-              class="separator"></span>\n
+              class="separator"><!--separator--></span>\n
         <a tal:condition="exchange_actions" class="import_export" title="Import / Export"\n
            tal:attributes="href python: portal.ERP5Site_renderCustomLink(exchange_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_exchange\')"\n
            i18n:attributes="title" i18n:domain="ui">\n
@@ -297,7 +297,7 @@
           <span class="description" i18n:translate="" i18n:domain="ui">Fast Input</span>\n
         </a>\n
         <tal:block tal:condition="button_actions">\n
-          <span class="separator"></span>\n
+          <span class="separator"><!--separator--></span>\n
           <tal:block tal:repeat="button_action button_actions">\n
             <a tal:attributes="href python: \'%s%s%s\' % (button_action[\'url\'], \'?\' in button_action[\'url\'] and \'&amp;\' or \'?\', http_parameters)">\n
               <img i18n:attributes="title" i18n:domain="ui"\n
@@ -309,7 +309,7 @@
         </tal:block>\n
         <tal:block tal:condition="list_mode">\n
           <tal:block tal:condition="ui_actions">\n
-            <span class="separator"></span>\n
+            <span class="separator"><!--separator--></span>\n
             <a class="configure" title="Configure"\n
                tal:attributes="href python: portal.ERP5Site_renderCustomLink(ui_actions[0][\'url\'], http_parameter_list, dialog_category=\'object_ui\')"\n
                i18n:attributes="title" i18n:domain="ui">\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/navigation_box_render.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/navigation_box_render.xml?rev=18650&r1=18649&r2=18650&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/navigation_box_render.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/navigation_box_render.xml Thu Jan 10 11:48:54 2008
@@ -92,7 +92,7 @@
                 i18n:translate="" i18n:domain="ui">Select Favorite</span>\n
         </button>\n
       </span>\n
-      <span class="separator"></span>\n
+      <span class="separator"><!--separator--></span>\n
       <span id="modules">\n
         <select name="select_module"\n
                 tal:define="module_list here/ERP5Site_getModuleItemList;"\n
@@ -130,7 +130,7 @@
                 i18n:translate="" i18n:domain="ui">Select Language</span>\n
         </button>\n
       </span>\n
-      <span class="separator"></span>\n
+      <span class="separator"><!--separator--></span>\n
       <span id="search">\n
         <input type="text" name="field_your_search_text" />\n
         <button type="submit" name="Base_searchResultList:method" title="Search"\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=18650&r1=18649&r2=18650&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Thu Jan 10 11:48:54 2008
@@ -1,1 +1,1 @@
-480
+481




More information about the Erp5-report mailing list