summaryrefslogtreecommitdiff
path: root/bin/jc.pl
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-13 17:16:34 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-13 17:16:34 +0000
commitf2cc5ce11878176e3fe9d2bd723ca483ffebbbfc (patch)
tree099ccad25283ced44792e3385b376bf2852b5e02 /bin/jc.pl
parentef50db090dc34710f475d10f7caf9178761457c8 (diff)
$form->{menubar} is now deprecated, replaced with $form->{lynx} which will be used for all lynx related things
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@212 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/jc.pl')
-rwxr-xr-xbin/jc.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/jc.pl b/bin/jc.pl
index 91d32afb..d80c5557 100755
--- a/bin/jc.pl
+++ b/bin/jc.pl
@@ -298,7 +298,7 @@ sub search {
</form>
|;
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -656,7 +656,7 @@ sub timecard_footer {
for (keys %button) { delete $button{$_} if ! $a{$_} }
for (sort { $button{$a}->{ndx} <=> $button{$b}->{ndx} } keys %button) { $form->print_button(\%button, $_) }
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -866,7 +866,7 @@ sub storescard_footer {
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1525,7 +1525,7 @@ sub list_timecard {
print $item->{code};
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1704,7 +1704,7 @@ sub list_storescard {
print $item->{code};
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}