From: <var...@us...> - 2009-03-22 20:33:47
|
Revision: 6689 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6689&view=rev Author: vargenau Date: 2009-03-22 20:33:39 +0000 (Sun, 22 Mar 2009) Log Message: ----------- Do not display getfacl Modified Paths: -------------- trunk/lib/plugin/WikiAdminSetAcl.php Modified: trunk/lib/plugin/WikiAdminSetAcl.php =================================================================== --- trunk/lib/plugin/WikiAdminSetAcl.php 2009-03-22 17:39:00 UTC (rev 6688) +++ trunk/lib/plugin/WikiAdminSetAcl.php 2009-03-22 20:33:39 UTC (rev 6689) @@ -228,7 +228,6 @@ elseif ($type == 'default') $type = _("default page permission"); $header->pushContent(HTML::strong(_("Type").': '), HTML::tt($type),HTML::br()); - $header->pushContent(HTML::strong(_("getfacl").': '), pagePermissionsSimpleFormat($perm_tree, $owner),HTML::br()); $header->pushContent(HTML::strong(_("ACL").': '), HTML::tt($perm->asAclGroupLines()),HTML::br()); $header->pushContent(HTML::p(HTML::strong(_("Description").': '), @@ -236,7 +235,7 @@ _("To ignore delete the line."), _("To add check 'Add' near the dropdown list.") )); - $header->pushContent(HTML::blockquote($table)); + $header->pushContent($table); // // display array of checkboxes for existing perms // and a dropdown for user/group to add perms. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |