[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/stateful -
xmlexport_template.pt:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Apr 16 07:51:51 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/workflow/stateful
In directory cvs.zope.org:/tmp/cvs-serv16353/src/zope/app/workflow/stateful
Modified Files:
xmlexport_template.pt
Log Message:
Got rid of unnecessary API. Use context, which is the PD.
=== Zope3/src/zope/app/workflow/stateful/xmlexport_template.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/workflow/stateful/xmlexport_template.pt:1.2 Thu Jul 31 11:01:36 2003
+++ Zope3/src/zope/app/workflow/stateful/xmlexport_template.pt Fri Apr 16 07:51:51 2004
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<workflow type="StatefulWorkflow"
xmlns:tal="http://xml.zope.org/namespaces/tal"
- tal:define="wf view/getDefinition"
+ tal:define="wf context"
tal:attributes="title python:view.getDublinCore(wf).Title()">
<schema
More information about the Zope3-Checkins
mailing list