summaryrefslogtreecommitdiff
path: root/app/Template/task_external_link/edit.php
blob: df10d444fab0fc424fe4f1e2ed1863a15abcd286 (plain)
1
2
3
4
5
6
7
8
<div class="page-header">
    <h2><?= t('Edit external link') ?></h2>
</div>

<form action="<?= $this->url->href('TaskExternalLinkController', 'update', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>" method="post" autocomplete="off">
    <?= $this->render('task_external_link/form', array('task' => $task, 'dependencies' => $dependencies, 'values' => $values, 'errors' => $errors)) ?>
    <?= $this->modal->submitButtons() ?>
</form>