X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=branches%2Fold%2Fgosa-plugins%2Fdak%2Faddons%2Fdak%2Fclass_dakrepository.inc;fp=branches%2Fold%2Fgosa-plugins%2Fdak%2Faddons%2Fdak%2Fclass_dakrepository.inc;h=711912d995601040275c14a52fa41e8d2c72d65b;hb=cff5b6e974405f455a90de3a3fc6cc7b084ffe10;hp=0000000000000000000000000000000000000000;hpb=2ad05dfc09e8a07d6e6886604458f475c9c8f2f8;p=gosa.git diff --git a/branches/old/gosa-plugins/dak/addons/dak/class_dakrepository.inc b/branches/old/gosa-plugins/dak/addons/dak/class_dakrepository.inc new file mode 100644 index 000000000..711912d99 --- /dev/null +++ b/branches/old/gosa-plugins/dak/addons/dak/class_dakrepository.inc @@ -0,0 +1,57 @@ +fetch (get_template_path('dak_repository.tpl', TRUE, dirname(__FILE__)))); + } + + + + /*! \brief ACL plugin information + */ + static function plInfo() + { + return (array( + "plShortName" => _("DAK repository")." ("._("Addon").")", + "plDescription" => _("DAK repository management")." ("._("Addon").")", + "plSelfModify" => FALSE, + "plDepends" => array(), + "plPriority" => 98, + "plSection" => array("addon"), + "plCategory" => array("server"), + "plProvidedAcls" => + array( + ) + )); + } +} +// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: +?>