aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/room_requests/_new_request_header.php
blob: c63d8a818ed054c0bb05dbad88036c1979938d7b (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>', array_map('htmlReady', $dates))) ?>
            <? endif ?>
        </section>
    </section>
    <section class="contentbox">
        <header><h1><?= _('Bearbeitungsstatus') ?></h1></header>
        <section><?= htmlReady($request->getStatusText()) ?></section>
    </section>
</section>