[Zope3-checkins] SVN: Zope3/trunk/src/zope/formlib/pageform.pt The actions are also useful by itself. I know I am lazy. :-)

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Apr 4 07:26:35 EDT 2006


Log message for revision 66382:
  The actions are also useful by itself. I know I am lazy. :-)
  

Changed:
  U   Zope3/trunk/src/zope/formlib/pageform.pt

-=-
Modified: Zope3/trunk/src/zope/formlib/pageform.pt
===================================================================
--- Zope3/trunk/src/zope/formlib/pageform.pt	2006-04-04 11:23:04 UTC (rev 66381)
+++ Zope3/trunk/src/zope/formlib/pageform.pt	2006-04-04 11:26:34 UTC (rev 66382)
@@ -132,7 +132,8 @@
   </div>
   <metal:block define-slot="above_buttons" />
 </div>
-<div id="actionsView">
+<div id="actionsView"
+     metal:define-macro="form_actions">
   <span class="actionButtons"
         tal:condition="view/availableActions"
         metal:define-slot="bottom_buttons">



More information about the Zope3-Checkins mailing list