From: hickert Date: Mon, 11 Apr 2011 13:47:37 +0000 (+0000) Subject: Moved template engine template X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=19891b66d51a00e855917edf5be4c748b7f33cbd;p=gosa.git Moved template engine template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20692 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/TemplateEngine.tpl b/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/TemplateEngine.tpl new file mode 100644 index 000000000..e60c5ae1c --- /dev/null +++ b/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/TemplateEngine.tpl @@ -0,0 +1,11 @@ +

Bla

+ +{$template} + +
+ +
+ + +
+ diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/class_TemplateEngine.inc b/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/class_TemplateEngine.inc index 9de96538f..ab768a8f7 100644 --- a/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/class_TemplateEngine.inc +++ b/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/class_TemplateEngine.inc @@ -131,7 +131,7 @@ class TemplateEngine $template = $smarty->fetch(get_template_path("goto/Config/{$this->template}", TRUE)); $smarty->assign('template', $template); - return($smarty->fetch(get_template_path("goto/Config/TemplateEngine.tpl", TRUE))); + return($smarty->fetch(get_template_path("TemplateEngine/TemplateEngine.tpl", TRUE))); } diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/TemplateEngine.tpl b/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/TemplateEngine.tpl deleted file mode 100644 index e60c5ae1c..000000000 --- a/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/TemplateEngine.tpl +++ /dev/null @@ -1,11 +0,0 @@ -

Bla

- -{$template} - -
- -
- - -
-