From: hickert Date: Mon, 9 Mar 2009 14:48:52 +0000 (+0000) Subject: Updated template path for gencd X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eb6aff653dc5338b7f176f236d006c1dd627aca5;p=gosa.git Updated template path for gencd git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13519 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 722af8e4c..6fa29968e 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -222,14 +222,14 @@ class systems extends plugin 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))); }