Minor fixes for education
This commit is contained in:
@ -56,7 +56,7 @@
|
||||
{{selectOptions @root.competences selected=comp.compName labelAttr="name" blank=""}}
|
||||
</select>
|
||||
<label class="item-name-label-long">A choisir?</label>
|
||||
<input type="checkbox" name="system.toSelect" {{checked system.toSelect}} />
|
||||
<input type="checkbox" name="system.competences.{{compKey}}.toSelect" {{checked comp.toSelect}} />
|
||||
</li>
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
@ -68,6 +68,12 @@
|
||||
name="system.cagnotteMultiplier" value="{{system.cagnotteMultiplier}}"
|
||||
data-dtype="Number" />
|
||||
</li>
|
||||
<li class="flexrow">
|
||||
<label class="item-name-label-long">Diviseur de cagnotte</label>
|
||||
<input type="text" class="item-field-label-short"
|
||||
name="system.cagnotteDivider" value="{{system.cagnotteDivider}}"
|
||||
data-dtype="Number" />
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if hasQuestionnaire}}
|
||||
|
Reference in New Issue
Block a user