]> git.joonet.de Git - adminer.git/commitdiff
Whitespace
authorJakub Vrana <jakub@vrana.cz>
Tue, 1 Feb 2011 09:16:31 +0000 (10:16 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 1 Feb 2011 09:16:31 +0000 (10:16 +0100)
adminer/db.inc.php

index 3b14983dc1495fb870a5ef606973a60b287112bf..590ec5cdb981fa0b19fb4628b71c01370f7f0300 100644 (file)
@@ -74,7 +74,9 @@ if ($adminer->homepage()) {
                                $databases = (support("scheme") ? schemas() : get_databases());
                                if (count($databases) != 1 && $jush != "sqlite") {
                                        $db = (isset($_POST["target"]) ? $_POST["target"] : (support("scheme") ? $_GET["ns"] : DB));
-                                       echo "<p>" . lang('Move to other database') . ($databases ? ": " . html_select("target", $databases, $db) : ': <input name="target" value="' . h($db) . '">') . " <input type='submit' name='move' value='" . lang('Move') . "' onclick='eventStop(event);'>\n";
+                                       echo "<p>" . lang('Move to other database') . ": ";
+                                       echo ($databases ? html_select("target", $databases, $db) : '<input name="target" value="' . h($db) . '">');
+                                       echo " <input type='submit' name='move' value='" . lang('Move') . "' onclick='eventStop(event);'>\n";
                                }
                        }
                        echo "</form>\n";