From 6819c98b7e8cc5f6c38dacafe6c64cc36b79d22c Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 12 Jun 2008 13:00:42 +0000 Subject: [PATCH] Added country class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11304 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../departments/class_countryGeneric.inc | 34 +++++++++++++++++++ .../plugins/admin/departments/generic.tpl | 22 +++++++++++- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 gosa-core/plugins/admin/departments/class_countryGeneric.inc diff --git a/gosa-core/plugins/admin/departments/class_countryGeneric.inc b/gosa-core/plugins/admin/departments/class_countryGeneric.inc new file mode 100644 index 000000000..6477cd146 --- /dev/null +++ b/gosa-core/plugins/admin/departments/class_countryGeneric.inc @@ -0,0 +1,34 @@ + diff --git a/gosa-core/plugins/admin/departments/generic.tpl b/gosa-core/plugins/admin/departments/generic.tpl index d3bb658e3..fa8fc8ea3 100644 --- a/gosa-core/plugins/admin/departments/generic.tpl +++ b/gosa-core/plugins/admin/departments/generic.tpl @@ -1,4 +1,9 @@ {if $dep_type == "c"} + + +
@@ -38,10 +43,25 @@
+

 

+ + + + +
+

{t}Administrative settings{/t}

+{render acl=$gosaUnitTagACL} + +{/render} +
+ +{elseif $dep_type == "ou"} + -{else} -- 2.30.2