Minor - UI improve, remove comment code.

pull/2487/head
jmontoyaa 7 years ago
parent 98ec9fd48c
commit aedb27e88e
  1. 4
      plugin/dashboard/block_global_info/block_global_info.class.php

@ -93,7 +93,7 @@ class BlockGlobalInfo extends Block
$content = '<h4>'.get_lang('GlobalPlatformInformation').'</h4>';
$data_table = null;
if (!empty($global_data)) {
$data_table = '<table class="table table-bordered" width="95%">';
$data_table = '<table class="table table-bordered">';
$i = 1;
foreach ($global_data as $data) {
if ($i % 2 == 0) {
@ -114,8 +114,6 @@ class BlockGlobalInfo extends Block
}
$content .= $data_table;
//$content .= '</div>';
return $content;
}

Loading…
Cancel
Save