[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/browser/content/folder_contents.pt Table class definition BatchTable added as required for zebra-striping. As per discussion with yuppie.

Charlie Clark charlie at begeistert.org
Sat Sep 18 04:48:11 EDT 2010


Log message for revision 116551:
  Table class definition BatchTable added as required for zebra-striping. As per discussion with yuppie.

Changed:
  U   Products.CMFDefault/trunk/Products/CMFDefault/browser/content/folder_contents.pt

-=-
Modified: Products.CMFDefault/trunk/Products/CMFDefault/browser/content/folder_contents.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/browser/content/folder_contents.pt	2010-09-18 08:39:04 UTC (rev 116550)
+++ Products.CMFDefault/trunk/Products/CMFDefault/browser/content/folder_contents.pt	2010-09-18 08:48:11 UTC (rev 116551)
@@ -29,7 +29,7 @@
    tal:attributes="action request/ACTUAL_URL">
    <tal:block repeat="widget view/hidden_widgets"
               replace="structure widget/hidden" />
-   <table tal:condition="view/has_subobjects">
+   <table class="BatchTable" tal:condition="view/has_subobjects">
      <tr>
        <th tal:repeat="column view/column_headings"
             tal:attributes="colspan column/colspan | nothing"><a href="column"
@@ -38,7 +38,7 @@
          >Column Title</a></th>
      </tr>
    <tr tal:repeat="item view/listBatchItems"
-      tal:attributes="class python: (repeat['item'].even() and 'row-hilite') or ''">
+      tal:attributes="class python: (repeat['item'].even() and 'row-hilite') or None">
      <td tal:content="structure item/select">Checkbox</td>
      <td><a href="" tal:attributes="href item/url"
          tal:condition="item/icon"



More information about the checkins mailing list