koha-cvs
[Top][All Lists]
Advanced

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

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


From: Waylon Robertson
Subject: [Koha-cvs] CVS: koha/opac opac-search.pl,1.28,1.29
Date: Thu, 02 Jun 2005 21:15:31 -0700

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(" ",@itemtypes)
    }
+ 
    if ($branchesstring ne ''){
      $searchdesc .= ' in branches ';
      $searchdesc .= join(" ",@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,
                                                        );
  




reply via email to

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