modify colspan
This commit is contained in:
parent
a5fba0fd09
commit
a42c879ac5
@ -608,7 +608,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="12">';
|
||||||
print '<div class="box-flex-container">';
|
print '<div class="box-flex-container">';
|
||||||
}
|
}
|
||||||
// get info needed
|
// get info needed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user