mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
Add class 'layout' to all non-data tables
This commit is contained in:
@@ -62,7 +62,7 @@ if (!$error && $_POST) {
|
||||
<form action="" method="post">
|
||||
<?php
|
||||
if ($in) {
|
||||
echo "<table cellspacing='0'>\n";
|
||||
echo "<table cellspacing='0' class='layout'>\n";
|
||||
foreach ($in as $key) {
|
||||
$field = $routine["fields"][$key];
|
||||
$name = $field["field"];
|
||||
|
Reference in New Issue
Block a user