[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - add.pt:1.17
edit.pt:1.13
Mohan Chandra
mchandra at zeomega.com
Tue Dec 16 10:42:31 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv31106/src/zope/app/browser/form
Modified Files:
add.pt edit.pt
Log Message:
Included self.contentName in adding.py
Included addform and addMenuItem directives to browser/content/configure.zcml
Provided a customized add view for SQLScript
Defined a new slot extra_buttons in add.pt
Changed view/renderAddButton to context/renderAddButton
=== Zope3/src/zope/app/browser/form/add.pt 1.16 => 1.17 ===
--- Zope3/src/zope/app/browser/form/add.pt:1.16 Tue Dec 16 09:53:54 2003
+++ Zope3/src/zope/app/browser/form/add.pt Tue Dec 16 10:42:00 2003
@@ -57,6 +57,11 @@
tal:replace="structure context/renderAddButton|default"/>
</div>
</div>
+
+ <div class="row" metal:define-slot="extra_buttons" tal:replace="nothing">
+ </div>
+
+
<div class="separator"></div>
</form>
</div>
=== Zope3/src/zope/app/browser/form/edit.pt 1.12 => 1.13 ===
--- Zope3/src/zope/app/browser/form/edit.pt:1.12 Wed Oct 22 15:17:09 2003
+++ Zope3/src/zope/app/browser/form/edit.pt Tue Dec 16 10:42:00 2003
@@ -1,5 +1,5 @@
-<tal:tag condition="view/update"
-/><html metal:use-macro="views/standard_macros/page">
+<tal:tag condition="view/update"/>
+<html metal:use-macro="views/standard_macros/page">
<body>
<div metal:fill-slot="body">
More information about the Zope3-Checkins
mailing list