Properties from pack
Editable functionalities (hide icons) Merge of edit/add/delete items hooks
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<fieldset class="weapons-content">
|
||||
<legend class="section-header">{{ localize 'l5r5e.weapons.title' }}</legend>
|
||||
<legend class="section-header">
|
||||
{{ localize 'l5r5e.weapons.title' }}
|
||||
{{#if editable}}
|
||||
<a data-item-type="weapon" class="weapon-control item-add" title="{{ localize 'l5r5e.global.add'}}"><i class="fas fa-plus"></i></a>
|
||||
{{/if}}
|
||||
</legend>
|
||||
<ul class="item-list">
|
||||
{{#each actor.items as |item id|}}
|
||||
{{#ifCond item.type '==' 'weapon'}}
|
||||
|
||||
Reference in New Issue
Block a user