summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67a3d02)
raw | patch | inline | side by side (parent: 67a3d02)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Sep 2009 06:03:44 +0000 (06:03 +0000) | ||
committer | hickert <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] | patch | blob |
diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl
--- /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}
+<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}