aboutsummaryrefslogtreecommitdiff
path: root/lib/modules/ConsultationModule.class.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2022-01-14 16:05:24 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2022-01-14 15:05:58 +0000
commit4caa47fa0e4fdaf9f6de7a97ac0a4ae8fa42d7e8 (patch)
treee20646a4b038f59871a5e8e8744e2d6b47c7291e /lib/modules/ConsultationModule.class.php
parentea5d4ff52b21f6d866e99f59df93cf92eccd5e4f (diff)
add screenshots for consultations, re #495
Diffstat (limited to 'lib/modules/ConsultationModule.class.php')
-rw-r--r--lib/modules/ConsultationModule.class.php22
1 files changed, 13 insertions, 9 deletions
diff --git a/lib/modules/ConsultationModule.class.php b/lib/modules/ConsultationModule.class.php
index 2ffa06a..a502332 100644
--- a/lib/modules/ConsultationModule.class.php
+++ b/lib/modules/ConsultationModule.class.php
@@ -94,15 +94,19 @@ class ConsultationModule extends CorePlugin implements StudipModule, SystemPlugi
'keywords' => _('Terminvergabe, Sprechstunden'),
'displayname' => _('Terminvergabe'),
'icon' => Icon::create('consultation', Icon::ROLE_INFO),
- // 'screenshots' => [
- // 'path' => '../../assets/images/plus/screenshots/Consultations',
- // 'pictures' => [
- // [
- // 'source' => 'Lti_tool_demo.jpg',
- // 'title' => 'Beispiel für Wordpress-Einbindung'
- // ],
- // ]
- // ]
+ 'screenshots' => [
+ 'path' => 'assets/images/plus/screenshots/Terminvergabe',
+ 'pictures' => [
+ [
+ 'source' => 'uebersicht.png',
+ 'title' => _('Übersicht der erstellen Termine'),
+ ],
+ [
+ 'source' => 'anlegen.png',
+ 'title' => _('Erstellen neuer Termine'),
+ ],
+ ]
+ ]
];
}