COrrections, WIP
This commit is contained in:
@@ -27,23 +27,23 @@
|
||||
{{/each}}
|
||||
</select>
|
||||
{{/ifCond}}
|
||||
<label class="cursus attribute-value checkbox">
|
||||
<input type="checkbox" name="system.in_curriculum" {{checked data.system.in_curriculum}} />
|
||||
{{localize 'l5r5e.advancements.curriculum'}}
|
||||
</label>
|
||||
|
||||
{{#ifCond data.system.advancement_type '==' 'mot_invocation'}}
|
||||
<select name="system.invocation_type" id="advancement_invocation_type">
|
||||
{{selectOptions data.invocationTypesList selected=data.system.invocation_type valueAttr='id' labelAttr='label'}}
|
||||
</select>
|
||||
{{/ifCond}}
|
||||
|
||||
<label class="attribute">
|
||||
{{localize 'l5r5e.advancements.spent'}}
|
||||
<input class="select-on-focus" type="number" name="system.xp_used" value="{{data.system.xp_used}}" data-dtype="Number" min="0" placeholder="0"/>
|
||||
</label>
|
||||
<label class="attribute">
|
||||
{{localize 'l5r5e.sheets.rank'}}
|
||||
<input class="select-on-focus" type="number" name="system.rank" value="{{data.system.rank}}" data-dtype="Number" min="0" placeholder="0"/>
|
||||
</label>
|
||||
<label class="attribute">
|
||||
{{localize 'l5r5e.sheets.bought_at_rank'}}
|
||||
<input class="select-on-focus" type="number" name="system.bought_at_rank" value="{{data.system.bought_at_rank}}" data-dtype="Number" min="0" placeholder="0"/>
|
||||
</label>
|
||||
</article>
|
||||
{{> 'systems/l5rx-chiaroscuro/templates/items/item/item-infos.html'}}
|
||||
<article class="tab infos active" data-group="primary" data-tab="infos">
|
||||
<fieldset>
|
||||
<legend class="text-block-header">{{localize 'l5r5e.sheets.description'}}</legend>
|
||||
{{editor data.enrichedHtml.description target="system.description" button=true owner=owner editable=editable engine="prosemirror" collaborate=false}}
|
||||
</fieldset>
|
||||
</article>
|
||||
</section>
|
||||
</form>
|
||||
Reference in New Issue
Block a user