Code

Updated location list to remove addressbook for testing
[gosa.git] / gosa-core / include / class_tabs.inc
index aa70a46262944de6fd532aa4bea0eec0d1a6241b..aa00fbc2483c5fa0dd57a5e47be4c58c8948d850 100644 (file)
@@ -179,7 +179,7 @@ class tabs
         $notify= "";
       }
 
-      if ($_SESSION['js']==FALSE){     
+      if (session::get('js')==FALSE){  
         $display.= "<div ".$notify." class=\"$style[$index]\"><input type=\"submit\" name=\"$class\"".
           " class=\"$style[$index]\" value=\"$title\"";
       } else {                  
@@ -206,7 +206,7 @@ class tabs
     foreach (array_reverse($this->by_object) as $key => $obj){
       $reason= $obj->allow_remove();
       if ($reason != ""){
-        print_red(sprintf(_("Delete process has been canceled by plugin '%s': %s"), $key, $reason));
+        msg_dialog::display(_("Warning"), sprintf(_("Delete process has been canceled by plugin '%s': %s"), $key, $reason), WARNING_DIALOG);
         return;
       }
     }