aboutsummaryrefslogtreecommitdiff
path: root/app/views/oer/admin/add_new_host.php
blob: 9d52b57b547fe79b041221c7efb217e18a06f137 (plain)
1
2
3
4
5
6
7
8
9
10
<form class="default" action="<?= $controller->link_for("oer/admin/add_new_host") ?>" method="post">
    <label>
        <?= _('Adresse des Servers plugin.php....') ?>
        <input type="text" name="url" placeholder="https://www.myserver.de/studip/dispatch.php/oer/endpoints/">
    </label>

    <div style="text-align: center;" data-dialog-button>
        <?= \Studip\Button::create(_('Speichern')) ?>
    </div>
</form>