[Koha-cvs] CVS: koha/opac opac-search.pl,1.28,1.29

Waylon Robertson genjimoto at users.sourceforge.net
Fri Jun 3 06:15:31 CEST 2005


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18197

Modified Files:
	opac-search.pl 
Log Message:
Added avail into the template parameters

Index: opac-search.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-search.pl,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** opac-search.pl	3 Jun 2005 03:51:26 -0000	1.28
--- opac-search.pl	3 Jun 2005 04:15:29 -0000	1.29
***************
*** 88,95 ****
--- 88,99 ----
      $searchdesc .= join(" ", at itemtypes)
    }
+ 
    if ($branchesstring ne ''){
      $searchdesc .= ' in branches ';
      $searchdesc .= join(" ", at branches)
    }
+   if ($avail ne ''){
+     $searchdesc .= '. Only available items shown.'
+   }
  	$resultsperpage= $query->param('resultsperpage');
  	$resultsperpage = 19 if(!defined $resultsperpage);
***************
*** 353,356 ****
--- 357,361 ----
                mediatypelist => $mediatypelist,
                itemtypesstring => $itemtypesstring,
+               avail => $avail,
  							);
  





More information about the Koha-cvs mailing list