summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 71920fc)
raw | patch | inline | side by side (parent: 71920fc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Mar 2009 14:48:52 +0000 (14:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Mar 2009 14:48:52 +0000 (14:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13519 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 722af8e4c6e196be3de32a2c4ca77929452a257e..6fa29968eedcfae0d11a270be8836a0a1ec37502 100644 (file)
if ($s_action=="gen_cd"){
$this->dn= $this->terminals[$s_entry]['dn'];
set_object_info($this->dn);
- return ($smarty->fetch(get_template_path('gencd.tpl', TRUE)));
+ return ($smarty->fetch(get_template_path('goto/gencd.tpl', TRUE)));
}
/* Start CD-Creation */
if ((isset($_POST["cd_create"])) && !empty($this->dn)){
$smarty->assign("src", "?plug=".$_GET['plug']."&PerformIsoCreation");
- return ($smarty->fetch(get_template_path('gencd_frame.tpl', TRUE)));
+ return ($smarty->fetch(get_template_path('goto/gencd_frame.tpl', TRUE)));
}