Code

Removed acls from kiosk management dialog , w3c fixes for oxchange
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Aug 2006 04:25:30 +0000 (04:25 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 10 Aug 2006 04:25:30 +0000 (04:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4451 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/connectivity/oxchange.tpl
plugins/personal/environment/class_kioskManagementDialog.inc

index 0a0940c5db4addd8fcf1e5cbe8caa2131ef65069..8dddbe8ed717b11224c4512c6f7a71085645a7c9 100644 (file)
@@ -34,7 +34,7 @@
         <td>
 
 {render acl=$OXAppointmentDaysACL}     
-<input name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 {$OXAppointmentDaysACL} value="{$OXAppointmentDays}" {$oxState}>
+<input name="OXAppointmentDays" id="OXAppointmentDays" size=7 maxlength=7 value="{$OXAppointmentDays}" {$oxState}>
 {/render}
         {t}days{/t}</td>
        </tr>
index 33d577c289a840d0b2b8d2e5fe0bb2bd84d10927..98bcffc70cc6dedd5da5771fea4b795c336389c6 100644 (file)
@@ -27,19 +27,13 @@ class kioskManagementDialog extends plugin
 
   function execute()
   {
-       /* Call parent execute */
-       plugin::execute();
+    /* Call parent execute */
+    plugin::execute();
 
     /* Fill templating stuff */
     $smarty= get_smarty();
     $display= "";
 
-    $smarty->assign("gotoKioskProfileACL",chkacl($this->acl,"gotoKioskProfile"));
-
-    foreach($this->attributes as $attr){
-      $smarty->assign($attr."ACL",chkacl($this->acl,$attr));
-    }
-
     /* Add new kiosk profile 
      * in profile directory ($this->baseDir); 
      */