25 lines
730 B
Handlebars
25 lines
730 B
Handlebars
<section class="{{cssClass}}" autocomplete="off">
|
|
|
|
{{> systems/fvtt-malefices/templates/items/partial-item-header.hbs this}}
|
|
|
|
{{> systems/fvtt-malefices/templates/items/partial-item-nav.hbs this}}
|
|
|
|
<section class="sheet-body">
|
|
|
|
{{> systems/fvtt-malefices/templates/items/partial-item-description.hbs this}}
|
|
|
|
<div class="tab details" data-group="primary" data-tab="details">
|
|
<div class="item-details">
|
|
<ul>
|
|
<li class="flexrow">
|
|
<label class="item-field-label-long">Seuil de Fluide</label>
|
|
<input type="number" class="item-field-label-short" name="system.seuil" value="{{system.seuil}}" />
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|