FinanceBuddy v1.3.0 — per-board currency shipped. All clean (php -l, ASCII, README + TODO synced)
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
<p class="form-help">
|
||||
<?= t('When enabled, cards on this board can carry a money value (debit or credit, with optional installments), shown on the card and totalled per column. Boards left disabled are unaffected.') ?>
|
||||
</p>
|
||||
|
||||
<?= $this->form->label(t('Currency symbol'), 'financebuddy_currency') ?>
|
||||
<?= $this->form->text('financebuddy_currency', $values, array(), array('maxlength="4"', 'placeholder="R$"')) ?>
|
||||
<p class="form-help">
|
||||
<?= t('Shown before every amount on this board (up to 4 characters). Leave empty for the default R$.') ?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="form-actions">
|
||||
|
||||
Reference in New Issue
Block a user