From: hickert Date: Wed, 22 Aug 2007 09:15:45 +0000 (+0000) Subject: Added images an acls for gotomasses X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0b82869de4502fa9b8194254d5c839229f725ef2;p=gosa.git Added images an acls for gotomasses git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7103 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/images/gotomasses_new_task.png b/html/images/gotomasses_new_task.png new file mode 100755 index 000000000..d9afa9a9d Binary files /dev/null and b/html/images/gotomasses_new_task.png differ diff --git a/html/images/gotomasses_task.png b/html/images/gotomasses_task.png new file mode 100755 index 000000000..d9afa9a9d Binary files /dev/null and b/html/images/gotomasses_task.png differ diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 0cb3e7dcb..c992a9b4e 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -454,6 +454,6 @@ $ACLD['scalix'] = array( "scalixLimitInboundMail" => _("Limit inbound"), "scalixLimitNotifyUser" => _("Notify user"), "scalixEmailAddress" => _("Scalix email addresses")); - +$ACLD['gotomasses'] array("create" => _("Create/edit new task"),"remove" => _("Remove tasks")); $ACLD['mimetype'] = array("create","remove","cn","gotoMimeApplication","gotoMimeLeftClickAction","gotoMimeIcon","description","gotoMimeFilePattern","gotoMimeEmbeddedApplication","gotoMimeGroup","gotoMimeFilePattern","gotoMimeApplication","gotoMimeEmbeddedApplication"); ?>