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

Jim Fulton jim@zope.com
Fri, 21 Mar 2003 15:56:28 -0500


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

Modified Files:
	add.pt 
Log Message:
Changed to use the page macro rather than dialog because Guido prefers
the look of the page macro.

Modified the way the buttons are displayed to conform to the
undocumented UI "standard".  :(



=== Zope3/src/zope/app/browser/form/add.pt 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/form/add.pt:1.2	Thu Jan 16 14:50:28 2003
+++ Zope3/src/zope/app/browser/form/add.pt	Fri Mar 21 15:56:27 2003
@@ -1,4 +1,4 @@
-<html metal:use-macro="views/standard_macros/dialog">
+<html metal:use-macro="views/standard_macros/page">
   <body>
   <div metal:fill-slot="body">
 
@@ -50,8 +50,12 @@
 
       </div>
 
-      <input type="submit"  value="Refresh" />
-      <input type="submit" name="UPDATE_SUBMIT"  value="Save Changes" />
+      <div class="row">
+        <div class="controls">
+          <input type="submit" value="Refresh" />
+          <input type="submit" name="UPDATE_SUBMIT" value="Submit" />
+        </div>
+      </div>
 
     </form>