bugfix: Titles on every button

This commit is contained in:
jamesread 2024-02-23 16:55:09 +00:00
parent 6fb158190d
commit 865bef532a
1 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@
<span id = "execution-dialog-title">?</span> <span id = "execution-dialog-title">?</span>
</h2> </h2>
<button id = "execution-dialog-toggle-size">&#128470;</button> <button id = "execution-dialog-toggle-size" title = "Toggle dialog size">&#128470;</button>
</div> </div>
<div id = "execution-dialog-basics"> <div id = "execution-dialog-basics">
<strong>Started: </strong><span id = "execution-dialog-datetime-started">unknown</span> <strong>Started: </strong><span id = "execution-dialog-datetime-started">unknown</span>
@ -122,7 +122,7 @@
<form method = "dialog"> <form method = "dialog">
<div class = "buttons"> <div class = "buttons">
<button name = "Cancel">Close</button> <button name = "Cancel" title = "Close">Close</button>
</div> </div>
</form> </form>
</dialog> </dialog>
@ -140,7 +140,7 @@
<div class = "buttons"> <div class = "buttons">
<input name = "start" type = "submit" value = "Start"> <input name = "start" type = "submit" value = "Start">
<button name = "cancel">Cancel</button> <button name = "cancel" title = "Cancel">Cancel</button>
</div> </div>
</div> </div>
</form> </form>