[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Folder/Views/Browser - add.pt:1.1.4.2 contents.pt:1.1.4.2 limit.pt:1.1.4.2 loaded_folder_contents.pt:1.1.4.2

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


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

Modified Files:
      Tag: Zope-3x-branch
	add.pt contents.pt limit.pt loaded_folder_contents.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/Folder/Views/Browser/add.pt 1.1.4.1 => 1.1.4.2 ===
                      (may be None)
       -->
-    <tbody tal:repeat="info container/listAddableInfo">
+    <tbody tal:repeat="info view/listAddableInfo">
 
     <tr>
 


=== Zope3/lib/python/Zope/App/OFS/Folder/Views/Browser/contents.pt 1.1.4.1 => 1.1.4.2 ===
 		       (may be None)
 	-->
-      <tr tal:repeat="info container/listContentInfo">
+      <tr tal:repeat="info view/listContentInfo">
   
 	<td class="ContentSelect">
 	  <input type="checkbox" name="ids:list" value="id"
@@ -81,8 +81,8 @@
          i18n:attributes="value string:menu_delete_button"> 
 </form>
 
-<p><a href="../Services;etc/" tal:condition="here/hasServiceManager">Services</a>
-<a href="addServiceManager" tal:condition="not: here/hasServiceManager">Allow Services</a>
+<p><a href="../Services;etc/" tal:condition="context/hasServiceManager">Services</a>
+<a href="addServiceManager" tal:condition="not: context/hasServiceManager">Allow Services</a>
 </p>
 </div>
 </body>


=== Zope3/lib/python/Zope/App/OFS/Folder/Views/Browser/limit.pt 1.1.4.1 => 1.1.4.2 ===
 
  
-      <p tal:content="here/msg"
-         tal:condition="python: hasattr(here, 'msg')">
+      <p tal:content="context/msg"
+         tal:condition="python: hasattr(context, 'msg')">
         Message will go here.
       </p>
 
-      <p tal:content="container/description">
+      <p tal:content="view/description">
         Description of the Form.
       </p>
 
@@ -38,7 +38,7 @@
         <table class="EditTable">      
 	  <tbody>   
   
-	    <tr tal:repeat="fieldView python:container.getFieldViews(request)">
+	    <tr tal:repeat="fieldView python:view.getFieldViews(request)">
 	      <th class="EditAttributeName"
                   tal:content="python: fieldView.getContext().getValue('title')">Title</th>
 	      <td class="EditAttributeValue"


=== Zope3/lib/python/Zope/App/OFS/Folder/Views/Browser/loaded_folder_contents.pt 1.1.4.1 => 1.1.4.2 ===
 		       (may be None)
 	-->
-      <tr tal:repeat="info container/listContentInfo">
+      <tr tal:repeat="info view/listContentInfo">
   
 	<td class="ContentSelect">
 	  <input type="checkbox" name="ids:list" value="id"