diff --git a/module/kanban/control.php b/module/kanban/control.php index 9347ff0380..5b4e54a957 100644 --- a/module/kanban/control.php +++ b/module/kanban/control.php @@ -830,13 +830,9 @@ class kanban extends control $kanbanUsers = $kanbanID == 0 ? ',' : trim($kanban->owner) . ',' . trim($kanban->team); $users = $this->loadModel('user')->getPairs('noclosed|nodeleted', '', 0, $kanbanUsers); - $lanePairs = $this->kanban->getLanePairsByGroup($groupID); - - $lanePairs['ditto'] = $this->lang->kanbancard->ditto; - $this->view->title = $this->lang->kanban->batchCreateCard; $this->view->users = $users; - $this->view->lanePairs = $lanePairs; + $this->view->lanePairs = $this->kanban->getLanePairsByGroup($groupID); $this->display(); } diff --git a/module/kanban/css/view.css b/module/kanban/css/view.css index 3efd6ab6b7..b4608517a0 100644 --- a/module/kanban/css/view.css +++ b/module/kanban/css/view.css @@ -22,7 +22,7 @@ .region .kanban-header-sub-cols .kanban-header-col > .title {max-width: 100% !important;min-width:240px;} .region .sort .region-header {cursor: move;} -.region .kanban {padding: 0px 10px 10px 10px; min-height: unset; overflow:auto; width: 100%} +.region .kanban {padding: 0px 5px 10px 10px; min-height: unset; overflow:auto; width: 100%} .region .kanban .form-actions {margin: 0;} .region .kanban .form-actions .btn {margin-right: 10px; min-width: 50px;} diff --git a/module/kanban/view/batchcreatecard.html.php b/module/kanban/view/batchcreatecard.html.php index e626473b17..1fcc0cf70e 100644 --- a/module/kanban/view/batchcreatecard.html.php +++ b/module/kanban/view/batchcreatecard.html.php @@ -39,7 +39,8 @@