aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources/booking/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/resources/booking/index.php')
-rw-r--r--app/views/resources/booking/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/resources/booking/index.php b/app/views/resources/booking/index.php
index 3c56bd9..3e004ec 100644
--- a/app/views/resources/booking/index.php
+++ b/app/views/resources/booking/index.php
@@ -82,10 +82,10 @@
<? endif ?>
<? if ($user_may_see_course_data): ?>
<h3><?= _('Gebucht für:') ?></h3>
- <a href="<?= URLHelper::getScriptLink(
+ <a href="<?= URLHelper::getLink(
'dispatch.php/course/details/index/'
. $booking->getAssignedUser()->id
- ) ?>" data-dialog>
+ ) ?>" target="_blank">
<?= htmlReady($booking->getAssignedUserName(), true, true) ?>
<?= Icon::create(
'link-intern',