[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XUL - main.pt:1.1.4.1.6.2
Jim Fulton
jim@zope.com
Wed, 5 Jun 2002 11:18:28 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XUL
In directory cvs.zope.org:/tmp/cvs-serv20512/lib/python/Zope/App/OFS/Content/Folder/Views/XUL
Modified Files:
Tag: Zope3InWonderland-branch
main.pt
Log Message:
Fixed up zcml and pt to reflect new way of defining views.
This changed lots of urls. Also made sure that relative urls
starting with names with :: had a preceeding "./". :-/
Had to modify some py files to accomidate these changes, including
createing some interfaces to use in security assertions.
=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XUL/main.pt 1.1.4.1.6.1 => 1.1.4.1.6.2 ===
<hbox height="600">
- <iframe id="tabs" src="view::main_xul/menu"/>
+ <iframe id="tabs" src="./view::main_xul/menu"/>
<splitter collapse="before" resizeafter="farthest">
<spacer flex="1"/>
<grippy/>
<spacer flex="1"/>
</splitter>
- <iframe flex="1" id="content" src="view::limit_xul"/>
+ <iframe flex="1" id="content" src="./view::limit_xul"/>
</hbox>