Fix phpcs
This commit is contained in:
parent
b445c0eec7
commit
c8fd4a2385
@ -825,13 +825,11 @@ if (empty($conf->global->MAIN_DISABLE_GLOBAL_WORKBOARD)) {
|
|||||||
$boxwork .= '</table>'; // End table array of working board
|
$boxwork .= '</table>'; // End table array of working board
|
||||||
$boxwork .= '</div>';
|
$boxwork .= '</div>';
|
||||||
|
|
||||||
|
|
||||||
if (!empty($isIntopOpenedDashBoard)) {
|
if (!empty($isIntopOpenedDashBoard)) {
|
||||||
print '<div class="fichecenter">';
|
print '<div class="fichecenter">';
|
||||||
print '<div class="opened-dash-board-wrap"><div class="box-flex-container">' . $openedDashBoard . '</div></div>';
|
print '<div class="opened-dash-board-wrap"><div class="box-flex-container">' . $openedDashBoard . '</div></div>';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user