Fix wrong sheets
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<ul class="item-list alternate-list">
|
||||
|
||||
<li class="item flexrow ">
|
||||
<h4 class="item-name-label competence-name item-field-label-short">Loi</h4>
|
||||
<h4 class="item-name-label competence-name item-field-label-short" {{#if (gt system.balance.loi system.balance.chaos)}}style="color: red;"{{/if}}>Loi</h4>
|
||||
<label class="item-name-label competence-name item-field-label-short">Niveau</label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common item-field-label-short"
|
||||
name="system.balance.loi" value="{{system.balance.loi}}" data-dtype="Number" />
|
||||
@@ -25,7 +25,7 @@
|
||||
</li>
|
||||
|
||||
<li class="item flexrow ">
|
||||
<h4 class="item-name-label competence-name item-field-label-short">Chaos</h4>
|
||||
<h4 class="item-name-label competence-name item-field-label-short" {{#if (gt system.balance.chaos system.balance.loi)}}style="color: red;"{{/if}}>Chaos</h4>
|
||||
<label class="item-name-label competence-name item-field-label-short">Niveau</label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common item-field-label-short"
|
||||
name="system.balance.chaos" value="{{system.balance.chaos}}" data-dtype="Number" />
|
||||
|
||||
Reference in New Issue
Block a user