diff --git a/module/execution/view/create.html.php b/module/execution/view/create.html.php
index b83a4d36e3..18fff781b3 100644
--- a/module/execution/view/create.html.php
+++ b/module/execution/view/create.html.php
@@ -228,7 +228,7 @@
| kanban->laneHeight;?> |
- kanbanlane->heightTypeList, 'auto', "onclick='setCardCount(this.value);'"));?> |
+ kanbanlane->heightTypeList, 'auto', "onclick='setCardCount(this.value);'"));?> |
| kanban->cardCount;?> |
diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php
index f7855a1d88..eaa09204f0 100644
--- a/module/execution/view/kanban.html.php
+++ b/module/execution/view/kanban.html.php
@@ -160,7 +160,7 @@ js::set('priv',
$width = $this->app->getClientLang() == 'en' ? '750' : '650';
if($printCreateRegion) $actions .= '' . html::a(helper::createLink('kanban', 'createRegion', "kanbanID=$execution->id&from=execution", '', true), '' . $lang->kanban->createRegion, '', "class='iframe btn btn-link text-left'") . '';
$kanbanActions = '';
- if(common::hasPriv('execution', 'edit')) $kanbanActions .= '' . html::a(helper::createLink('execution', 'edit', "executionID=$execution->id", '', true), '' . $lang->kanban->edit, '', "class='iframe btn btn-link text-left' data-width='75%'") . '';
+ if(common::hasPriv('execution', 'edit')) $kanbanActions .= '' . html::a(helper::createLink('execution', 'edit', "executionID=$execution->id", '', true), '' . $lang->kanban->edit, '', "class='iframe btn btn-link text-left' data-width='80%'") . '';
if(common::hasPriv('execution', 'start')) $kanbanActions .= '' . html::a(helper::createLink('execution', 'start', "executionID=$execution->id&from=kanban", '', true), '' . $lang->execution->start, '', "class='iframe btn btn-link text-left' data-width='75%'") . '';
if(common::hasPriv('execution', 'putoff')) $kanbanActions .= '' . html::a(helper::createLink('execution', 'putoff', "executionID=$execution->id&from=kanban", '', true), '' . $lang->execution->putoff, '', "class='iframe btn btn-link text-left' data-width='75%'") . '';
if(common::hasPriv('execution', 'suspend')) $kanbanActions .= '' . html::a(helper::createLink('execution', 'suspend', "executionID=$execution->id&from=kanban", '', true), '' . $lang->execution->suspend, '', "class='iframe btn btn-link text-left' data-width='75%'") . '';