[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Find/Views/Browser - find.pt:1.1.2.2.12.2

Jim Fulton jim@zope.com
Wed, 5 Jun 2002 11:18:25 -0400


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

Modified Files:
      Tag: Zope3InWonderland-branch
	find.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/Container/Find/Views/Browser/find.pt 1.1.2.2.12.1 => 1.1.2.2.12.2 ===
 <body>
 <div metal:fill-slot="body" >
-<form action="view::find.html" method="GET">
+<form action="./view::find.html" method="GET">
 <input type="text" name="ids" value="" /><br />
 <input type="submit" name="find_submit" value=" Find " />
 </form>