first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
<?php
|
||||
echo object_input_tag($tax, $method, array(
|
||||
'size' => 14,
|
||||
'control_name' => $name,
|
||||
'disabled' => $tax->getIsSystemDefault(),
|
||||
));
|
||||
|
||||
if ($tax->getIsSystemDefault())
|
||||
{
|
||||
echo input_hidden_tag($name, $tax->$method());
|
||||
}
|
||||
Reference in New Issue
Block a user