1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 19:44:00 +02:00

Style logout button as link

This commit is contained in:
Jakub Vrana
2012-08-10 07:06:01 -07:00
parent 2d18afaf7f
commit 98bc4fc4d2
4 changed files with 7 additions and 2 deletions

View File

@@ -804,7 +804,7 @@ DROP PROCEDURE adminer_alter;
}
}
?>
<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>

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "3.5.1";
$VERSION = "3.5.2-dev";