Files
l5rx-chiaroscuro/system/templates/actors/character/twenty-questions-item.html
Vlyan 2074caa125 Some checks on 20Q
Fix a bug with babele on drop a compendium in 20q
2020-12-30 16:12:45 +01:00

12 lines
555 B
HTML

<fieldset data-step="{{stepName}}" class="tq-drag-n-drop">
<ul class="item-list">
{{#each itemsList as |item id|}}
{{> 'systems/l5r5e/templates/items/property/property-entry.html' item=item id=id editable=../options.editable }}
{{/each}}
</ul>
</fieldset>
{{#ifCond itemsList.length '<' hideDndAt}}
<fieldset class="{{itemType}} dropbox" data-step="{{stepName}}">
<legend class="section-header"><i class="fa fa-arrow-down" aria-hidden="true"></i> {{ localize 'l5r5e.global.drop_here' }}</legend>
</fieldset>
{{/ifCond}}