add the ability to change the icon of actors and items

This commit is contained in:
Sven Balzer
2025-05-03 11:26:06 +02:00
parent 8922bb1b72
commit 7036efd8fd
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<div class="item-sheet {{ cssClass }}" autocomplete="off">
<div class="row">
<img class="item-image" src="{{ item.img }}" title="{{ item.name }}" {{#if editable}}data-edit="img"{{/if}}>
<img class="item-image" src="{{ item.img }}" title="{{ item.name }}" data-action="editImage" data-edit="img">
<div class="col">
<div class="grid2 gap">
{{>editable-input type="text" name="name" value=item.name placeholder=(localize "DSA41.name")}}