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

Steve Tonnesen tonnesen at users.sourceforge.net
Fri Jun 28 23:03:24 CEST 2002


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'),'');
    }
  }





More information about the Koha-cvs mailing list