diff --git a/pandora_console/extensions/insert_data.php b/pandora_console/extensions/insert_data.php index 6fa0672f84..f60b00b469 100644 --- a/pandora_console/extensions/insert_data.php +++ b/pandora_console/extensions/insert_data.php @@ -186,7 +186,7 @@ function mainInsertData() } $table = new stdClass(); - $table->class = 'databox m2020'; + $table->class = 'databox'; $table->style = []; $table->cellstyle[0][0] = 'width: 0'; $table->cellstyle[0][1] = 'width: 0'; diff --git a/pandora_console/extensions/resource_exportation.php b/pandora_console/extensions/resource_exportation.php index ba9f6e5480..fc51509462 100755 --- a/pandora_console/extensions/resource_exportation.php +++ b/pandora_console/extensions/resource_exportation.php @@ -437,7 +437,7 @@ function resource_exportation_extension_main() ); $table = new stdClass(); - $table->class = 'databox m2020'; + $table->class = 'databox'; $table->id = 'resource_exportation_table'; $table->style = []; $table->style[0] = 'width: 0'; diff --git a/pandora_console/extensions/resource_registration.php b/pandora_console/extensions/resource_registration.php index 1473fcdc38..17827d0d6b 100755 --- a/pandora_console/extensions/resource_registration.php +++ b/pandora_console/extensions/resource_registration.php @@ -1122,7 +1122,7 @@ function resource_registration_extension_main() ); $table = new stdClass(); - $table->class = 'databox m2020'; + $table->class = 'databox'; $table->id = 'resource_registration_table'; $table->data = []; diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index d82f1a0be2..c4915e366d 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -363,7 +363,7 @@ echo sprintf('
'; -$out .= ' |