Code

Workstation and Terminal have different Classes and Templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Oct 2005 05:22:05 +0000 (05:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Oct 2005 05:22:05 +0000 (05:22 +0000)
for Startup and Service tabs.
GOsa.conf changed, contrib changed too, already submitted.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1556 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_workstationService.inc
plugins/admin/systems/class_workstationStartup.inc

index b85abc45093755aed549a9ea6453b82646e21fd9..3c5d6a1cd433a4e31f4539cd35886156bff0004a 100644 (file)
@@ -201,7 +201,7 @@ class workservice extends plugin
     $smarty->assign ("gotoXMonitor", $this->gotoXMonitor);
 
     /* Show main page */
-    return($smarty->fetch (get_template_path('service.tpl', TRUE)));
+    return($smarty->fetch (get_template_path('workstationService.tpl', TRUE)));
   }
 
   function remove_from_parent()
index 87fd7844d7c678aae920cf0ef31401c4f129a60d..7cd13c476a3dc17e97d0cf88238de0ea08d53c2d 100644 (file)
@@ -158,7 +158,7 @@ class workstartup 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()