Rework capacite+pouvoir
This commit is contained in:
@@ -124,6 +124,20 @@
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long2">Virulence (ie Poison) ? </label>
|
||||
<input type="checkbox" class="padd-right status-small-label color-class-common item-field-label-short"
|
||||
name="system.isvirulence" {{checked system.isvirulence}}/>
|
||||
</li>
|
||||
|
||||
{{#if system.isvirulence}}
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-long2">Virulence </label>
|
||||
<input type="text" class="padd-right status-small-label color-class-common item-field-label-long3"
|
||||
name="system.virulence" value="{{system.virulence}}" data-dtype="String" />
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user