X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Ftags.php;h=d6f46da97d06520ee7fc3c90832a1a8f762a253f;hb=7010ff2972dfbc8be4e577bdeac6b8da7278b691;hp=f87d98d6c69c8c0de417ff1fd005fdc90178c505;hpb=74eabb5769f01203484f13b9736c8a56011b48f4;p=fa-stable.git diff --git a/admin/tags.php b/admin/tags.php index f87d98d6..d6f46da9 100644 --- a/admin/tags.php +++ b/admin/tags.php @@ -124,7 +124,7 @@ if ($Mode == 'RESET') $result = get_tags($_POST['type'], check_value('show_inactive')); start_form(); -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("Tag Name"), _("Tag Description"), "", ""); inactive_control_column($th); table_header($th); @@ -147,7 +147,7 @@ end_table(1); //----------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) // We've selected a tag {