summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a69e2aa)
raw | patch | inline | side by side (parent: a69e2aa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Oct 2005 05:22:05 +0000 (05:22 +0000) | ||
committer | hickert <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
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 | patch | blob | history | |
plugins/admin/systems/class_workstationStartup.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationService.inc b/plugins/admin/systems/class_workstationService.inc
index b85abc45093755aed549a9ea6453b82646e21fd9..3c5d6a1cd433a4e31f4539cd35886156bff0004a 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('workstationService.tpl', TRUE)));
}
function remove_from_parent()
diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc
index 87fd7844d7c678aae920cf0ef31401c4f129a60d..7cd13c476a3dc17e97d0cf88238de0ea08d53c2d 100644 (file)
}
/* 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()