[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-searchresults.tmpl,1.1.2.1,1.1.2.2

Owen Leonard oleonard at users.sourceforge.net
Tue Feb 15 17:34:22 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16014/koha-tmpl/opac-tmpl/npl/en

Modified Files:
      Tag: rel_2_2
	opac-searchresults.tmpl 
Log Message:
Fixing location column output for 2.2

Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-searchresults.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-searchresults.tmpl	25 Jan 2005 21:29:00 -0000	1.1.2.1
--- opac-searchresults.tmpl	15 Feb 2005 16:34:20 -0000	1.1.2.2
***************
*** 60,73 ****
  					<td><a href="/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search"><!-- TMPL_VAR NAME="author" --></a></td>
  <td><!-- TMPL_VAR NAME="classification" --></td>
! 				<td>
! 					<!-- TMPL_VAR name="totitem" -->
! 				</td>
! 				<td><!-- TMPL_VAR name="locationstring" -->
! 				<!-- 	<!-- TMPL_LOOP name="CN" -->
! 						<!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR name="itemcallnumber" -->)<!-- /TMPL_IF -->
! 					<!-- /TMPL_LOOP --> -->
! 				</td>
! 			</tr>
! 		<!-- /TMPL_LOOP -->
  	</table>
  </form>
--- 60,65 ----
  					<td><a href="/cgi-bin/koha/opac-search.pl?marclist=biblio.author&amp;and_or=and&amp;excluding=&amp;operator=contains&amp;value=<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->&amp;resultsperpage=20&amp;orderby=biblio.title&amp;op=do_search"><!-- TMPL_VAR NAME="author" --></a></td>
  <td><!-- TMPL_VAR NAME="classification" --></td>
! 				<td><!-- TMPL_VAR name="totitem" -->
! 				</td><td><!-- TMPL_LOOP name="CN" --><!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_VAR name="location" -->	<!-- TMPL_IF name="date_due" -->	<i>(On Loan until <!-- TMPL_VAR name="date_due" -->)</i><!-- TMPL_ELSE --><!-- TMPL_IF name="itemcallnumber" --> (<!-- TMPL_VAR name="itemcallnumber" -->)<!-- /TMPL_IF --><!-- /TMPL_IF --><br /><!-- /TMPL_LOOP --></td></tr><!-- /TMPL_LOOP -->
  	</table>
  </form>





More information about the Koha-cvs mailing list