[Checkins] SVN: z3c.multiform/Sandbox/src/z3c/multiform/container/grid.pt cosmetic changes

Bernd Dorn bernd.dorn at fhv.at
Sun May 28 20:16:54 EDT 2006


Log message for revision 68325:
  cosmetic changes

Changed:
  U   z3c.multiform/Sandbox/src/z3c/multiform/container/grid.pt

-=-
Modified: z3c.multiform/Sandbox/src/z3c/multiform/container/grid.pt
===================================================================
--- z3c.multiform/Sandbox/src/z3c/multiform/container/grid.pt	2006-05-29 00:13:26 UTC (rev 68324)
+++ z3c.multiform/Sandbox/src/z3c/multiform/container/grid.pt	2006-05-29 00:16:52 UTC (rev 68325)
@@ -133,7 +133,7 @@
   <!-- start: subforms -->
   <table id="sortable" class="listing"
          summary="Content listing">
-   <thead>
+   <thead metal:define-slot="subforms-thead">
     <tr>
      <metal:block tal:repeat="field view/itemFormFactory/form_fields">
       <th tal:define="isSelection python:field.field.__name__=='selected'"
@@ -143,9 +143,12 @@
      </metal:block>
      </tr>
    </thead>
-   <tbody>
+   <tbody id="subforms-tbody">
     <tr tal:repeat="subForm view/getForms"
-        tal:attributes="class python:repeat['subForm'].even and 'even' or 'odd';"
+        tal:attributes="class
+                        python:repeat['subForm'].even() and 'even' or 'odd';
+                        id subForm/prefix;"
+        
         tal:content="structure subForm"/>
    </tbody>
   </table>
@@ -180,8 +183,6 @@
 
 </form>
 
-<div tal:content="view/request/form"/>
-
 <script type="text/javascript" metal:define-slot="trackChanges">
   zc_trackChanges(document.getElementById('zc.page.browser_form'));
 </script>



More information about the Checkins mailing list