aboutsummaryrefslogtreecommitdiff
path: root/app/views/admin/tree/rangetree.php
blob: 1e3e9453f535997e9cf76fc69a504de4939f4a62 (plain)
1
2
3
4
5
6
7
8
9
<div data-studip-tree>
    <studip-tree start-id="<?= htmlReady($startId) ?>" view-type="table" breadcrumb-icon="institute"
                 :with-search="false" :visible-children-only="false"
                 :editable="true" edit-url="<?= $controller->url_for('admin/tree/edit') ?>"
                 create-url="<?= $controller->url_for('admin/tree/create') ?>"
                 delete-url="<?= $controller->url_for('admin/tree/delete') ?>"
                 :with-courses="true" semester="<?= htmlReady($semester) ?>" :show-structure-as-navigation="true"
                 title="<?= _('Einrichtungshierarchie bearbeiten') ?>"></studip-tree>
</div>