update ItemSheets to ItemSheetV2

This commit is contained in:
Sven Balzer
2024-11-01 20:21:09 +01:00
parent 307307d271
commit 2f9410180c
5 changed files with 230 additions and 223 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
</div>
{{/inline}}
<form class="item-sheet {{ cssClass }}" autocomplete="off">
<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}}>
<div class="col">
@@ -26,4 +26,4 @@
</div>
</div>
</div>
</form>
</div>