diff options
author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2019-10-06 21:11:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 21:11:54 -0700 |
commit | 7ccdb9134ced35724097bba587bbc4ceb02f1e65 (patch) | |
tree | c563d494fd7efca41d58a6a7218cffc6c8788445 /tmpl/terms.html | |
parent | c3926c67ad83e13d278d58085eda7c84f5003505 (diff) | |
parent | 205c7d88d071d2c9328ff103ca90edfecf793919 (diff) |
Merge pull request #243 from toasted-nutbread/svg-icons
SVG icons
Diffstat (limited to 'tmpl/terms.html')
-rw-r--r-- | tmpl/terms.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tmpl/terms.html b/tmpl/terms.html index b9e5e0ad..0b967bb5 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -30,26 +30,26 @@ <div class="entry" data-type="term"> <div class="actions"> {{#if addable}} - <a href="#" class="action-view-note pending disabled"><img src="/mixed/img/view-note.png" title="View added note (Alt + V)" alt></a> - <a href="#" class="action-add-note pending disabled" data-mode="term-kanji"><img src="/mixed/img/add-term-kanji.png" title="Add expression (Alt + E)" alt></a> - <a href="#" class="action-add-note pending disabled" data-mode="term-kana"><img src="/mixed/img/add-term-kana.png" title="Add reading (Alt + R)" alt></a> + <a href="#" class="action-view-note pending disabled"><img src="/mixed/img/view-note.svg" title="View added note (Alt + V)" alt></a> + <a href="#" class="action-add-note pending disabled" data-mode="term-kanji"><img src="/mixed/img/add-term-kanji.svg" title="Add expression (Alt + E)" alt></a> + <a href="#" class="action-add-note pending disabled" data-mode="term-kana"><img src="/mixed/img/add-term-kana.svg" title="Add reading (Alt + R)" alt></a> {{/if}} {{#unless merged}} {{#if playback}} - <a href="#" class="action-play-audio"><img src="/mixed/img/play-audio.png" title="Play audio (Alt + P)" alt></a> + <a href="#" class="action-play-audio"><img src="/mixed/img/play-audio.svg" title="Play audio (Alt + P)" alt></a> {{/if}} {{/unless}} {{#if source}} - <a href="#" class="source-term"><img src="/mixed/img/source-term.png" title="Source term (Alt + B)" alt></a> + <a href="#" class="source-term"><img src="/mixed/img/source-term.svg" title="Source term (Alt + B)" alt></a> {{/if}} - <img src="/mixed/img/entry-current.png" class="current" title="Current entry (Alt + Up/Down/Home/End/PgUp/PgDn)" alt> + <img src="/mixed/img/entry-current.svg" class="current" title="Current entry (Alt + Up/Down/Home/End/PgUp/PgDn)" alt> </div> {{#if merged}} {{~#each expressions~}} <div class="expression"><span class="expression-{{termFrequency}}">{{#kanjiLinks}}{{#furigana}}{{{.}}}{{/furigana}}{{/kanjiLinks}}</span><div class="peek-wrapper"> {{~#if ../playback~}} - <a href="#" class="action-play-audio"><img src="/mixed/img/play-audio.png" title="Play audio" alt></a> + <a href="#" class="action-play-audio"><img src="/mixed/img/play-audio.svg" title="Play audio" alt></a> {{~/if~}} {{~#if termTags~}} <div class="tags"> |