diff --git a/module/execution/view/taskkanban.html.php b/module/execution/view/taskkanban.html.php index ea1471a1fb..092be4cb63 100644 --- a/module/execution/view/taskkanban.html.php +++ b/module/execution/view/taskkanban.html.php @@ -65,7 +65,7 @@ $width = $this->app->getClientLang() == 'en' ? '70%' : '60%'; echo '
  • ' .html::a($this->createLink('kanban', 'setLaneHeight', "executionID=$executionID&from=execution", '', true), " " . $lang->kanban->laneHeight, '', "class='iframe btn btn-link' title='{$lang->kanban->laneHeight}' data-width=$width") . '
  • '; } - if(common::hasPriv('kanban', 'setColumnWidth')) echo '
  • ' .html::a($this->createLink('kanban', 'setColumnWidth', "executionID=$executionID&from=execution", '', true), " " . $lang->kanban->columnWidth, '', "class='iframe btn btn-link' title='{$lang->kanban->laneHeight}' data-width=30%") . '
  • '; + if(common::hasPriv('kanban', 'setColumnWidth')) echo '
  • ' .html::a($this->createLink('kanban', 'setColumnWidth', "executionID=$executionID&from=execution", '', true), " " . $lang->kanban->columnWidth, '', "class='iframe btn btn-link' title='{$lang->kanban->columnWidth}' data-width=30%") . '
  • '; if(common::hasPriv('execution', 'printKanban')) echo '
  • ' .html::a($this->createLink('execution', 'printKanban', "executionID=$executionID"), " " . $lang->execution->printKanban, '', "class='iframe btn btn-link' id='printKanban' title='{$lang->execution->printKanban}' data-width='500'") . '
  • '; echo '
  • ' .html::a('javascript:fullScreen()', " " . $lang->execution->fullScreen, '', "class='btn btn-link' title='{$lang->execution->fullScreen}' data-width='500'") . '
  • '; echo '';