[0004735] Search Outstanding Work Orders: voided work orders excluded.
[fa-stable.git] / admin / tags.php
index f87d98d6c69c8c0de417ff1fd005fdc90178c505..3f06c57e97e275fc22c9b20d37401f94c71262ac 100644 (file)
@@ -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();
 
-?>