[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Image - edit.pt:1.1.2.3

Steve Alexander steve@cat-box.net
Mon, 1 Apr 2002 04:53:20 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Image
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/OFS/Image

Modified Files:
      Tag: Zope-3x-branch
	edit.pt 
Log Message:
Changed here -> context and container -> view
as described in http://collector.zope.org/Zope3-dev/43


=== Zope3/lib/python/Zope/App/OFS/Image/edit.pt 1.1.2.2 => 1.1.2.3 ===
 	      <td class="EditAttributeValue">
         	<input type="text" name="contentType"
-        	  tal:attributes="value here/getContentType" />
+        	  tal:attributes="value context/getContentType" />
               </td>
 	    </tr>
 
 	    <tr>
 	      <th class="EditAttributeName">Size</th>
 	      <td class="EditAttributeValue"
-          	  tal:content="here/getImageSize">
+          	  tal:content="context/getImageSize">
               </td>
 	    </tr>