diff --git a/module/kanban/model.php b/module/kanban/model.php index bd57d54b3e..6fd2ffb6c2 100644 --- a/module/kanban/model.php +++ b/module/kanban/model.php @@ -2830,8 +2830,8 @@ class kanbanModel extends model */ public function setHeaderActions($kanban) { - $blackButton = ''; - if($this->app->cookie->theme == 'blue') $blackButton = 'style="color:#000000"'; + $btnColor = ''; + if($this->app->cookie->theme == 'blue') $btnColor = 'style="color:#000000"'; $printSetHeightBtn = false; if(common::hasPriv('kanban', 'setLaneHeight')) @@ -2848,13 +2848,13 @@ class kanbanModel extends model $actions = ''; $actions .= "
"; - $actions .= " {$this->lang->kanban->fullScreen}"; + $actions .= " {$this->lang->kanban->fullScreen}"; $printSettingBtn = (common::hasPriv('kanban', 'createRegion') or $printSetHeightBtn or common::hasPriv('kanban', 'performable') or common::hasPriv('kanban', 'edit') or common::hasPriv('kanban', 'close') or common::hasPriv('kanban', 'enableArchived') or common::hasPriv('kanban', 'delete')); if($printSettingBtn) { - $actions .= "" . ' ' . $this->lang->kanban->setting . ''; + $actions .= "" . ' ' . $this->lang->kanban->setting . ''; $actions .= "