Fix wrong sheets

This commit is contained in:
2025-10-26 14:44:06 +01:00
parent a39d214f1b
commit f5a5c25533
126 changed files with 563 additions and 303 deletions

View File

@@ -1,19 +1,11 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<img class="item-sheet-img" src="{{img}}" data-edit="img" title="{{name}}"/>
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1>
</div>
</header>
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-header.html}} {{>
systems/fvtt-mournblade-cyd2/templates/partial-item-nav.html}} {{!-- Sheet
Body --}}
{{!-- Sheet Body --}}
<section class="sheet-body">
<div class="flexcol">
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-description.html}}
<section class="sheet-body">
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-description.html}}
</div>
</section>
<div class="tab details" data-group="primary" data-tab="details"></div>
</section>
</form>