X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Ftags.php;h=3f06c57e97e275fc22c9b20d37401f94c71262ac;hb=3977695ae8f6c065a6eaa12d18812623e0e17181;hp=f87d98d6c69c8c0de417ff1fd005fdc90178c505;hpb=fbdfe3f3da62ecf86e3ad978b89efbb6c317a47a;p=fa-stable.git diff --git a/admin/tags.php b/admin/tags.php index f87d98d6..3f06c57e 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 { @@ -176,4 +176,3 @@ end_form(); end_page(); -?>