diff options
| author | Finn Schneider <schneider@data-quest.de> | 2025-10-23 14:17:20 +0200 |
|---|---|---|
| committer | Finn Schneider <schneider@data-quest.de> | 2025-10-23 14:17:20 +0200 |
| commit | 953cbe2754a0f601c0a7feabb460437356cb5715 (patch) | |
| tree | b0053cf52f3d4bd2bf2b5aa5d51bcf33e7654634 /app/views/course/members/accepted_list.php | |
| parent | 5927e7bcb3010f0c23eba5ebb5cdfaa8fd99d7f8 (diff) | |
cleanupissue-5978
Diffstat (limited to 'app/views/course/members/accepted_list.php')
| -rw-r--r-- | app/views/course/members/accepted_list.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/course/members/accepted_list.php b/app/views/course/members/accepted_list.php index fa3f0b1..136186b 100644 --- a/app/views/course/members/accepted_list.php +++ b/app/views/course/members/accepted_list.php @@ -102,14 +102,6 @@ )) ?> <? endif ?> </div> - - <? if ($accept['comment']): ?> - <?= tooltipHtmlIcon(sprintf( - '<strong>%s</strong><br>%s', - _('Bemerkung'), - htmlReady($accept['comment']) - )) ?> - <? endif ?> </td> <td> <? if (!empty($accept['mkdate'])) : ?> |
