[Erp5-report] r19446 - in /erp5/trunk/bt5/erp5_web: SkinTemplateItem/portal_skins/erp5_web_...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 20 18:29:55 CET 2008


Author: romain
Date: Wed Feb 20 18:29:53 2008
New Revision: 19446

URL: http://svn.erp5.org?rev=19446&view=rev
Log:
Insert the sub list inside the parent list element, in order to get automatic indentation

Modified:
    erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSearchRenderer.xml
    erp5/trunk/bt5/erp5_web/bt/revision

Modified: erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSearchRenderer.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSearchRenderer.xml?rev=19446&r1=19445&r2=19446&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSearchRenderer.xml (original)
+++ erp5/trunk/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web_widget_library/WebSite_viewSearchRenderer.xml Wed Feb 20 18:29:53 2008
@@ -111,23 +111,23 @@
             <a i18n:translate="" i18n:domain="ui" \n
                tal:content="section/getTitle"\n
                tal:attributes="href section/absolute_url"/>\n
+            <ul>\n
+              <li tal:repeat="root_section python:section.contentValues(checked_permission=\'View\')">\n
+                <a    tal:content="root_section/getTitle"\n
+                      tal:condition="python:not len(root_section.contentValues())"\n
+                      tal:attributes="href root_section/absolute_url"/>\n
+                <span tal:content="root_section/getTitle"\n
+                      tal:condition="python:len(root_section.contentValues())"\n
+                      onclick="toggleSection(this)" toggle="yes" style="cursor:pointer;"/>\n
+                <div style="display:none;visibility:hidden">\n
+                  <ul>\n
+                    <li tal:repeat="section root_section/contentValues"><a href="#" tal:content="section/getTitle"\n
+                        tal:attributes="href section/absolute_url">Theme</a></li>\n
+                  </ul>\n
+                </div>\n
+              </li>\n
+            </ul>\n
           </li>\n
-          <ul>\n
-            <li tal:repeat="root_section python:section.contentValues(checked_permission=\'View\')">\n
-              <a    tal:content="root_section/getTitle"\n
-                    tal:condition="python:not len(root_section.contentValues())"\n
-                    tal:attributes="href root_section/absolute_url"/>\n
-              <span tal:content="root_section/getTitle"\n
-                    tal:condition="python:len(root_section.contentValues())"\n
-                    onclick="toggleSection(this)" toggle="yes" style="cursor:pointer;"/>\n
-              <div style="display:none;visibility:hidden">\n
-                <ul>\n
-                  <li tal:repeat="section root_section/contentValues"><a href="#" tal:content="section/getTitle"\n
-                      tal:attributes="href section/absolute_url">Theme</a></li>\n
-                </ul>\n
-              </div>\n
-            </li>\n
-          </ul>\n
         </ul>\n
       </tal:block>\n
     </div>\n
@@ -140,23 +140,23 @@
             <a i18n:translate="" i18n:domain="ui" \n
                tal:content="section/getTitle"\n
                tal:attributes="href section/absolute_url"/>\n
+            <ul>\n
+              <li tal:repeat="root_section python:section.contentValues(checked_permission=\'View\')">\n
+                <a    tal:content="root_section/getTitle"\n
+                      tal:condition="python:not len(root_section.contentValues())"\n
+                      tal:attributes="href root_section/absolute_url"/>\n
+                <span tal:content="root_section/getTitle"\n
+                      tal:condition="python:len(root_section.contentValues())"\n
+                      onclick="toggleSection(this)" toggle="yes" style="cursor:pointer;"/>\n
+                <div style="display:none;visibility:hidden">\n
+                  <ul>\n
+                    <li tal:repeat="section root_section/contentValues"><a href="#" tal:content="section/getTitle"\n
+                        tal:attributes="href section/absolute_url">Theme</a></li>\n
+                  </ul>\n
+                </div>\n
+              </li>\n
+            </ul>\n
           </li>\n
-          <ul>\n
-            <li tal:repeat="root_section python:section.contentValues(checked_permission=\'View\')">\n
-              <a    tal:content="root_section/getTitle"\n
-                    tal:condition="python:not len(root_section.contentValues())"\n
-                    tal:attributes="href root_section/absolute_url"/>\n
-              <span tal:content="root_section/getTitle"\n
-                    tal:condition="python:len(root_section.contentValues())"\n
-                    onclick="toggleSection(this)" toggle="yes" style="cursor:pointer;"/>\n
-              <div style="display:none;visibility:hidden">\n
-                <ul>\n
-                  <li tal:repeat="section root_section/contentValues"><a href="#" tal:content="section/getTitle"\n
-                      tal:attributes="href section/absolute_url">Theme</a></li>\n
-                </ul>\n
-              </div>\n
-            </li>\n
-          </ul>\n
         </ul>\n
       </tal:block>\n
     </div>\n

Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=19446&r1=19445&r2=19446&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision Wed Feb 20 18:29:53 2008
@@ -1,1 +1,1 @@
-624
+625




More information about the Erp5-report mailing list