Fixed a visual error
This commit is contained in:
parent
ae080dc33b
commit
ddfb4ed2c4
|
@ -226,10 +226,6 @@ else {
|
||||||
// The value of the checkbox will be the networkmap id to recover it in js to perform the massive deletion
|
// The value of the checkbox will be the networkmap id to recover it in js to perform the massive deletion
|
||||||
$data[4] = html_print_checkbox('check_delete', $network_map['id_networkmap'], false, true);
|
$data[4] = html_print_checkbox('check_delete', $network_map['id_networkmap'], false, true);
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
$data[3] = '';
|
|
||||||
$data[4] = '';
|
|
||||||
}
|
|
||||||
|
|
||||||
$table->data[] = $data;
|
$table->data[] = $data;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue