mirror of
https://github.com/vrana/adminer.git
synced 2026-01-02 05:40:51 +01:00
Change inline style to class name
This commit is contained in:
@@ -310,7 +310,7 @@ class Adminer {
|
||||
* @return null
|
||||
*/
|
||||
function tableStructurePrint($fields) {
|
||||
echo "<div style='overflow-x: auto;'>\n";
|
||||
echo "<div class='scrollable'>\n";
|
||||
echo "<table cellspacing='0' class='nowrap'>\n";
|
||||
echo "<thead><tr><th>" . lang('Column') . "<td>" . lang('Type') . (support("comment") ? "<td>" . lang('Comment') : "") . "</thead>\n";
|
||||
foreach ($fields as $field) {
|
||||
|
||||
Reference in New Issue
Block a user