mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 23:26:28 +01:00
use enabled toggle to use localized initial label values.
This commit is contained in:
parent
32c224c472
commit
27ac324694
6 changed files with 33 additions and 14 deletions
|
|
@ -1,10 +1,12 @@
|
|||
|
||||
{{log this}}
|
||||
<fieldset class="left-main-container" style="padding-top: 0; margin-top: 8px;">
|
||||
<legend class="legend" style="line-height: 2px;">{{localize "DAGGERHEART.Sheets.PC.Gold.Title"}}</legend>
|
||||
<legend class="legend" style="line-height: 2px;">{{localize this.inventory.currency.title}}</legend>
|
||||
|
||||
<div class="gold-section">
|
||||
<fieldset class="gold-fieldset">
|
||||
<legend>
|
||||
{{localize "DAGGERHEART.Sheets.PC.Gold.Coins"}}
|
||||
{{localize this.inventory.currency.coins}}
|
||||
</legend>
|
||||
<div class="gold-column">
|
||||
<div class="gold-row">
|
||||
|
|
@ -27,7 +29,7 @@
|
|||
</fieldset>
|
||||
<fieldset class="gold-fieldset">
|
||||
<legend>
|
||||
{{localize "DAGGERHEART.Sheets.PC.Gold.Handfulls"}}
|
||||
{{localize this.inventory.currency.handfulls}}
|
||||
</legend>
|
||||
<div class="gold-column">
|
||||
<div class="gold-row">
|
||||
|
|
@ -50,7 +52,7 @@
|
|||
</fieldset>
|
||||
<fieldset class="gold-fieldset">
|
||||
<legend>
|
||||
{{localize "DAGGERHEART.Sheets.PC.Gold.Bags"}}
|
||||
{{localize this.inventory.currency.bags}}
|
||||
</legend>
|
||||
<div class="gold-column">
|
||||
<div class="gold-row">
|
||||
|
|
@ -76,7 +78,7 @@
|
|||
</fieldset>
|
||||
<fieldset class="gold-fieldset" style="min-width: 56px;">
|
||||
<legend>
|
||||
{{localize "DAGGERHEART.Sheets.PC.Gold.Chests"}}
|
||||
{{localize this.inventory.currency.chests}}
|
||||
</legend>
|
||||
|
||||
<div class="gold-column">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue