Add confirm on item deletion

This commit is contained in:
Vlyan
2021-02-03 11:44:22 +01:00
parent 7f987a7682
commit 45ae96724e
13 changed files with 116 additions and 67 deletions

View File

@@ -3,7 +3,7 @@
<li class="item-img"><img src="{{item.img}}" title="{{item.name}}" width="32px" height="32px"/></li>
<li class="item-name">{{ item.name }}</li>
{{#if editable}}
<li class="property-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
<li class="property-delete" title="{{localize 'Delete'}}"><i class="fas fa-trash"></i></li>
{{/if}}
</ul>
{{#if item.data.data.description}}