Built-in Dashboard doesn't work after $hide_inaccessible_menu_items in config.php...
[fa-stable.git] / config.default.php
index 386759e14431a8d7b2a8402d29568c24bef1d4a8..ba6eadcb2642b3aecc4e990dcd31a7214ce5dbc1 100644 (file)
@@ -154,6 +154,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        /* UTF-8 font for Business Graphics. Copy it to /reporting/fonts/ folder. */
        $UTF8_fontfile  = "FreeSans.ttf";
+       //$UTF8_fontfile        = "zarnormal.ttf"; // for Arabic Dashboard
 
 /* 
        Display a dropdown select box for choosing Company to login if false.
@@ -205,3 +206,10 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        If not defined $comp_path/%s/backup/ is used.
 */
 //     $backup_path = dirname(__FILE__).'/company/%s/backup/';
+
+/*
+       Optional popup search enabled if this is true.
+       $max_rows_in_search = 10 is used for maximum rows in search
+*/
+       $use_popup_search = true;
+       $max_rows_in_search = 10;