From d32e0792caf34fd2b0a01584aef12d62abcc0973 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 Oct 2005 05:22:05 +0000 Subject: [PATCH] Workstation and Terminal have different Classes and Templates 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 | 2 +- plugins/admin/systems/class_workstationStartup.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/systems/class_workstationService.inc b/plugins/admin/systems/class_workstationService.inc index b85abc450..3c5d6a1cd 100644 --- a/plugins/admin/systems/class_workstationService.inc +++ b/plugins/admin/systems/class_workstationService.inc @@ -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() diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc index 87fd7844d..7cd13c476 100644 --- a/plugins/admin/systems/class_workstationStartup.inc +++ b/plugins/admin/systems/class_workstationStartup.inc @@ -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() -- 2.30.2