Migration datamodels !
This commit is contained in:
27
templates/item-don-sheet.hbs
Normal file
27
templates/item-don-sheet.hbs
Normal file
@@ -0,0 +1,27 @@
|
||||
<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.allegiance"}} : </label>
|
||||
<select class="item-field-label-long1" type="text" name="system.allegeance" value="{{system.allegeance}}" data-dtype="string" >
|
||||
{{selectOptions config.allegeanceOptions selected=system.allegeance}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long">{{localize "MNBL.prerequisites"}} : </label>
|
||||
<input type="text" class="item-field-label-long1" name="system.prerequis" value="{{system.prerequis}}" data-dtype="String" />
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<label class="generic-label">{{localize "MNBL.sacrifice"}}</label>
|
||||
{{formInput systemFields.sacrifice enriched=enrichedSacrifice value=system.sacrifice name="system.sacrifice" toggled=true}}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
Reference in New Issue
Block a user