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

Matthew T. Kromer matt@zope.com
Thu, 17 Oct 2002 15:49:35 -0400


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

Modified Files:
	methodEdit.dtml 
Log Message:
Merge from Zope 2.6; external method's IDs cannot be edited, so remove the
input field (collector #117).


=== Releases/Zope/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml 1.3 => 1.4 ===
--- Releases/Zope/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml:1.3	Wed Aug 14 11:25:14 2002
+++ Releases/Zope/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml	Thu Oct 17 15:49:35 2002
@@ -10,8 +10,7 @@
     </div>
     </td>
     <td align="left" valign="top">
-    <input type="text" name="id" size="40"
-     value="<dtml-var name="id" html_quote>" />
+     <dtml-var name="id" html_quote>
     </td>
   </tr>
   <tr>