X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Frenderer.php;h=e632284fc373235d17bc6c4f20116b10c29b2161;hb=f564511bdad01d163c41aa4ec7cc80cc136fa262;hp=16c6dd655b91c0bfb57e1fcd36bdba1529884967;hpb=17b390efcf904072b02ec866b2a427490471a260;p=fa-stable.git diff --git a/themes/default/renderer.php b/themes/default/renderer.php index 16c6dd65..e632284f 100644 --- a/themes/default/renderer.php +++ b/themes/default/renderer.php @@ -45,6 +45,8 @@ echo "\n"; echo "\n"; echo "
\n"; // tabs + + $indicator = "$path_to_root/themes/".user_theme(). "/images/ajax-loader.gif"; if (!$no_menu) { $applications = $_SESSION['App']->applications; @@ -69,7 +71,6 @@ $himg = ""._(  "; echo ""; echo ""; - $indicator = "$path_to_root/themes/".user_theme(). "/images/ajax-loader.gif"; echo ""; echo "
" . $db_connections[user_company()]["name"] . " | " . $_SERVER['SERVER_NAME'] . " | " . $_SESSION["wa_current_user"]->name . "" . _("Preferences") . "   \n"; echo " " . _("Change password") . "   \n"; @@ -83,9 +84,13 @@ echo "
"; } echo "
"; + if ($no_menu) - echo "
"; - elseif ($title && !$is_index) + { // ajax indicator for installer and popups + echo "
" + ."" + ."
"; + } elseif ($title && !$is_index) { echo "
" ."\n"; echo "\n"; - if ($allow_demo_mode==true) + if ($SysPrefs->allow_demo_mode) { echo "\n"; //echo "\n";
$title" @@ -129,7 +134,7 @@ echo "

SourceForge.net Logo