X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=3c2e67ebb1181663111ff192dfaf4a4c4cf8f0ac;hb=fea32048f1b2874f75b7f15af5f2d9667163a4d8;hp=b0d8043de0311589a8df059995daebe09940ed64;hpb=5809b1718a226abea33eac6f5e7644626d0a3164;p=fa-stable.git diff --git a/config.default.php b/config.default.php index b0d8043d..3c2e67eb 100644 --- a/config.default.php +++ b/config.default.php @@ -56,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.3 CVS (m4)"; + $version = "2.3 CVS (m6)"; // src-data compatibility check. Do not change. $core_version = "2.3"; @@ -121,10 +121,8 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ /* Default border and spacing for tables */ /* Should be moved to CSS */ - if (!isset($_SESSION['bordercolor'])) - $_SESSION['bordercolor'] = "#8cacbb"; - $table_style = "cellpadding=3 border=1 bordercolor='".$_SESSION['bordercolor']."' class='tablestyle'"; - $table_style2 = "cellpadding=3 border=1 bordercolor='#cccccc' class='tablestyle2'"; + $table_style = "class='tablestyle'"; + $table_style2 = "class='tablestyle2'"; /* Accounts Payable */ /* System check to see if quantity charged on purchase invoices exceeds the quantity received.