diff options
Diffstat (limited to 'lib/modules/ConsultationModule.class.php')
| -rw-r--r-- | lib/modules/ConsultationModule.class.php | 22 |
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'), + ], + ] + ] ]; } |
