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:
commit
4cf8cefe69
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue