[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - add.pt:1.16
Jim Fulton
jim at zope.com
Tue Dec 16 09:53:54 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv25768/src/zope/app/browser/form
Modified Files:
add.pt
Log Message:
Fixed a bug that caused renderAddButton to never be used.
=== Zope3/src/zope/app/browser/form/add.pt 1.15 => 1.16 ===
--- Zope3/src/zope/app/browser/form/add.pt:1.15 Mon Dec 15 06:01:39 2003
+++ Zope3/src/zope/app/browser/form/add.pt Tue Dec 16 09:53:54 2003
@@ -54,7 +54,7 @@
<input type="submit" value="Refresh"
i18n:attributes="value refresh-button" />
<input type="submit" name="UPDATE_SUBMIT" value=" Add "
- tal:replace="structure view/renderAddButton|default"/>
+ tal:replace="structure context/renderAddButton|default"/>
</div>
</div>
<div class="separator"></div>
More information about the Zope3-Checkins
mailing list