[Zope-Checkins] CVS: Zope2 - documentEdit.dtml:1.2.6.2

evan@serenade.digicool.com evan@serenade.digicool.com
Fri, 13 Apr 2001 15:24:22 -0400


Update of /cvs-repository/Zope2/lib/python/OFS/dtml
In directory serenade.digicool.com:/home/evan/Zope/2.3/lib/python/OFS/dtml

Modified Files:
      Tag: zope-2_3-branch
	documentEdit.dtml 
Log Message:
Fix keyword args.



--- Updated File documentEdit.dtml in package Zope2 --
--- documentEdit.dtml	2001/04/06 14:13:58	1.2.6.1
+++ documentEdit.dtml	2001/04/13 19:24:21	1.2.6.2
@@ -9,6 +9,8 @@
 
 <form action="manage_edit" method="post">
 <table cellpadding="2" cellspacing="0" width="100%" border="0">
+
+<dtml-with keyword_args mapping>
 <tr>
   <td align="left" valign="top">
   <div class="form-optional">
@@ -17,7 +19,7 @@
   </td>
   <td align="left" valign="top">
   <input type="text" name="title" size="40" value="<dtml-if 
-   title><dtml-var title html_quote></dtml-if>">
+   title>&dtml-title;</dtml-if>">
   </td>
 </tr>
 
@@ -25,13 +27,14 @@
   <td align="left" valign="top" colspan="2">
   <div style="width: 100%;">
   <textarea name="data:text" wrap="off" style="width: 100%;"<dtml-if 
-   dtpref_cols> cols="<dtml-var dtpref_cols>"<dtml-else
-   > cols="50"</dtml-if><dtml-if dtpref_rows> rows="<dtml-var 
-   dtpref_rows>"<dtml-else> rows="20"</dtml-if>><dtml-var 
+   dtpref_cols> cols="&dtml-dtpref_cols;"<dtml-else
+   > cols="50"</dtml-if><dtml-if dtpref_rows>
+     rows="&dtml-dtpref_rows;"<dtml-else> rows="20"</dtml-if>><dtml-var 
    __str__></textarea>
   </div>
   </td>
 </tr>
+</dtml-with>
 
 <tr>
   <td align="left" valign="top" colspan="2">