app->component('task-move-position', array( 'saveUrl' => $this->url->href('TaskMovePositionController', 'save', array('task_id' => $task['id'], 'project_id' => $task['project_id'])), 'board' => $board, 'swimlaneLabel' => t('Swimlane'), 'columnLabel' => t('Column'), 'positionLabel' => t('Position'), 'beforeLabel' => t('Insert before this task'), 'afterLabel' => t('Insert after this task'), )) ?> app->component('submit-cancel', array( 'submitLabel' => t('Save'), 'orLabel' => t('or'), 'cancelLabel' => t('cancel'), )) ?>