summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e0f8c85)
raw | patch | inline | side by side (parent: e0f8c85)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Oct 2005 05:19:20 +0000 (05:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Oct 2005 05:19:20 +0000 (05:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1555 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/admin/systems/class_terminalService.inc b/plugins/admin/systems/class_terminalService.inc
index d04d110a099f8f33985d83ceff19a795f1d8044d..c8bbf3f9b000e39689c53896ec4c941829fd6419 100644 (file)
$smarty->assign ("gotoXMonitor", $this->gotoXMonitor);
/* Show main page */
- return($smarty->fetch (get_template_path('service.tpl', TRUE)));
+ return($smarty->fetch (get_template_path('terminalService.tpl', TRUE)));
}
function remove_from_parent()
diff --git a/plugins/admin/systems/class_terminalStartup.inc b/plugins/admin/systems/class_terminalStartup.inc
index 67a8e6bf87fb0af5cd520b4db03e51624d2fd5f7..b83cbb139c2bddfca25a36efa9acf8b5ff177e42 100644 (file)
}
/* Show main page */
- return($smarty->fetch (get_template_path('startup.tpl', TRUE)));
+ return($smarty->fetch (get_template_path('terminalStartup.tpl', TRUE)));
}
function remove_from_parent()
diff --git a/plugins/admin/systems/class_workstationService.inc b/plugins/admin/systems/class_workstationService.inc
index d04d110a099f8f33985d83ceff19a795f1d8044d..b85abc45093755aed549a9ea6453b82646e21fd9 100644 (file)
<?php
-class termservice extends plugin
+class workservice extends plugin
{
/* CLI vars */
var $cli_summary= "Manage terminal service aspects";
var $objectclasses= array("GOhard");
- function termservice ($config, $dn= NULL)
+ function workservice ($config, $dn= NULL)
{
plugin::plugin ($config, $dn);
diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc
index 67a8e6bf87fb0af5cd520b4db03e51624d2fd5f7..87fd7844d7c678aae920cf0ef31401c4f129a60d 100644 (file)
<?php
-class termstartup extends plugin
+class workstartup extends plugin
{
/* CLI vars */
var $cli_summary= "Manage terminal startup options";
var $orig_dn= "";
var $ignore_account= TRUE;
- function termstartup ($config, $dn= NULL)
+ function workstartup ($config, $dn= NULL)
{
plugin::plugin ($config, $dn);