summaryrefslogtreecommitdiff
path: root/LedgerSMB
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 14:01:33 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 14:01:33 +0000
commitf93ac00507c60e11a511970c173f31ee0fa99059 (patch)
tree7721fc4af40d69dfeacbacc3cc63fb45b4cfe9ed /LedgerSMB
parent2914ad18d8a323649aab127020dd0e290a5ead20 (diff)
UI fix: menu items are now clickable as expected
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@9 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-xLedgerSMB/Menu.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Menu.pm b/LedgerSMB/Menu.pm
index 417f6cba..723149fd 100755
--- a/LedgerSMB/Menu.pm
+++ b/LedgerSMB/Menu.pm
@@ -27,7 +27,7 @@ sub menuitem {
my $target = ($self->{$item}{target}) ? $self->{$item}{target} : "";
my $level = $form->escape($item);
- my $str = qq|<a href="$module?path=$form->{path}&action=$action&level=$level&login=$form->{login}&timeout=$form->{timeout}&sessionid=$form->{sessionid}&js=$form->{js}|;
+ my $str = qq|<a style="display:block;" href="$module?path=$form->{path}&action=$action&level=$level&login=$form->{login}&timeout=$form->{timeout}&sessionid=$form->{sessionid}&js=$form->{js}|;
my @vars = qw(module action target href);