Added colspan attribute to workflow items
This commit is contained in:
@@ -109,7 +109,7 @@ class LineworkController extends mfBaseController {
|
||||
break;
|
||||
}
|
||||
|
||||
$i++;
|
||||
$i += ($wfitem->width) ? $wfitem->width : 1;
|
||||
}
|
||||
}
|
||||
//var_dump($item_colspan);exit;
|
||||
|
||||
Reference in New Issue
Block a user