aboutsummaryrefslogtreecommitdiff
path: root/templates/elearning/loncapa_connected_link_edit.php
blob: 5713aa3be356795ee472ca723f99333713a9acc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<form method="post" action="<?= URLHelper::getLink() ?>">
    <input type="hidden" name="view" value="<?= htmlReady($view) ?>">
    <input type="hidden" name="search_key" value="<?= htmlReady($search_key) ?>">
    <input type="hidden" name="cms_select" value="<?= htmlReady($cms_select) ?>">
    <input type="hidden" name="module_type" value="loncapa">
    <input type="hidden" name="module_id" value="<?= htmlReady($current_module) ?>">
    <input type="hidden" name="module_system_type" value="<?= htmlReady($cms_type) ?>">

    <? if ($connected) : ?>
        <?= Studip\Button::create(_('Entfernen'), 'remove') ?>
    <? else : ?>
        <?= Studip\Button::create(_('Hinzufügen'), 'add') ?>
    <? endif ?>
</form>