diff options
Diffstat (limited to 'app/views/course/room_requests/index.php')
| -rw-r--r-- | app/views/course/room_requests/index.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/course/room_requests/index.php b/app/views/course/room_requests/index.php index 3f13b05..0f746b8 100644 --- a/app/views/course/room_requests/index.php +++ b/app/views/course/room_requests/index.php @@ -14,12 +14,12 @@ echo $flash['message']; <col style="width: 50px"> </colgroup> <thead> - <tr> - <th><?= _('Art der Anfrage') ?></th> - <th><?= _('Anfragender') ?></th> - <th><?= _('Bearbeitungsstatus') ?></th> - <th></th> - </tr> + <tr> + <th><?= _('Art der Anfrage') ?></th> + <th><?= _('Anfragender') ?></th> + <th><?= _('Bearbeitungsstatus') ?></th> + <th></th> + </tr> </thead> <tbody> <? foreach ($room_requests as $rr): ?> |
