diff options
| author | David Drury <david@drury.me.uk> | 2022-11-22 09:53:11 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-11-24 10:45:29 +0000 |
| commit | 053cb27d4c02c576fc394f4df28726cfc5f6db78 (patch) | |
| tree | 5993fcf83bcc0c007855c484d763417c82a0cb61 /resources/views | |
| parent | 9458f20a3c5e8e676f65488153a8d8a76b1773fb (diff) | |
| download | webtrees-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.phtml | 1 |
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 |
