[CMF-checkins] CVS: CMF/CMFWiki/skins/zpt_wiki - wikipage_advanced_form.pt:1.3

Ken Manheimer klm@zope.com
Thu, 8 Nov 2001 15:59:59 -0500


Update of /cvs-repository/CMF/CMFWiki/skins/zpt_wiki
In directory cvs.zope.org:/tmp/cvs-serv21367

Modified Files:
	wikipage_advanced_form.pt 
Log Message:
Looks like cursory translation - whichWho is not (in CMFWiki) a list,
it's a call.  Plus, you don't pass it opCategory()'s result, the call
does that internally.


=== CMF/CMFWiki/skins/zpt_wiki/wikipage_advanced_form.pt 1.2 => 1.3 ===
    <span tal:condition="python: not mover">
         You can not rename or delete this page.
-        <span tal:replace="python: here.whichWho[ here.opCategory( 'move' ) ]">
+        <span tal:replace="python: here.whichWho('move')">
         movers </span> do so.
    </span>