Code

Fixed partitioning scheme
[gosa.git] / plugins / admin / systems / class_workstationStartup.inc
index 67a8e6bf87fb0af5cd520b4db03e51624d2fd5f7..7cd13c476a3dc17e97d0cf88238de0ea08d53c2d 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-class termstartup extends plugin
+class workstartup extends plugin
 {
   /* CLI vars */
   var $cli_summary= "Manage terminal startup options";
@@ -26,7 +26,7 @@ class termstartup extends plugin
   var $orig_dn= "";
   var $ignore_account= TRUE;
 
-  function termstartup ($config, $dn= NULL)
+  function workstartup ($config, $dn= NULL)
   {
     plugin::plugin ($config, $dn);
 
@@ -158,7 +158,7 @@ class termstartup extends plugin
     }
 
     /* Show main page */
-    return($smarty->fetch (get_template_path('startup.tpl', TRUE)));
+    return($smarty->fetch (get_template_path('workstationStartup.tpl', TRUE)));
   }
 
   function remove_from_parent()