From 1500ff92b2dc3d3932c8e06755bec23f9017e8a4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 31 Jan 2016 12:15:26 -0500 Subject: Templates cleanup --- app/Template/currency/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/Template/currency/index.php') diff --git a/app/Template/currency/index.php b/app/Template/currency/index.php index 1c78c47a..07b58a8b 100644 --- a/app/Template/currency/index.php +++ b/app/Template/currency/index.php @@ -29,10 +29,10 @@ form->csrf() ?> form->label(t('Reference currency'), 'application_currency') ?> - form->select('application_currency', $currencies, $config_values, $errors) ?>
+ form->select('application_currency', $currencies, $config_values, $errors) ?>
- +
@@ -43,12 +43,12 @@ form->csrf() ?> form->label(t('Currency'), 'currency') ?> - form->select('currency', $currencies, $values, $errors) ?>
+ form->select('currency', $currencies, $values, $errors) ?> form->label(t('Rate'), 'rate') ?> - form->text('rate', $values, $errors, array(), 'form-numeric') ?>
+ form->text('rate', $values, $errors, array(), 'form-numeric') ?>
- +
-- cgit v1.2.3