From 9d186f81a2892b3a51191318980a2f6f51b56841 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 25 Jun 2008 08:16:39 +0000 Subject: [PATCH] Added dcObject class and template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11435 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/departments/class_dcObject.inc | 62 +++++++++++++++++++ .../plugins/admin/departments/dcObject.tpl | 55 ++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 gosa-core/plugins/admin/departments/class_dcObject.inc create mode 100644 gosa-core/plugins/admin/departments/dcObject.tpl diff --git a/gosa-core/plugins/admin/departments/class_dcObject.inc b/gosa-core/plugins/admin/departments/class_dcObject.inc new file mode 100644 index 000000000..39c81a1c1 --- /dev/null +++ b/gosa-core/plugins/admin/departments/class_dcObject.inc @@ -0,0 +1,62 @@ + _("Domain Component"), + "plDescription" => _("Domain Component"), + "plSelfModify" => FALSE, + "plPriority" => 4, + "plDepends" => array(), + "plSection" => array("admin"), + "plCategory" => array("department"), + + "plProvidedAcls" => array( + "base" => _("Base"), + "gosaUnitTag" => _("Administrative settings"), + "description" => _("Description"), + "dc" => _("Name")), + )); + } +} + +// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: +?> diff --git a/gosa-core/plugins/admin/departments/dcObject.tpl b/gosa-core/plugins/admin/departments/dcObject.tpl new file mode 100644 index 000000000..29ecf5c80 --- /dev/null +++ b/gosa-core/plugins/admin/departments/dcObject.tpl @@ -0,0 +1,55 @@ + + + + + + +
+

{t}Properties{/t}

+ + + + + + + + + + + + + +
{$must} +{render acl=$dcACL} + +{/render} +
{$must} +{render acl=$descriptionACL} + +{/render} +
{$must} +{render acl=$baseACL} + +{/render} + +{render acl=$baseACL disable_picture='images/lists/folder_grey.png'} + +{/render} +
+
+

 

+ + + + +
+

{t}Administrative settings{/t}

+{render acl=$gosaUnitTagACL} + +{/render} +
+ -- 2.30.2