first commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<?php echo input_hidden_tag('tax[edit_is_default]', $tax->getIsDefault()) ?>
|
||||
<?php echo st_admin_checkbox_tag('tax[edit_is_default]', 1, $tax->getIsDefault(), array('disabled' => $tax->getIsDefault())) ?>
|
||||
Reference in New Issue
Block a user