{ $method->exe("tax","view") } { if ($method->result == FALSE) } { $block->display("core:method_error") } {else} {literal} {/literal} {foreach from=$tax item=tax} {if $form_validation} { $block->display("core:alert_fields") } {/if}
{translate module=tax}title_view{/translate}
{translate module=tax} field_country_id {/translate} { $list->menu("", "tax_country_id", "country", "name", $tax.country_id, "form_menu") }
{translate module=tax} field_zone {/translate}
{translate module=tax} field_description {/translate}
{translate module=tax} field_rate {/translate}
{translate module=tax} field_tax_id_collect{/translate} { $list->bool("tax_tax_id_collect", $tax.tax_id_collect, "\" onChange=\"if (this.value==1) document.getElementById('tax_id').style.display='block'; else document.getElementById('tax_id').style.display='none'; \"") }
{translate module=tax} field_tax_id_name{/translate}
{translate module=tax} field_tax_id_req{/translate} { $list->bool("tax_tax_id_req", $tax.tax_id_req, "") }
{translate module=tax} field_tax_id_regex{/translate}
{/foreach} {/if}