[CMF-checkins] CVS: CMF/CMFWiki/skins/wiki - wikipage_edit_form.dtml:1.2

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


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

Modified Files:
	wikipage_edit_form.dtml 
Log Message:
whichWho *does* the opCategory() call, internally, so passing it the
result of the call breaks.

(This bug would only show when someone wasn't permitted to do an op,
and normally people wouldn't get to that point because the CMF actions
box only presents valid options.  However, another problem is mucking
up isAllowed(), so i get to trip over this...-)


=== CMF/CMFWiki/skins/wiki/wikipage_edit_form.dtml 1.1 => 1.2 ===
     <dtml-if noedit>
       <strong> You can view the page source, below, but not edit it. </strong>
-      (<dtml-var "whichWho(opCategory('edit'))"> edit this page.)
+      (<dtml-var "whichWho('edit')"> edit this page.)
     </dtml-if>
 
   <dtml-if "not noedit">