Merge branch 'ent-3904-Tablas-que-no-se-han-cambiado-con-los-nuevos-estilos' into 'develop'

Changed styles from table database interface - #3904

See merge request artica/pandorafms!2364

Former-commit-id: e17d15d7001b0654dd6961242442a8793533ed8a
This commit is contained in:
Alejandro Fraguas 2019-04-17 15:21:41 +02:00
commit 4cf8cefe69
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ function dbmgr_extension_main()
echo "<div style='overflow: auto;'>";
$table = new stdClass();
$table->width = '100%';
$table->class = 'databox data';
$table->class = 'info_table';
$table->head = array_keys($result[0]);
$table->data = $result;