summaryrefslogtreecommitdiff
path: root/app/Template/currency/change.php
blob: 59a7ce375247e78a68c2f407cbac1421838d442d (plain)
1
2
3
4
5
6
7
8
9
<div class="page-header">
    <h2><?= t('Change reference currency') ?></h2>
</div>
<form method="post" action="<?= $this->url->href('CurrencyController', 'update') ?>" autocomplete="off">
    <?= $this->form->csrf() ?>
    <?= $this->form->label(t('Reference currency'), 'application_currency') ?>
    <?= $this->form->select('application_currency', $currencies, $values, $errors) ?>
    <?= $this->modal->submitButtons() ?>
</form>