From steve@cat-box.net Mon Apr 1 09:53:10 2002
From: steve@cat-box.net (Steve Alexander)
Date: Mon, 1 Apr 2002 04:53:10 -0500
Subject: [Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Image/Views/Browser - edit.pt:1.1.2.2
Message-ID: <200204010953.g319rAP18663@cvs.baymountain.com>
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Image/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/OFS/Content/Image/Views/Browser
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/Content/Image/Views/Browser/edit.pt 1.1.2.1 => 1.1.2.2 ===
-
+
Description of the Form.
@@ -41,11 +41,11 @@
Size
+ tal:content="context/getImageSize">
-
+
Title
From steve@cat-box.net Mon Apr 1 09:53:10 2002
From: steve@cat-box.net (Steve Alexander)
Date: Mon, 1 Apr 2002 04:53:10 -0500
Subject: [Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/File - edit.pt:1.1.2.2
Message-ID: <200204010953.g319rAd18651@cvs.baymountain.com>
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/File
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/OFS/Content/File
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/Content/File/edit.pt 1.1.2.1 => 1.1.2.2 ===
-
+
Message will go here.
-
+
Description of the Form.
@@ -38,7 +38,7 @@
-
+
Title
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/OFS/Container/Views/Browser
Modified Files:
Tag: Zope-3x-branch
add.pt main.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/Container/Views/Browser/add.pt 1.1.2.1 => 1.1.2.2 ===
(may be None)
-->
-
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/File/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/OFS/Content/File/Views/Browser
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/Content/File/Views/Browser/edit.pt 1.1.2.1 => 1.1.2.2 ===
-
+
Message will go here.
-
+
Description of the Form.
@@ -38,7 +38,7 @@
-
+
Title
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser
Modified Files:
Tag: Zope-3x-branch
ZPTPageEval.py 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/Content/ZPTPage/Views/Browser/ZPTPageEval.py 1.1.2.1 => 1.1.2.2 ===
}
if inst is not None:
- c['here'] = inst.getContext()
- c['container'] = inst
+ c['context'] = inst.getContext()
+ c['view'] = inst
c['views'] = ViewMapper(inst.getContext(), REQUEST)
return c
=== Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser/edit.pt 1.1.2.1 => 1.1.2.2 ===
-
+
Message will go here.
-
+
Description of the Form.
@@ -39,7 +39,7 @@
-
+
Title
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/File
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/OFS/File
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/File/edit.pt 1.1.2.2 => 1.1.2.3 ===
-
+
Message will go here.
-
+
Description of the Form.
@@ -38,7 +38,7 @@
-
+
Title
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)
-->
-