summaryrefslogtreecommitdiff
path: root/bin/pe.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/pe.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/pe.pl')
-rwxr-xr-xbin/pe.pl24
1 files changed, 12 insertions, 12 deletions
diff --git a/bin/pe.pl b/bin/pe.pl
index 8fdc4aae..67222607 100755
--- a/bin/pe.pl
+++ b/bin/pe.pl
@@ -398,7 +398,7 @@ sub job_footer {
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;
}
@@ -745,7 +745,7 @@ sub search {
</form>
|;
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -953,7 +953,7 @@ sub list_projects {
print $item->{code};
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1065,7 +1065,7 @@ sub project_footer {
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;
}
@@ -1284,7 +1284,7 @@ sub partsgroup_report {
print $item->{code};
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1360,7 +1360,7 @@ sub partsgroup_footer {
}
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1480,7 +1480,7 @@ sub pricegroup_report {
print $item->{code};
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1554,7 +1554,7 @@ sub pricegroup_footer {
}
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1763,7 +1763,7 @@ sub list_translations {
$form->hide_form(qw(path login sessionid));
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1899,7 +1899,7 @@ sub translation_footer {
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;
}
@@ -2223,7 +2223,7 @@ sub project_sales_order {
</form>
|;
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -2406,7 +2406,7 @@ sub jcitems {
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}