koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha search.pl,1.6.2.6,1.6.2.7


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha search.pl,1.6.2.6,1.6.2.7
Date: Fri, 28 Jun 2002 14:03:24 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv972

Modified Files:
      Tag: rel-1-2
        search.pl 
Log Message:
Changed search results header "BRANCH" to "LOCATION" so that the "one branch"
method of showing "On Loan" and "Shelf" numbers make sense.


Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.pl,v
retrieving revision 1.6.2.6
retrieving revision 1.6.2.7
diff -C2 -r1.6.2.6 -r1.6.2.7
*** search.pl   28 Jun 2002 17:44:23 -0000      1.6.2.6
--- search.pl   28 Jun 2002 21:03:22 -0000      1.6.2.7
***************
*** 133,139 ****
     print mktablerow(6,$main,'<b>SUBJECT</b>',' &nbsp; ',' &nbsp; ');
    } elsif ($illustrator ne '') {
!    print 
mktablerow(7,$main,'<b>TITLE</b>','<b>AUTHOR</b>','<b>ILLUSTRATOR</b>', 
bold('&copy;'),'<b>COUNT</b>',bold('BRANCH'),'');
    } else {
!    print 
mktablerow(6,$main,'<b>TITLE</b>','<b>AUTHOR</b>',bold('&copy;'),'<b>COUNT</b>',bold('BRANCH'),'');
    }
  }
--- 133,139 ----
     print mktablerow(6,$main,'<b>SUBJECT</b>',' &nbsp; ',' &nbsp; ');
    } elsif ($illustrator ne '') {
!    print 
mktablerow(7,$main,'<b>TITLE</b>','<b>AUTHOR</b>','<b>ILLUSTRATOR</b>', 
bold('&copy;'),'<b>COUNT</b>',bold('LOCATION'),'');
    } else {
!    print 
mktablerow(6,$main,'<b>TITLE</b>','<b>AUTHOR</b>',bold('&copy;'),'<b>COUNT</b>',bold('LOCATION'),'');
    }
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]