From 64b808ddbc840c881257c42c94cc1c801a716099 Mon Sep 17 00:00:00 2001 From: christopherm Date: Sat, 9 Sep 2006 22:44:34 +0000 Subject: applying html fixes provided by David Van Ginneken, fixing a typo in his patch and renaming the id="cont" divs to be unique git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@52 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/mozilla/menu.pl | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'bin') diff --git a/bin/mozilla/menu.pl b/bin/mozilla/menu.pl index 848cf14b..715efcfa 100755 --- a/bin/mozilla/menu.pl +++ b/bin/mozilla/menu.pl @@ -29,10 +29,9 @@ sub display { print qq| - - + + - |; @@ -48,15 +47,12 @@ sub acc_menu { $form->{title} = $locale->text('Accounting Menu'); - $form->header; - - print q| + my $headeradd = q| + |; + $form->header(undef, $headeradd); + print q| - + |; if ($form->{js}) { @@ -163,7 +161,7 @@ sub js_menu { my ($menu, $level) = @_; - print qq|
|; + print qq|
|; # build tiered menus my @menuorder = $menu->access_control(\%myconfig, $level); -- cgit v1.2.3