Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / includes / ui / allocation_cart.inc
index bd84f5cc7533b738238d3d1d8694b7beddfb770d..be0ebc5817550c8e8dfcd1287c91a94e11aa37d6 100644 (file)
@@ -249,13 +249,13 @@ class allocation_item
 
 function show_allocatable($show_totals) {
 
-       global $table_style, $systypes_array;
+       global $systypes_array;
        
     $k = $counter = $total_allocated = 0;
 
        if (count($_SESSION['alloc']->allocs)) 
        {
-               start_table("$table_style width=60%");
+               start_table(TABLESTYLE, "width=60%");
                $th = array(_("Transaction Type"), _("#"), _("Date"), _("Due Date"), _("Amount"),
                        _("Other Allocations"), _("This Allocation"), _("Left to Allocate"),'','');
                table_header($th);