Code

Some updates for glpi
[gosa.git] / plugins / admin / systems / class_glpiAccount.inc
index c3015a316e6b9da784bac736b591bc41dfac8efb..f1e56d8f8bf3835a2a7961a7d9b039a8526df81b 100644 (file)
@@ -151,13 +151,31 @@ class glpiAccount extends plugin
       return($smarty->fetch(get_template_path('glpi.tpl', TRUE)));
     } 
 
-    /*  All check are ok
+    /*  All checks are ok
         Lets handle Posts, templates etc below ...
      */
     
     $users = $this->handle->getUsers();
     $ldap= $this->config->get_ldap_link();
-  
+    /* Check for Trading button Post
+     */
+    if(isset($_POST['Trading'])){
+      print_red(_("This feature is not implemented yet."));
+    }
+
+    /* Check for Software button Post
+     */
+    if(isset($_POST['Software'])){
+      print_red(_("This feature is not implemented yet."));
+    }
+
+    /* Check for Contract button Post
+     */
+    if(isset($_POST['Contracts'])){
+      print_red(_("This feature is not implemented yet."));
+    }
     /* Add Device was requested, open new dialog
      */
     if(isset($_POST['AddDevice'])){