Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / admin / view_print_transaction.php
index 65bc42d4a69aaa57f150efcd297847d9c1b2cb26..5a6d5738b8a29578da2f5e8db4d1b4478e1c9e51 100644 (file)
@@ -47,7 +47,7 @@ function viewing_controls()
 {
        display_note(_("Only documents can be printed."));
 
-    start_table("class='tablestyle_noborder'");
+    start_table(TABLESTYLE_NOBORDER);
        start_row();
 
        systypes_list_cells(_("Type:"), 'filterType', null, true);
@@ -91,7 +91,6 @@ function check_valid_entries()
 
 function handle_search()
 {
-       global $table_style;
        if (check_valid_entries()==true)
        {
                $trans_ref = false;