]> git.joonet.de Git - adminer.git/commitdiff
Style logout button as link in Editor
authorJakub Vrana <jakub@vrana.cz>
Sun, 12 Aug 2012 06:02:56 +0000 (23:02 -0700)
committerJakub Vrana <jakub@vrana.cz>
Sun, 12 Aug 2012 06:02:56 +0000 (23:02 -0700)
editor/include/adminer.inc.php

index 1e546ffad0776b7533feb8798fb6dffcdeabf1b3..c21a1c4ec637c0641b3e47a92e7257970beb0343 100644 (file)
@@ -544,7 +544,7 @@ ORDER BY ORDINAL_POSITION", null, "") as $row) { //! requires MySQL 5
                        ?>
 <form action="" method="post">
 <p class="logout">
-<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>">
+<input type="submit" name="logout" value="<?php echo lang('Logout'); ?>" id="logout">
 <input type="hidden" name="token" value="<?php echo $token; ?>">
 </p>
 </form>