mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 20:31:19 +02:00
Style logout button as link
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user