Differences From Artifact [8b0d6acfba]:
- File view/confirm.tpl — part of check-in [b6c2a79945] at 2021-01-04 20:33:33 on branch trunk — more jabbascript improvements (user: lexi, size: 264) [annotate] [blame] [check-ins using]
To Artifact [4c878ea4e6]:
- File view/confirm.tpl — part of check-in [7bd78f9b1c] at 2021-01-05 22:10:42 on branch trunk — improve sql, js, docs, other tweaks (user: lexi, size: 292) [annotate] [blame] [check-ins using]
1 1 <form class="message" method="post"> 2 2 <img class="icon" src="/s/query.webp"> 3 3 <h1>@title</h1> 4 4 <p>@query</p> 5 5 <menu class="horizontal choice"> 6 - <a class="no button" href="@:cancel">cancel</a> 7 - <button name="act" value="confirm">confirm</button> 6 + <a accesskey="n" class="no button" href="@:cancel">cancel</a> 7 + <button accesskey="y" name="act" value="confirm">confirm</button> 8 8 </menu> 9 9 </form>