aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurtaza Sultani <sultani@data-quest.de>2025-01-03 12:27:05 +0000
committerAndré Noack <noack@data-quest.de>2025-01-03 12:27:05 +0000
commita40b334f5989626139f902fa713289b5679a7446 (patch)
tree99ed347be626c952b735a0477d95323a9b4d22b2
parent187b099ab053c3cb8d3e2289db50ea30bfebfd45 (diff)
Resolve "Die Seite zur Eingabe der tatsächlichen Teilnehmerzahlen hat als Überschrift immer Courses"
Closes #4982 Merge request studip/studip!3801
-rw-r--r--app/views/course/dates/current_day_dates.php4
-rw-r--r--app/views/resources/room_planning/courses.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/course/dates/current_day_dates.php b/app/views/course/dates/current_day_dates.php
index a752558..c0f92d7 100644
--- a/app/views/course/dates/current_day_dates.php
+++ b/app/views/course/dates/current_day_dates.php
@@ -3,7 +3,7 @@
<table class="dates default sortable-table" data-sortlist="[[0, 0]]" data-table-id="<?= htmlReady($course->id) ?>">
<thead>
<tr>
- <th data-sort="htmldata"><?= _('Zeit') ?></th>
+ <th><?= _('Zeit') ?></th>
<th data-sort="text"><?= _('Raum') ?></th>
<th data-sort="htmldata"><?= _('Anzahl der Teilnehmenden') ?></th>
</tr>
@@ -11,7 +11,7 @@
<tbody>
<? foreach ($dates as $date): ?>
<tr>
- <td data-sort-value="<?= htmlReady($date->date) ?>" class="date_name">
+ <td class="date_name">
<?= Icon::create('date')->asImg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?>
<?= htmlReady($date->getFullName(CourseDate::FORMAT_VERBOSE)) ?>
</td>
diff --git a/app/views/resources/room_planning/courses.php b/app/views/resources/room_planning/courses.php
index 98f44d4..2da6f9c 100644
--- a/app/views/resources/room_planning/courses.php
+++ b/app/views/resources/room_planning/courses.php
@@ -1,7 +1,7 @@
<table class="default">
<thead>
<tr>
- <th><?= _('Courses') ?></th>
+ <th><?= _('Veranstaltungen in diesem Raum') ?></th>
</tr>
</thead>
<tbody>