tweaks on number inputs

This commit is contained in:
Vlyan
2020-12-20 16:05:59 +01:00
parent d087ec5080
commit e1105b6293
20 changed files with 170 additions and 73 deletions

View File

@@ -1,10 +1,10 @@
<fieldset class="weapons-content">
<legend class="section-header">{{ localize 'l5r5e.property' }}</legend>
<!--<fieldset class="properties-content">-->
<!-- <legend class="section-header">{{ localize 'l5r5e.properties' }}</legend>-->
<ul class="item-list">
{{#each actor.items as |item id|}}
{{#ifCond item.type '==' 'property'}}
{{#each properties as |item id|}}
<!-- {{#ifCond item.type '==' 'property'}}-->
{{> 'systems/l5r5e/templates/items/property/property-entry.html' item=item id=id }}
{{/ifCond}}
<!-- {{/ifCond}}-->
{{/each}}
</ul>
</fieldset>
<!--</fieldset>-->