Ajout et fixes divers

This commit is contained in:
2023-03-07 19:33:12 +01:00
parent 71649bb52f
commit 7b5d7c9119
13 changed files with 208 additions and 43 deletions

View File

@ -0,0 +1,22 @@
<form class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-les-heritiers/templates/partial-item-header.html}}
{{> systems/fvtt-les-heritiers/templates/partial-item-nav.html}}
{{!-- Sheet Body --}}
<section class="sheet-body">
{{> systems/fvtt-les-heritiers/templates/partial-item-description.html}}
<div class="tab details" data-group="primary" data-tab="details">
<ul class="item-list alternate-list">
</ul>
</div>
</section>
</form>