[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - add.pt:1.13
Raju Sivalingam
sraju at zeomega.com
Fri Dec 12 06:19:46 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv31286
Modified Files:
add.pt
Log Message:
-- Bug fixed - renderAddButton
=== Zope3/src/zope/app/browser/form/add.pt 1.12 => 1.13 ===
--- Zope3/src/zope/app/browser/form/add.pt:1.12 Tue Dec 9 06:38:10 2003
+++ Zope3/src/zope/app/browser/form/add.pt Fri Dec 12 06:19:45 2003
@@ -54,7 +54,9 @@
<div class="controls">
<input type="submit" value="Refresh"
i18n:attributes="value refresh-button" />
- <input tal:replace="structure context/renderAddButton"/>
+ <input type='submit' name="UPDATE_SUBMIT" value=" Add "
+ i18n:attributes="value add-button"
+ tal:replace="structure context/renderAddButton|default"/>
</div>
</div>
<div class="separator"></div>
@@ -65,3 +67,4 @@
</body>
</html>
+
More information about the Zope3-Checkins
mailing list