From ad16590c11bd1c95b1b6c65bcfbb51298b0f084b Mon Sep 17 00:00:00 2001 From: tonnesen Date: Mon, 5 Feb 2001 17:24:13 +0000 Subject: [PATCH] Fixed backgroundimage in circulation module. Background image now displays only in header lines. --- circ/circulation.pl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index a1b50f3e72..f979dd38ad 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -9,8 +9,8 @@ use DBI; my %env; my $headerbackgroundcolor='#99cc33'; -#my $circbackgroundcolor='#555555'; my $circbackgroundcolor='#ffffcc'; +my $circbackgroundcolor='white'; my $linecolor1='#bbbbbb'; my $linecolor2='#dddddd'; my $backgroundimage="/images/background-mem.gif"; @@ -169,7 +169,7 @@ EOF sub returns { my %returneditems; print << "EOF"; -
Circulation - Returns
+
Circulation - Returns
EOF foreach ($query->param) { (next) unless (/ri-(\d*)/); @@ -376,9 +376,8 @@ sub issues { } unless ($noheader) { print << "EOF"; -
Circulation - Issues - -
+
Circulation - Issues +
EOF } if (my $borrnumber=$query->param('borrnumber')) { @@ -605,7 +604,7 @@ EOF
- +
Enter Book Barcode
Enter Book Barcode
-- 2.39.2
Item Barcode: