This commit is contained in:
2022-01-16 16:09:32 +01:00
parent 63e7f72753
commit f9d3916f3f
10 changed files with 24 additions and 123 deletions

View File

@ -29,6 +29,12 @@
</select>
</li>
{{/if}}
<li class="flexrow">
<label class="generic-label">Activated ? </label>
<label class="attribute-value checkbox"><input type="checkbox" name="data.activated" {{checked data.activated}}/></label>
</li>
<li class="flexrow"><label class="generic-label">NRG Cost</label>
<input type="text" class="input-numeric-short padd-right" name="data.cost" value="{{data.cost}}" data-dtype="Number"/>
</li>