X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Faqua%2Frenderer.php;h=5f3843b253f665ccd068eacabc1997983e7039a9;hb=50fc96f78cf659a8232f7dd9b45d7eb8bb95beaa;hp=40b7f7ea658c2014d6775b21222184a6aa2bf0bf;hpb=fc24ee893402902fc58632dabb5d7c2594e191d0;p=fa-stable.git diff --git a/themes/aqua/renderer.php b/themes/aqua/renderer.php index 40b7f7ea..5f3843b2 100644 --- a/themes/aqua/renderer.php +++ b/themes/aqua/renderer.php @@ -19,7 +19,7 @@ $img = $category == '' ? 'right.gif' : $category.'.png'; else $img = 'right.gif'; - return "  "; + return "  "; } function wa_header() @@ -36,7 +36,7 @@ { global $path_to_root, $help_base_url, $db_connections; echo "\n"; - echo ""; + echo "\n"; echo "
\n"; echo "\n"; @@ -49,7 +49,6 @@ { $applications = $_SESSION['App']->applications; $local_path_to_root = $path_to_root; - $sel_app = $_SESSION['sel_app']; echo "
"; echo "
"; @@ -57,14 +56,13 @@ { if ($_SESSION["wa_current_user"]->check_application_access($app)) { - $acc = access_string($app->name); - echo "" .$acc[0] . ""; - } + $acc = access_string($app->name); + echo "" .$acc[0] . ""; + } } echo "
"; - echo "
"; // top status bar $img = ""._(  "; @@ -89,17 +87,14 @@ echo "
"; elseif ($title && !$is_index) { - echo "
" + echo "
$title
" ."" ."
$title" .(user_hints() ? "" : '') ."
"; } - - } - function menu_footer($no_menu, $is_index) { global $version, $allow_demo_mode, $app_title, $power_url, @@ -107,7 +102,7 @@ include_once($path_to_root . "/includes/date_functions.inc"); echo "
\n"; // 'main_page' - if ($no_menu == false) // bottom status line + if ($no_menu == false) // bottom status line { if ($is_index) echo "\n"; @@ -118,7 +113,7 @@ $phelp = implode('; ', $Pagehelp); echo "\n"; $Ajax->addUpdate(true, 'hotkeyshelp', $phelp); - echo "'; + echo ""; } echo "
" . Today() . " | " . Now() . "".$phelp.'".$phelp."
\n"; } @@ -127,15 +122,15 @@ { echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; if ($allow_demo_mode==true) { echo "\n"; - //echo "\n"; + //echo "\n"; echo "\n"; } echo "

\n"; @@ -147,7 +142,6 @@ global $path_to_root; $selected_app = $waapp->get_selected_application(); - if (!$_SESSION["wa_current_user"]->check_application_access($selected_app)) return; @@ -214,6 +208,6 @@ echo ""; } echo ""; - } + } } ?> \ No newline at end of file