X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=taxes%2Ftax_groups.php;h=bf888159043376a45cfdcb14c72bec0f5d09707f;hb=6d2aba608e1e75d9f25068c4686853eb14034584;hp=a210ad965747eea460b16da09d2cbc22dc481a69;hpb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;p=fa-stable.git diff --git a/taxes/tax_groups.php b/taxes/tax_groups.php index a210ad96..bf888159 100644 --- a/taxes/tax_groups.php +++ b/taxes/tax_groups.php @@ -141,9 +141,11 @@ if ($Mode == 'RESET') $result = get_all_tax_groups(check_value('show_inactive')); start_form(); + start_table(TABLESTYLE); -$th = array(_("Description"), _("Tax Shipping"), "", ""); +$th = array(_("Description"), _("Shipping Tax"), "", ""); inactive_control_column($th); + table_header($th); $k = 0; @@ -200,11 +202,11 @@ if ($selected_id != -1) hidden('selected_id', $selected_id); } text_row_ex(_("Description:"), 'name', 40); -yesno_list_row(_("Tax Shipping:"), 'tax_shipping', null, "", "", true); +yesno_list_row(_("Tax applied to Shipping:"), 'tax_shipping', null, "", "", true); end_table(); -display_note(_("Select the taxes that are included in this group."), 1); +display_note(_("Select the taxes that are included in this group."), 1, 1); start_table(TABLESTYLE2); //$th = array(_("Tax"), _("Default Rate (%)"), _("Rate (%)"));