summaryrefslogtreecommitdiff
path: root/bin/ic.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/ic.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/ic.pl')
-rwxr-xr-xbin/ic.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ic.pl b/bin/ic.pl
index 05828ca2..02befd5a 100755
--- a/bin/ic.pl
+++ b/bin/ic.pl
@@ -774,7 +774,7 @@ sub form_footer {
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1144,7 +1144,7 @@ sub search {
</form>
|;
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1803,7 +1803,7 @@ sub generate_report {
print $item->{code};
}
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -1968,7 +1968,7 @@ sub requirements {
</form>
|;
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -2171,7 +2171,7 @@ sub requirements_report {
$form->hide_form(qw(callback path login sessionid));
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}
@@ -3091,7 +3091,7 @@ sub stock_assembly {
</form>
|;
- if ($form->{menubar}) {
+ if ($form->{lynx}) {
require "bin/menu.pl";
&menubar;
}