[Zope-Checkins] CVS: Zope/lib/python/Products/ExternalMethod/dtml - methodEdit.dtml:1.3.4.2

Chris McDonough chrism@zope.com
Fri, 3 Jan 2003 01:33:49 -0500


Update of /cvs-repository/Zope/lib/python/Products/ExternalMethod/dtml
In directory cvs.zope.org:/tmp/cvs-serv27194/ExternalMethod/dtml

Modified Files:
      Tag: chrism-install-branch
	methodEdit.dtml 
Log Message:
Merging chrism-install-branch with HEAD (hopefully for one of the last
times).



=== Zope/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml 1.3.4.1 => 1.3.4.2 ===
--- Zope/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml:1.3.4.1	Sat Oct 26 15:51:41 2002
+++ Zope/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml	Fri Jan  3 01:32:47 2003
@@ -10,7 +10,7 @@
     </div>
     </td>
     <td align="left" valign="top">
-     <dtml-var name="id" html_quote>
+     &dtml-id;
     </td>
   </tr>
   <tr>
@@ -21,7 +21,7 @@
     </td>
     <td align="left" valign="top">
     <input type="text" name="title" size="40"
-     value="<dtml-var title html_quote>" />
+     value="&dtml-title;" />
     </td>
   </tr>
   <tr>
@@ -32,7 +32,7 @@
     </td>
     <td align="left" valign="top">
     <input type="text" name="module" size="40"
-     value="<dtml-var module html_quote>" />
+     value="&dtml-module;" />
     </td>
   </tr>
   <tr>
@@ -43,7 +43,7 @@
     </td>
     <td align="left" valign="top">
     <input type="text" name="function" size="40"
-     value="<dtml-var function html_quote>" />
+     value="&dtml-function;" />
     </td>
   </tr>
   <tr>