summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 015e646)
raw | patch | inline | side by side (parent: 015e646)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Apr 2011 13:47:37 +0000 (13:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 11 Apr 2011 13:47:37 +0000 (13:47 +0000) |
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
--- /dev/null
@@ -0,0 +1,11 @@
+<h3>Bla</h3>
+
+{$template}
+
+<hr>
+
+<div class='plugin-actions'>
+ <button name='saveItemEdit'>{msgPool type=okButton}</button>
+ <button name='cancelItemEdit'>{msgPool type=cancelButton}</button>
+</div>
+
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 9de96538f1881d76d05094c328cfda825f2b652d..ab768a8f7ab406b34a845a82a27e5307fa11e3b9 100644 (file)
$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
+++ /dev/null
@@ -1,11 +0,0 @@
-<h3>Bla</h3>
-
-{$template}
-
-<hr>
-
-<div class='plugin-actions'>
- <button name='saveItemEdit'>{msgPool type=okButton}</button>
- <button name='cancelItemEdit'>{msgPool type=cancelButton}</button>
-</div>
-