Fixes from 29th of june

This commit is contained in:
2023-06-30 13:14:40 +02:00
parent 0b0b74754f
commit 270c7c4a91
9 changed files with 62 additions and 35 deletions

View File

@ -1,5 +1,8 @@
<li class="item flexrow list-item list-item-shadow" data-item-id="{{equip._id}}">
<a class="item-edit item-name-img" title="Edit Item"><img class="sheet-competence-img" src="{{equip.img}}" /></a>
<span class="item-field-label-short"><label>{{equip.system.quantity}}</label> </span>
<span class="item-field-label-long3">{{equip.name}}</span>
<span class="item-field-label-long"><label>{{equip.system.displayname}}
@ -18,9 +21,9 @@
<span class="item-field-label-short"><label>{{equip.system.endurance}}</label> </span>
<span class="item-field-label-short"><label>{{equip.system.value}}</label> </span>
<span class="item-field-label-short"><label>{{mul equip.system.quantity equip.system.value}}</label> </span>
<span class="item-field-label-short"><label>{{equip.system.weight}}</label> </span>
<span class="item-field-label-short"><label>{{mul equip.system.quantity equip.system.weight}}</label> </span>
<div class="item-filler">&nbsp;</div>
<div class="item-controls item-controls-fixed">