'locale_config_form', 'class' => 'form-horizontal']) ?>
'control-label col-xs-2']) ?>
'number_locale', 'id' => 'number_locale', 'class' => 'form-control input-sm', 'value' => $config['number_locale'] ]) ?> 'save_number_locale', 'value' => $config['number_locale']]) ?>
'control-label col-xs-2']) ?>
'thousands_separator', 'id' => 'thousands_separator', 'value' => 'thousands_separator', 'checked' => $config['thousands_separator'] == 1 ]) ?>
'control-label col-xs-2']) ?>
'currency_symbol', 'id' => 'currency_symbol', 'class' => 'form-control input-sm number_locale', 'value' => $config['currency_symbol'] ]) ?>
'control-label col-xs-2']) ?>
'currency_code', 'id' => 'currency_code', 'class' => 'form-control input-sm number_locale', 'value' => $currency_code ]) ?>
'control-label col-xs-2']) ?>
'0', '1' => '1', '2' => '2' ], $config['currency_decimals'], ['class' => 'form-control input-sm'] ) ?>
'control-label col-xs-2']) ?>
'0', '1' => '1', '2' => '2', '3' => '3', '4' => '4' ], $config['tax_decimals'], ['class' => 'form-control input-sm'] ) ?>
'control-label col-xs-2']) ?>
'0', '1' => '1', '2' => '2', '3' => '3' ], $config['quantity_decimals'], ['class' => 'form-control input-sm'] ) ?>
'control-label col-xs-2']) ?>
'-1', '0' => '0', '1' => '1', '2' => '2' ], $config['cash_decimals'], ['class' => 'form-control input-sm'] ) ?>
'control-label col-xs-2']) ?>
'control-label col-xs-2']) ?>
lang('Sales.cash') . ' / ' . lang('Sales.debit') . ' / ' . lang('Sales.credit'), 'debitcreditcash' => lang('Sales.debit') . ' / ' . lang('Sales.credit') . ' / ' . lang('Sales.cash'), 'debitcashcredit' => lang('Sales.debit') . ' / ' . lang('Sales.cash') . ' / ' . lang('Sales.credit'), 'creditdebitcash' => lang('Sales.credit') . ' / ' . lang('Sales.debit') . ' / ' . lang('Sales.cash'), 'creditcashdebit' => lang('Sales.credit') . ' / ' . lang('Sales.cash') . ' / ' . lang('Sales.debit') ], $config['payment_options_order'], 'class="form-control input-sm"' ) ?>
'control-label col-xs-2']) ?>
'country_codes', 'class' => 'form-control input-sm', 'value' => $config['country_codes'] ]) ?>
'control-label col-xs-2']) ?>
'form-control input-sm'] ) ?>
'control-label col-xs-2']) ?>
'form-control input-sm'] ) ?>
'control-label col-xs-2']) ?>
'form-control input-sm'] ) ?>
'form-control input-sm'] ) ?>
'control-label col-xs-2']) ?>
'date_or_time_format', 'id' => 'date_or_time_format', 'value' => 'date_or_time_format', 'checked' => $config['date_or_time_format'] == 1 ]) ?>
'control-label col-xs-2']) ?>
lang('Config.financial_year_jan'), '2' => lang('Config.financial_year_feb'), '3' => lang('Config.financial_year_mar'), '4' => lang('Config.financial_year_apr'), '5' => lang('Config.financial_year_may'), '6' => lang('Config.financial_year_jun'), '7' => lang('Config.financial_year_jul'), '8' => lang('Config.financial_year_aug'), '9' => lang('Config.financial_year_sep'), '10' => lang('Config.financial_year_oct'), '11' => lang('Config.financial_year_nov'), '12' => lang('Config.financial_year_dec') ], $config['financial_year'], ['class' => 'form-control input-sm'] ) ?>
'submit_locale', 'id' => 'submit_locale', 'value' => lang('Common.submit'), 'class' => 'btn btn-primary btn-sm pull-right' ]) ?>