看板初始化提交
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<div class="page-header">
|
||||
<h2><?= t('Move task to another position on the board') ?></h2>
|
||||
</div>
|
||||
|
||||
<form>
|
||||
|
||||
<?= $this->app->component('task-move-position', array(
|
||||
'saveUrl' => $this->url->href('TaskMovePositionController', 'save', array('task_id' => $task['id'], 'csrf_token' => $this->app->getToken()->getReusableCSRFToken())),
|
||||
'board' => $board,
|
||||
'task' => $task,
|
||||
'swimlaneLabel' => t('Swimlane'),
|
||||
'columnLabel' => t('Column'),
|
||||
'positionLabel' => t('Position'),
|
||||
'beforeLabel' => t('Insert before this task'),
|
||||
'afterLabel' => t('Insert after this task'),
|
||||
)) ?>
|
||||
|
||||
<?= $this->modal->submitButtons() ?>
|
||||
|
||||
</form>
|
||||
Reference in New Issue
Block a user