mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 22:33:57 -04:00
Add caption to close button
This commit is contained in:
parent
9321f14ba3
commit
1be152642f
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ $digits = str_split(str_pad($current, 3, "0", STR_PAD_LEFT))
|
|||
<? if($autoHide){ ?>
|
||||
<form action="/settings" method="post">
|
||||
<input type="hidden" name="hide-donation-alert" value="1" />
|
||||
<button class="close">Close this alert</button>
|
||||
<button class="close" title="Close this box">Close this box</button>
|
||||
</form>
|
||||
<? } ?>
|
||||
<header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue