This commit is contained in:
Laurent Destailleur 2023-02-19 02:39:39 +01:00
parent 7d445ff1bd
commit eaa0e5eb3e
54 changed files with 54 additions and 54 deletions

View File

@ -1051,7 +1051,7 @@ while ($i < min($num, $limit)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
$membertypestatic->id = $obj->type_id; $membertypestatic->id = $obj->type_id;
$membertypestatic->label = $obj->type; $membertypestatic->label = $obj->type;

View File

@ -532,7 +532,7 @@ while ($i < min($num, $limit)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
//fetch informations needs on this mode //fetch informations needs on this mode

View File

@ -336,7 +336,7 @@ if (!$rowid && $action != 'create' && $action != 'edit') {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
//output kanban //output kanban
$membertype->label = $objp->label; $membertype->label = $objp->label;

View File

@ -552,7 +552,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $object->getKanbanView(''); print $object->getKanbanView('');

View File

@ -759,7 +759,7 @@ if ($mode == 'common' || $mode == 'commonkanban') {
print load_fiche_titre($familytext, '', '', 0, '', 'modulefamilygroup'); print load_fiche_titre($familytext, '', '', 0, '', 'modulefamilygroup');
if ($mode == 'commonkanban') { if ($mode == 'commonkanban') {
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} else { } else {
print '<div class="div-table-responsive">'; print '<div class="div-table-responsive">';
print '<table class="tagtable liste" summary="list_of_modules">'."\n"; print '<table class="tagtable liste" summary="list_of_modules">'."\n";

View File

@ -685,7 +685,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output kanban // Output kanban
print $object->getKanbanView(''); print $object->getKanbanView('');

View File

@ -639,7 +639,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $object->getKanbanView(''); print $object->getKanbanView('');

View File

@ -639,7 +639,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $object->getKanbanView(''); print $object->getKanbanView('');

View File

@ -1718,7 +1718,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
$userstatic->fetch($obj->fk_user_author); $userstatic->fetch($obj->fk_user_author);

View File

@ -1998,7 +1998,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
print $generic_commande->getKanbanView(''); print $generic_commande->getKanbanView('');

View File

@ -596,7 +596,7 @@ foreach ($accounts as $key => $type) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $objecttmp->getKanbanView(''); print $objecttmp->getKanbanView('');

View File

@ -605,7 +605,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban

View File

@ -575,7 +575,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
$object->posmodule = $obj->posmodule; $object->posmodule = $obj->posmodule;

View File

@ -1921,7 +1921,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
$facturestatic->socid = $companystatic->getNomUrl(1, 'company', 15); $facturestatic->socid = $companystatic->getNomUrl(1, 'company', 15);

View File

@ -96,7 +96,7 @@ if ($result) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $localtax_static->getKanbanView(''); print $localtax_static->getKanbanView('');

View File

@ -243,7 +243,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $checkdepositstatic->getKanbanView(''); print $checkdepositstatic->getKanbanView('');

View File

@ -282,7 +282,7 @@ if ($result) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban

View File

@ -236,7 +236,7 @@ if ($result) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban

View File

@ -614,7 +614,7 @@ while ($i < min($num, $limit)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban

View File

@ -489,7 +489,7 @@ while ($i < min($num, $limit)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban

View File

@ -1234,7 +1234,7 @@ while ($i < min($num, $limit)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
$contactstatic->photo = $obj->photo; $contactstatic->photo = $obj->photo;
if ($obj->socid > 0) { if ($obj->socid > 0) {

View File

@ -986,7 +986,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban

View File

@ -298,7 +298,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
$donationstatic->amount = $objp->amount; $donationstatic->amount = $objp->amount;

View File

@ -885,7 +885,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $object->getKanbanView(''); print $object->getKanbanView('');

View File

@ -903,7 +903,7 @@ while ($i < min($num, $limit)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
$object->socid = $companystatic->getNomUrl(1); $object->socid = $companystatic->getNomUrl(1);
$object->date_delivery = $obj->delivery_date; $object->date_delivery = $obj->delivery_date;

View File

@ -750,7 +750,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
$usertmp->fetch($obj->id_user); $usertmp->fetch($obj->id_user);
$expensereportstatic->fk_user_author = $usertmp->getNomUrl(1); $expensereportstatic->fk_user_author = $usertmp->getNomUrl(1);

View File

@ -500,7 +500,7 @@ while ($i < min($num, $limit)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $paymentexpensereportstatic->getKanbanView(''); print $paymentexpensereportstatic->getKanbanView('');

View File

@ -703,7 +703,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban

View File

@ -1674,7 +1674,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
$thirdpartytmp->id = $obj->socid; $thirdpartytmp->id = $obj->socid;

View File

@ -1415,7 +1415,7 @@ if ($num > 0) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
$facturestatic->socid = $thirdparty->getNomUrl(1, 'supplier', 3); $facturestatic->socid = $thirdparty->getNomUrl(1, 'supplier', 3);

View File

@ -832,7 +832,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
$holidaystatic->fk_type = $typeleaves[$obj->fk_type]['rowid']; $holidaystatic->fk_type = $typeleaves[$obj->fk_type]['rowid'];

View File

@ -579,7 +579,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
$object->date_eval = $obj->date_eval; $object->date_eval = $obj->date_eval;

View File

@ -606,7 +606,7 @@ while ($i < $imaxinloop) {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $object->getKanbanView(''); print $object->getKanbanView('');

View File

@ -615,7 +615,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// get info needed // get info needed
$object->date_start = $obj->date_start; $object->date_start = $obj->date_start;

View File

@ -556,7 +556,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban

View File

@ -643,7 +643,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) { if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {

View File

@ -285,7 +285,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
$loan_static->datestart= $obj->datestart; $loan_static->datestart= $obj->datestart;

View File

@ -697,7 +697,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $object->getKanbanView(''); print $object->getKanbanView('');

View File

@ -609,7 +609,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
$object->id = $obj->type_id; $object->id = $obj->type_id;
$bom->id = $obj->fk_bom; $bom->id = $obj->fk_bom;

View File

@ -866,7 +866,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $object->getKanbanView(''); print $object->getKanbanView('');

View File

@ -1417,7 +1417,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
$product_static->price = $obj->price; $product_static->price = $obj->price;
// Output Kanban // Output Kanban

View File

@ -634,7 +634,7 @@ while ($i < min($num, $limit)) {
if ($mode =='kanban') { if ($mode =='kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $warehouse->getKanbanView(''); print $warehouse->getKanbanView('');

View File

@ -1127,7 +1127,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
$object->fk_statut = $projectstatic->getLibStatut(1); $object->fk_statut = $projectstatic->getLibStatut(1);

View File

@ -733,7 +733,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
$recuitment = new RecruitmentJobPosition($db); $recuitment = new RecruitmentJobPosition($db);
$recuitment->fetch($obj->fk_recruitmentjobposition); $recuitment->fetch($obj->fk_recruitmentjobposition);

View File

@ -591,7 +591,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) { if (!getDolGlobalString('MAIN_CHECKBOX_LEFT_COLUMN')) {
if ($massactionbutton || $massaction) { if ($massactionbutton || $massaction) {

View File

@ -570,7 +570,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $salstatic->getKanbanView(''); print $salstatic->getKanbanView('');

View File

@ -575,7 +575,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban

View File

@ -1561,7 +1561,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $companystatic->getKanbanView(''); print $companystatic->getKanbanView('');

View File

@ -984,7 +984,7 @@ if ($resql) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
$userstatic->fetch($obj->fk_user_author); $userstatic->fetch($obj->fk_user_author);

View File

@ -1008,7 +1008,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="12">'; print '<tr><td colspan="12">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// get infos needed from object // get infos needed from object
$userstatic = new User($db); $userstatic = new User($db);

View File

@ -386,7 +386,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $object->getKanbanView(''); print $object->getKanbanView('');

View File

@ -1009,7 +1009,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban

View File

@ -631,7 +631,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $object->getKanbanView(''); print $object->getKanbanView('');

View File

@ -629,7 +629,7 @@ while ($i < $imaxinloop) {
if ($mode == 'kanban') { if ($mode == 'kanban') {
if ($i == 0) { if ($i == 0) {
print '<tr><td colspan="'.$savnbfield.'">'; print '<tr><td colspan="'.$savnbfield.'">';
print '<div class="box-flex-container">'; print '<div class="box-flex-container kanban">';
} }
// Output Kanban // Output Kanban
print $object->getKanbanView(''); print $object->getKanbanView('');