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

The Unidentified User cvs-admin at zope.org
Tue Dec 9 06:38:13 EST 2003


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

Modified Files:
	add.pt 
Log Message:
- changed from <br> to <br/> (for xhtml std)

- changed from <span> to <input>(for understanding)



=== Zope3/src/zope/app/browser/form/add.pt 1.11 => 1.12 ===
--- Zope3/src/zope/app/browser/form/add.pt:1.11	Tue Dec  9 05:45:50 2003
+++ Zope3/src/zope/app/browser/form/add.pt	Tue Dec  9 06:38:10 2003
@@ -49,18 +49,16 @@
         </div>
         <div class="separator"></div>
       </div>
-      <br><br>
+      <br/><br/>
       <div class="row">
         <div class="controls">
           <input type="submit" value="Refresh"
               i18n:attributes="value refresh-button" />
-           <span tal:replace="structure context/renderAddButton"/>
+           <input tal:replace="structure context/renderAddButton"/>
         </div>
       </div>
       <div class="separator"></div>
-
     </form>
-
   </div>
 
   </div>




More information about the Zope3-Checkins mailing list