[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser - contents.pt:1.1.4.1.6.2
Steve Alexander
steve@cat-box.net
Tue, 4 Jun 2002 08:03:37 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv26586/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
Modified Files:
Tag: Zope3InWonderland-branch
contents.pt
Log Message:
some formatting fixes.
Also, created an InsecureMarker class, instances of which don't get
wrapped in a security proxy (i.e. are Rocks), for use in methods where
you want to call a method with a default value, and compare the value
using 'is' later on.
=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/contents.pt 1.1.4.1.6.1 => 1.1.4.1.6.2 ===
</form>
-<p><a href="./etc::Services/" tal:condition="context/hasServiceManager">Services</a>
+<p><a href="./etc::Services/"
+ tal:condition="context/hasServiceManager">Services</a>
<a href="view::addServiceManager.html"
tal:condition="not: context/hasServiceManager">Allow Services</a>
</p>