[Erp5-report] r38951 ivan - in /erp5/trunk/bt5/erp5_km: SkinTemplateItem/portal_skins/erp5_...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 7 14:25:57 CEST 2010


Author: ivan
Date: Thu Oct  7 14:25:56 2010
New Revision: 38951

URL: http://svn.erp5.org?rev=38951&view=rev
Log:
Add forgotten in previous commit CSS.
Clean up a duplicating form

Modified:
    erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_viewKnowledgeManagementMacroLibrary.xml
    erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/gadget.css.xml
    erp5/trunk/bt5/erp5_km/bt/revision

Modified: erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_viewKnowledgeManagementMacroLibrary.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_viewKnowledgeManagementMacroLibrary.xml?rev=38951&r1=38950&r2=38951&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_viewKnowledgeManagementMacroLibrary.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/Base_viewKnowledgeManagementMacroLibrary.xml [utf8] Thu Oct  7 14:25:56 2010
@@ -2,10 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
-        <tuple/>
-      </tuple>
+      <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -48,11 +45,11 @@
                          title section/Base_getTitle;"/></li>\n
      <ul class="second_level">\n
 \n
-       <tal:block tal:repeat="root_section python: filter(lambda x:x.isVisible(), section.contentValues(portal_type=\'Web Section\', sort_on=\'int_index\'))">\n
+       <tal:block tal:repeat="root_section python: filter(lambda x:x.isVisible(), section.contentValues(portal_type=\'Web Section\', sort_on=\'int_index\',checked_permission=\'View\'))">\n
          <tal:block \n
             tal:define="section_dom_id python: root_section.getRelativeUrl().replace(\'/\', \'_\');\n
                         image_dom_id python: \'image_%s\' %section_dom_id;\n
-                        siblings python: filter(lambda x:x.isVisible(), root_section.contentValues(portal_type=\'Web Section\', sort_on=\'int_index\'));\n
+                        siblings python: filter(lambda x:x.isVisible(), root_section.contentValues(portal_type=\'Web Section\', sort_on=\'int_index\',checked_permission=\'View\'));\n
                         exists_siblings python: len(siblings)">\n
            <li class="empty-list-node"\n
                tal:condition="not: exists_siblings">\n

Modified: erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/gadget.css.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/gadget.css.xml?rev=38951&r1=38950&r2=38951&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/gadget.css.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/gadget.css.xml [utf8] Thu Oct  7 14:25:56 2010
@@ -12,7 +12,7 @@
         </item>
         <item>
             <key> <string>_EtagSupport__etag</string> </key>
-            <value> <string>ts85312668.47</string> </value>
+            <value> <string>ts86451743.36</string> </value>
         </item>
         <item>
             <key> <string>__name__</string> </key>
@@ -397,6 +397,12 @@ div.gadget-latest-documents table.listbo
   display: none;\n
 }\n
 \n
+/* Tagged documents  needs no listbox headers*/\n
+div.gadget-tagged-documents div.listbox-head,\n
+div.gadget-tagged-documents table.listbox thead{\n
+  display: none;\n
+}\n
+\n
 /* My Documents gadget needs no listbox headers*/\n
 div.gadget-my-documents div.listbox-head,\n
 div.gadget-my-documents table.listbox thead{\n
@@ -439,7 +445,8 @@ div.gadget-other-versions  div.listbox-h
 div.gadget-history  div.listbox-head-content,\n
 div.gadget-my-tasks div.listbox-head-content,\n
 div.gadget-my-contacts div.listbox-head-content,\n
-div.gadget-persons div.listbox-head-content{\n
+div.gadget-persons div.listbox-head-content,\n
+div.gadget-tagged-documents div.listbox-head-content{\n
   display: none;\n
 }\n
 \n
@@ -457,7 +464,7 @@ div.block div.box_inner_content div.work
         </item>
         <item>
             <key> <string>size</string> </key>
-            <value> <int>8355</int> </value>
+            <value> <int>8572</int> </value>
         </item>
         <item>
             <key> <string>title</string> </key>

Modified: erp5/trunk/bt5/erp5_km/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_km/bt/revision?rev=38951&r1=38950&r2=38951&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_km/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_km/bt/revision [utf8] Thu Oct  7 14:25:56 2010
@@ -1 +1 @@
-1579
\ No newline at end of file
+1580
\ No newline at end of file




More information about the Erp5-report mailing list