summaryrefslogtreecommitdiff
path: root/resources/views
diff options
context:
space:
mode:
authorDavid Drury <david@drury.me.uk>2022-11-22 09:53:11 +0000
committerGreg Roach <greg@subaqua.co.uk>2022-11-24 10:45:29 +0000
commit053cb27d4c02c576fc394f4df28726cfc5f6db78 (patch)
tree5993fcf83bcc0c007855c484d763417c82a0cb61 /resources/views
parent9458f20a3c5e8e676f65488153a8d8a76b1773fb (diff)
downloadwebtrees-053cb27d4c02c576fc394f4df28726cfc5f6db78.tar.gz
webtrees-053cb27d4c02c576fc394f4df28726cfc5f6db78.tar.bz2
webtrees-053cb27d4c02c576fc394f4df28726cfc5f6db78.zip
Use view for control icon, Exclusively use setAttribute as assigning aria-xx attributes with simple = sign does not work
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/icons/reset.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/views/icons/reset.phtml b/resources/views/icons/reset.phtml
new file mode 100644
index 0000000000..bc6731109f
--- /dev/null
+++ b/resources/views/icons/reset.phtml
@@ -0,0 +1 @@
+<span class="wt-icon-reset"><i class="fas fa-redo fa-fw" aria-hidden="true"></i></span><?php