Files
fvtt-les-heritiers/templates/item-contact-sheet.hbs

23 lines
769 B
Handlebars

<section class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-les-heritiers/templates/partial-item-header.hbs this}}
{{> systems/fvtt-les-heritiers/templates/partial-item-nav.hbs this}}
{{> systems/fvtt-les-heritiers/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">Type : </label>
<select class="item-field-label-long" type="text" name="system.contacttype" value="{{system.contacttype}}" data-dtype="String">
{{selectOptions config.typeContact selected=system.contacttype}}
</select>
</li>
</ul>
</div>
</section>