Changed Journal Inquiries so it shows the Bank Deposit/Payment amount instead of...
[fa-stable.git] / admin / display_prefs.php
index 2581b2590e3ebf38c2d26d11482e09e18433532a..1de931ebac1f3f0ff3d49389611b7ba045ce9be0 100644 (file)
@@ -13,7 +13,7 @@ $page_security = 'SA_SETUPDISPLAY';
 $path_to_root="..";
 include($path_to_root . "/includes/session.inc");
 
-page(_("Display Setup"));
+page(_($help_context = "Display Setup"));
 
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");
@@ -50,6 +50,9 @@ if (isset($_POST['setprefs']))
 
                flush_dir($comp_path.'/'.user_company().'/js_cache');   
 
+               if ($chg_theme)
+                       $_SESSION['bordercolor'] = "#8cacbb";
+
                if ($chg_theme || $chg_lang)
                        meta_forward($_SERVER['PHP_SELF']);