Code

Added license generic template
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Sep 2009 06:03:44 +0000 (06:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Sep 2009 06:03:44 +0000 (06:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14317 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl [new file with mode: 0644]

diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl
new file mode 100644 (file)
index 0000000..2f3c3e7
--- /dev/null
@@ -0,0 +1,75 @@
+{if !$init_successfull}
+<br>
+<b>{msgPool type=siError}</b><br>
+{t}Check if the GOsa support daemon (gosa-si) is running.{/t}&nbsp;
+<input type='submit' name='retry_init' value="{t}retry{/t}">
+<br>
+<br>
+{else}
+
+
+<table width="100%">
+  <tr> 
+    <td>
+        <!-- GENERIC -->
+        <h2>{t}Generic{/t}</h2>
+        <table>
+          <tr> 
+            <td>{t}Name{/t}</td>
+            <td>
+{render acl=$cnACL}
+              <input type='text' value='{$cn}' name='cn'>
+{/render}
+            </td>
+          </tr>
+          <tr> 
+            <td>{t}Description{/t}</td>
+            <td>
+{render acl=$descriptionACL}
+              <input type='text' value='{$description}' name='description'>
+{/render}
+            </td>
+          </tr>
+        </table>
+
+    </td>
+  </tr>
+  <tr> 
+    <td>
+        <!-- LICENSES -->
+        <h2>{t}Licenses{/t}</h2>
+        <table>
+          <tr> 
+            <td></td>
+          </tr>
+        </table>
+
+    </td>
+  </tr>
+  <tr> 
+    <td>
+        <!-- APPLICATIONS -->
+        <h2>{t}Applications{/t}</h2>
+        <table>
+          <tr> 
+            <td></td>
+          </tr>
+        </table>
+
+    </td>
+  </tr>
+  <tr> 
+    <td>
+        <!-- SOFTWARE -->
+        <h2>{t}Windows software IDs{/t}</h2>
+        <table>
+          <tr> 
+            <td></td>
+          </tr>
+        </table>
+
+    </td>
+  </tr>
+</table>
+
+{/if}