]> git.joonet.de Git - adminer.git/commitdiff
Add server placeholder to login form
authorJakub Vrana <jakub@vrana.cz>
Fri, 17 May 2013 21:08:15 +0000 (14:08 -0700)
committerJakub Vrana <jakub@vrana.cz>
Fri, 17 May 2013 21:08:15 +0000 (14:08 -0700)
adminer/include/adminer.inc.php
changes.txt

index 3a1154066236a24a32a224b66483d8e3e6cc4592..a9ce35d9890bdebbc26921f354de9565f5ffd61e 100644 (file)
@@ -71,7 +71,7 @@ class Adminer {
                ?>
 <table cellspacing="0">
 <tr><th><?php echo lang('System'); ?><td><?php echo html_select("auth[driver]", $drivers, DRIVER, "loginDriver(this);"); ?>
-<tr><th><?php echo lang('Server'); ?><td><input name="auth[server]" value="<?php echo h(SERVER); ?>" title="hostname[:port]" autocapitalize="off">
+<tr><th><?php echo lang('Server'); ?><td><input name="auth[server]" value="<?php echo h(SERVER); ?>" title="hostname[:port]" placeholder="localhost" autocapitalize="off">
 <tr><th><?php echo lang('Username'); ?><td><input name="auth[username]" id="username" value="<?php echo h($_GET["username"]); ?>" autocapitalize="off">
 <tr><th><?php echo lang('Password'); ?><td><input type="password" name="auth[password]">
 <tr><th><?php echo lang('Database'); ?><td><input name="auth[db]" value="<?php echo h($_GET["db"]); ?>" autocapitalize="off">
index 382dfc157a68789641d2860df04180d27cf684d4..06c7fba8611794047cee2f4ca808b718ddc89a51 100644 (file)
@@ -3,6 +3,7 @@ Allow more SQL files to be uploaded at the same time
 Print run time next to executed queries
 Don't drop original view and routine before creating the new one
 Highlight default submit button
+Add server placeholder to login form
 Disable SQL export when applying functions in select
 Allow using lang() in plugins (customization)
 Remove bzip2 compression support