aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/room_requests/_new_request_header.php
blob: cd0d381545aee85ccb4a5681fc984b1bbf6103ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<section class="resources-grid">
    <section class="contentbox">
        <header><h1><?= _('Anfrage') ?></h1></header>
        <section>
            <?= htmlready($request->getTypeString(), 1, 1) ?>
            <? if ($request->getType() == 'course'): ?>
                <?
                $dates = $request->getDateString(true);
                ?>
                <?= tooltipHtmlIcon(implode('<br>', $dates)) ?>
            <? endif ?>
        </section>
    </section>
    <section class="contentbox">
        <header><h1><?= _('Bearbeitungsstatus') ?></h1></header>
        <section><?= htmlReady($request->getStatusText()) ?></section>
    </section>
</section>