From 3e35563607912a838a3be2e82cf05c2a14d1bd4f Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 14 Apr 2011 13:20:29 +0000 Subject: [PATCH] Updated config management git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20734 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../newConfigManagement/goto/Config/root.tpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.tpl diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.tpl b/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.tpl new file mode 100644 index 000000000..701d12949 --- /dev/null +++ b/gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.tpl @@ -0,0 +1,19 @@ +{if $type == 'Distribution'} + + + + + + + + + +
{$nameName}{$name}
{$typeName}{$type}
+{else if $type == 'Release'} + + + + + +
{$nameName}{$name}
+{/if} -- 2.30.2