[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form - add.pt:1.11

The Unidentified User cvs-admin at zope.org
Tue Dec 9 05:45:51 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv18730/src/zope/app/browser/form

Modified Files:
	add.pt 
Log Message:
- modified renderAddButton method in adding.py
- modified add form add.pt to display add button with or without input box
- renderAddButton returns add button with or without input box



=== Zope3/src/zope/app/browser/form/add.pt 1.10 => 1.11 ===
--- Zope3/src/zope/app/browser/form/add.pt:1.10	Wed Oct 22 15:17:09 2003
+++ Zope3/src/zope/app/browser/form/add.pt	Tue Dec  9 05:45:50 2003
@@ -49,13 +49,12 @@
         </div>
         <div class="separator"></div>
       </div>
-
+      <br><br>
       <div class="row">
         <div class="controls">
           <input type="submit" value="Refresh"
               i18n:attributes="value refresh-button" />
-          <input type="submit" name="UPDATE_SUBMIT" value="Submit"
-              i18n:attributes="value submit-button"/>
+           <span tal:replace="structure context/renderAddButton"/>
         </div>
       </div>
       <div class="separator"></div>




More information about the Zope3-Checkins mailing list