From: Sven Schöling Date: Thu, 25 Jan 2007 16:10:58 +0000 (+0000) Subject: Uhr wieer aktiviert und javascript aufgeraeumt X-Git-Tag: release-2.4.2~258 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c539651d1de28cd51455867a0699ef14f5d18292;p=kivitendo-erp.git Uhr wieer aktiviert und javascript aufgeraeumt --- diff --git a/bin/mozilla/menuv3.pl b/bin/mozilla/menuv3.pl index 807db3597..ac8fe7b5c 100644 --- a/bin/mozilla/menuv3.pl +++ b/bin/mozilla/menuv3.pl @@ -105,62 +105,22 @@ sub clock_line { print qq| - - - - + + + +
  [drucken]| - . $login . $datum . qq|   -
  [drucken] + $login $datum   +
|; } @@ -231,18 +191,18 @@ sub print_menu { if ($menu_item->{"submenu"} || !defined($menu_item->{"module"}) || ($menu_item->{"module"} eq "menu.pl")) { - my $h = print_menu($menu, "${parent}${item}", $depth * 1 + 1); + my $h = print_menu($menu, "${parent}${item}", $depth * 1 + 1)."\n"; if (!$parent) { - $html .= qq||; + $html .= qq|\n|; } else { - $html .= qq|
  • ${menu_text}
  • |; + $html .= qq|
  • ${menu_text}
  • \n|; } } else { $html .= qq|
  • |; $html .= $menu->menuitem_v3(\%myconfig, $form, "${parent}$item", { "title" => $menu_title, "target" => $target }); - $html .= qq|${menu_text}
  • |; + $html .= qq|${menu_text}\n|; } }