[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - documentEdit.dtml:1.7

Casey Duncan casey@zope.com
Fri, 12 Apr 2002 15:37:02 -0400


Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv15810

Modified Files:
	documentEdit.dtml 
Log Message:
Fixed bug in dtml manage_edit.


=== Zope/lib/python/OFS/dtml/documentEdit.dtml 1.6 => 1.7 ===
   <td align="left" valign="top" colspan="2">
   <dtml-let cols="_.int(REQUEST.get('dtpref_cols',70))"
-            width="_.min(_.int(_.float(dtpref_cols)/70.0 * 100.0),100)">
+            width="_.min(_.int(_.float(cols)/70.0 * 100.0),100)">
   <textarea name="data:text" wrap="off" style="width:&dtml-width;%"
     cols="&dtml-cols;" rows="<dtml-var dtpref_rows missing="20">"
     ><dtml-var __str__></textarea>