3 lines
225 B
PHP
3 lines
225 B
PHP
<?php echo input_hidden_tag('countries[is_default]', $countries->getIsDefault()) ?>
|
|
<?php echo st_admin_checkbox_tag('countries[is_default]', 1, $countries->getIsDefault(), array('disabled' => $countries->getIsDefault())) ?>
|