aboutsummaryrefslogtreecommitdiff
path: root/app/views/oer/market/abo.php
blob: 16dde466d34dd87d898188021da3a5dede1edeb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<form action="<?= $controller->link_for("oer/market/abo") ?>"
      method="post">

    <input type="hidden" name="abo" value="0">

    <label>
        <input type="checkbox" name="abo" value="1"<?= $abo ? " checked" : "" ?>>
        <?= _('Ich möchte Nachrichten bekommen über neue Inhalte im OER Campus') ?>
    </label>

    <div data-dialog-button>
        <?= \Studip\Button::create(_('Speichern')) ?>
    </div>

</form>