url->link(t('Mark all Done'), 'DoneController', 'markColumn', array( 'plugin' => 'OrganonTweaks', 'project_id' => $project_id, 'column_id' => $column_id, 'swimlane_id' => $swimlane_id, 'direction' => 'done', ), true, 'btn btn-blue') ?> url->link(t('Mark all Todo'), 'DoneController', 'markColumn', array( 'plugin' => 'OrganonTweaks', 'project_id' => $project_id, 'column_id' => $column_id, 'swimlane_id' => $swimlane_id, 'direction' => 'todo', ), true, 'btn btn-red') ?> url->link(t('cancel'), 'BoardViewController', 'show', array('project_id' => $project_id), false, 'close-popover') ?>