23 lines
986 B
Handlebars
23 lines
986 B
Handlebars
<section class="{{cssClass}}" autocomplete="off">
|
|
|
|
{{> systems/fvtt-mournblade/templates/partial-item-header.hbs this}}
|
|
|
|
{{> systems/fvtt-mournblade/templates/partial-item-nav.hbs this}}
|
|
|
|
{{> systems/fvtt-mournblade/templates/partial-item-description.hbs this}}
|
|
|
|
<div class="tab details" data-group="primary" data-tab="details">
|
|
<ul class="item-list alternate-list">
|
|
<li class="flexrow item">
|
|
<label class="generic-label item-field-label-long">{{localize "MNBL.quantity"}} : </label>
|
|
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.quantite" value="{{system.quantite}}" data-dtype="Number" />
|
|
</li>
|
|
<li class="flexrow item">
|
|
<label class="generic-label item-field-label-long">{{localize "MNBL.unit"}} : </label>
|
|
<input type="text" class="padd-right item-field-label-long1" name="system.unite" value="{{system.unite}}" data-dtype="String" />
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</section>
|