aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2024-02-15 07:49:11 +0000
committerMoritz Strohm <strohm@data-quest.de>2024-02-15 07:49:11 +0000
commit686d05bf11bc6aff42e12bc07df45122ee7ef431 (patch)
treed9aba7b4a9820ca6d3cae066561244590a1004bf /app
parentcfb29e817d98396b7f44925f7bb7d30f715071f2 (diff)
personal calendar: added "manage groups" action in sidebar, closes #3629
Closes #3629 Merge request studip/studip!2563
Diffstat (limited to 'app')
-rw-r--r--app/controllers/calendar/calendar.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/calendar/calendar.php b/app/controllers/calendar/calendar.php
index eecf900..983aaad 100644
--- a/app/controllers/calendar/calendar.php
+++ b/app/controllers/calendar/calendar.php
@@ -68,6 +68,11 @@ class Calendar_CalendarController extends AuthenticatedController
Icon::create('share'),
['data-dialog' => 'size=default']
);
+ $actions->addLink(
+ _('Gruppen verwalten'),
+ $this->url_for('contact/index'),
+ Icon::create('group2')
+ );
}
$actions->addLink(
_('Drucken'),