Merge branch 'master_xieqiyu_56376' into 'master'

* Finish task#56376.

See merge request easycorp/zentaopms!3859
This commit is contained in:
孙广明
2022-06-10 04:29:59 +00:00
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -3071,7 +3071,7 @@ class kanbanModel extends model
if(common::hasPriv('kanban', 'setColumnWidth') and $CRKanban) $columnActions .= '<li>' . html::a(helper::createLink('kanban', 'setColumnWidth', "kanbanID=$kanban->id", '', true), '<i class="icon icon-size-width"></i>' . $this->lang->kanban->columnWidth, '', "class='iframe btn btn-link' data-width=400") . '</li>';
if($printSetHeightBtn and $CRKanban)
{
$width = $this->app->getClientLang() == 'en' ? '750' : '650';
$width = $this->app->getClientLang() == 'en' ? '920' : '770';
$columnActions .= '<li>' . html::a(helper::createLink('kanban', 'setLaneHeight', "kanbanID=$kanban->id", '', true), '<i class="icon icon-size-height"></i>' . $this->lang->kanban->laneHeight, '', "class='iframe btn btn-link' data-width='$width'") . '</li>';
}
$actions .= $columnActions;