Code

Added ACL
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Nov 2005 07:59:33 +0000 (07:59 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Nov 2005 07:59:33 +0000 (07:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1902 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/environment/class_kioskManagementDialog.inc

index c6315f7bc732b2dc3c0ebad6af0d4d5e282f4a36..8755fcc8ac8fa5dd819a3f288cac2d5ba5aac221 100644 (file)
@@ -34,6 +34,10 @@ class kioskManagementDialog extends plugin
     $smarty= get_smarty();
     $display= "";
 
+  foreach($this->attributes as $attr){
+    $smarty->assign($attr."ACL",chkacl($this->acl,$attr));
+  }
+
     /* Add new kiosk profile 
      * in profile directory ($this->baseDir); 
      */