From 474d2fff005792ffd5a57363efa5edaa613b6d7c Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 23 Sep 2009 06:03:44 +0000 Subject: [PATCH] Added license generic template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14317 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/opsiLicenses/licenseGeneric.tpl | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl diff --git a/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl b/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl new file mode 100644 index 000000000..2f3c3e706 --- /dev/null +++ b/gosa-plugins/opsi/admin/opsiLicenses/licenseGeneric.tpl @@ -0,0 +1,75 @@ +{if !$init_successfull} +
+{msgPool type=siError}
+{t}Check if the GOsa support daemon (gosa-si) is running.{/t}  + +
+
+{else} + + + + + + + + + + + + + + + +
+ +

{t}Generic{/t}

+ + + + + + + + + +
{t}Name{/t} +{render acl=$cnACL} + +{/render} +
{t}Description{/t} +{render acl=$descriptionACL} + +{/render} +
+ +
+ +

{t}Licenses{/t}

+ + + + +
+ +
+ +

{t}Applications{/t}

+ + + + +
+ +
+ +

{t}Windows software IDs{/t}

+ + + + +
+ +
+ +{/if} -- 2.30.2