[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Undo - undo_log.pt:1.1.2.4

Steve Alexander steve@cat-box.net
Mon, 1 Apr 2002 04:53:28 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Undo
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/Undo

Modified Files:
      Tag: Zope-3x-branch
	undo_log.pt 
Log Message:
Changed here -> context and container -> view
as described in http://collector.zope.org/Zope3-dev/43


=== Zope3/lib/python/Zope/App/Undo/undo_log.pt 1.1.2.3 => 1.1.2.4 ===
 <table width="100%" cellspacing="0" cellpadding="2" border="0">
 
-  <span tal:define="global undoInfo container/getUndoInfo" />
+  <span tal:define="global undoInfo view/getUndoInfo" />
   <div tal:repeat="undoitem undoInfo">
   <span tal:condition="repeat/undoitem/odd" ><span tal:define="global rowclass string:row-hilite"/> </span>
   <span tal:condition="repeat/undoitem/even" ><span tal:define="global rowclass string:row-normal"/> </span>