[CMF-checkins] CVS: CMF/CMFWiki/skins/wiki - wikipage_advanced_form.dtml:1.2
Ken Manheimer
klm@zope.com
Thu, 8 Nov 2001 15:59:42 -0500
Update of /cvs-repository/CMF/CMFWiki/skins/wiki
In directory cvs.zope.org:/tmp/cvs-serv21300
Modified Files:
wikipage_advanced_form.dtml
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/wiki/wikipage_advanced_form.dtml 1.1 => 1.2 ===
<dtml-elif "not isAllowed('move')">
You can not rename or delete this page.
- <dtml-var "whichWho[opCategory('move')]"> do so.
+ <dtml-var "whichWho('move')"> do so.
<dtml-else>
<table width="100%" cellspacing=7>
<tr>