3 lines
203 B
PHP
3 lines
203 B
PHP
<?php echo input_hidden_tag('currency[edit_main]', $currency->getMain()) ?>
|
|
<?php echo st_admin_checkbox_tag('currency[edit_main]', 1, $currency->getMain(), array('disabled' => $currency->getMain())) ?>
|