mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Use style attribute to overwrite CSS
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@848 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -191,7 +191,7 @@ if (strlen($_GET["db"])) {
|
||||
}
|
||||
echo $views;
|
||||
} else {
|
||||
echo "<thead><tr><th align='left'><label><input type='checkbox' id='check-databases' checked='checked' onclick='form_check(this, /^databases\\[/);'>" . lang('Database') . "</label></thead>\n";
|
||||
echo "<thead><tr><th style='text-align: left;'><label><input type='checkbox' id='check-databases' checked='checked' onclick='form_check(this, /^databases\\[/);'>" . lang('Database') . "</label></thead>\n";
|
||||
foreach (get_databases() as $db) {
|
||||
if (!information_schema($db)) {
|
||||
echo '<tr><td><label><input type="checkbox" name="databases[]" value="' . htmlspecialchars($db) . '" checked="checked" onclick="form_uncheck(\'check-databases\');">' . htmlspecialchars($db) . "</label>\n";
|
||||
|
Reference in New Issue
Block a user