Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

UserDataFieldsShow.php

Blame
  • Forked from Stud.IP / Stud.IP
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    assign_courses.php 440 B
    <form action="<?= $controller->link_for('admin/tree/do_batch_assign') ?>" method="post">
        <section>
            <?= $search->render() ?>
        </section>
        <input type="hidden" name="node" value="<?= htmlReady($node) ?>">
        <footer data-dialog-button>
            <?= Studip\Button::createAccept(_('Zuordnen'), 'assign') ?>
            <?= Studip\Button::createCancel(_('Abbrechen'), 'cancel', ['data-dialog' => 'close']) ?>
        </footer>
    </form>