bugfix: Titles on every button
This commit is contained in:
parent
6fb158190d
commit
865bef532a
|
|
@ -87,7 +87,7 @@
|
||||||
<span id = "execution-dialog-title">?</span>
|
<span id = "execution-dialog-title">?</span>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<button id = "execution-dialog-toggle-size">🗖</button>
|
<button id = "execution-dialog-toggle-size" title = "Toggle dialog size">🗖</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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue