Code

Updated config management
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Apr 2011 13:20:29 +0000 (13:20 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 14 Apr 2011 13:20:29 +0000 (13:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20734 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto-ng/admin/newConfigManagement/goto/Config/root.tpl [new file with mode: 0644]

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 (file)
index 0000000..701d129
--- /dev/null
@@ -0,0 +1,19 @@
+{if $type == 'Distribution'}
+<table>
+    <tr>
+        <td>{$nameName}</td>
+        <td>{$name}</td>
+    </tr>
+    <tr>
+        <td>{$typeName}</td>
+        <td>{$type}</td>
+    </tr>
+</table>
+{else if $type == 'Release'}
+<table>
+    <tr>
+        <td>{$nameName}</td>
+        <td>{$name}</td>
+    </tr>
+</table>
+{/if}