aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/study_areas/show.php
blob: 93131e490f85eed9bda9bb1ca2c2df2367160cf0 (plain)
1
2
3
4
5
6
7
8
9
<? if (!$locked) : ?>
    <form action="<?= $controller->link_for('course/study_areas/save/' . $course->id, $url_params) ?>"
        <?= Request::isDialog() ? 'data-dialog' : '' ?>
          method="post" class="default">
<? endif ?>
    <?= $tree ?>
<? if (!$locked) : ?>
    </form>
<? endif ?>