]> git.joonet.de Git - adminer.git/commitdiff
Spaces
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 28 Oct 2009 13:42:51 +0000 (13:42 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 28 Oct 2009 13:42:51 +0000 (13:42 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1219 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/database.inc.php
adminer/include/adminer.inc.php
adminer/include/lang.inc.php

index 62bec8e6d907f024913e85bbc97d5d9ecbe2a28b..b0b640413360f2f1e324afea8a6331768917f473 100644 (file)
@@ -65,7 +65,7 @@ if ($_POST) {
 ) . "\n"; ?>
 <?php echo html_select("collation", array("" => "(" . lang('collation') . ")") + $collations, $collate); ?>
 <input type="hidden" name="token" value="<?php echo $token; ?>">
-<input type="submit" value="<?php echo lang('Save'); ?>">
+ <input type="submit" value="<?php echo lang('Save'); ?>">
 <?php
 if (!$_POST["add_x"]) {
        echo "<input type='image' name='add' src='../adminer/static/plus.gif' alt='+' title='" . lang('Add next') . "'>\n";
index 9eed7040af4eca86668eeff8f07dba581d1fdbc3..9d1bd9f6efcce24ce520201e1832d17d8e5a67e5 100644 (file)
@@ -486,7 +486,7 @@ class Adminer {
 <?php if (isset($_GET["sql"])) { ?><input type="hidden" name="sql" value=""><?php } ?>
 <?php if (isset($_GET["schema"])) { ?><input type="hidden" name="schema" value=""><?php } ?>
 <?php if (isset($_GET["dump"])) { ?><input type="hidden" name="dump" value=""><?php } ?>
-<input type="submit" value="<?php echo lang('Use'); ?>"<?php echo ($databases ? " class='hidden'" : ""); ?>>
+ <input type="submit" value="<?php echo lang('Use'); ?>"<?php echo ($databases ? " class='hidden'" : ""); ?>>
 </p>
 </form>
 <?php
index 74f84b69ebe59cdf8ea4c7a963baadb79849f44b..dbcb4bc233610008d9258d3c70c230460c3a1e19 100644 (file)
@@ -33,7 +33,7 @@ function switch_lang() {
        echo "<form action=''>\n<div id='lang'>";
        hidden_fields($_GET, array('lang'));
        echo lang('Language') . ": " . html_select("lang", $langs, $LANG, "this.form.submit();");
-       echo "<noscript><div style='display: inline;'><input type='submit' value='" . lang('Use') . "'></div></noscript>\n";
+       echo " <input type='submit' value='" . lang('Use') . "' class='hidden'>\n";
        echo "</div>\n</form>\n";
 }