[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/circ branchtransfers.tmpl,1.2,1.3

Owen Leonard oleonard at users.sourceforge.net
Fri Jan 14 22:17:37 CET 2005


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

Modified Files:
	branchtransfers.tmpl 
Log Message:
Converting popup links to normal links

Index: branchtransfers.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/branchtransfers.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** branchtransfers.tmpl	13 Apr 2004 16:53:45 -0000	1.2
--- branchtransfers.tmpl	14 Jan 2005 21:17:33 -0000	1.3
***************
*** 12,18 ****
  	<div class="form">
  		<table>
! 		<caption><!-- TMPL_IF Name="reserved" -->Reserve found for <!-- TMPL_VAR Name="name" --> (<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow(this,'Member', 480, 640)"><!-- TMPL_VAR Name="borcnum" --></a>).<!-- /TMPL_IF -->
  		<!-- TMPL_IF Name="waiting" -->
!     Item is marked waiting at <!-- TMPL_VAR Name="branchname" --> for <!-- TMPL_VAR Name="name" --> (<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->" onclick="openWindow(this,'Member', 480, 640)"><!-- TMPL_VAR Name="borcnum" --></a>).<!-- /TMPL_IF --></caption>
  		<tr><th>
  			<!-- TMPL_IF Name="reserved" -->Set reserve to waiting and transfer book to <b><!-- TMPL_VAR Name="branchname" --> </b>: <!-- /TMPL_IF -->
--- 12,18 ----
  	<div class="form">
  		<table>
! 		<caption><!-- TMPL_IF Name="reserved" -->Reserve found for <!-- TMPL_VAR Name="name" --> (<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->"><!-- TMPL_VAR Name="borcnum" --></a>).<!-- /TMPL_IF -->
  		<!-- TMPL_IF Name="waiting" -->
!     Item is marked waiting at <!-- TMPL_VAR Name="branchname" --> for <!-- TMPL_VAR Name="name" --> (<a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->"><!-- TMPL_VAR Name="borcnum" --></a>).<!-- /TMPL_IF --></caption>
  		<tr><th>
  			<!-- TMPL_IF Name="reserved" -->Set reserve to waiting and transfer book to <b><!-- TMPL_VAR Name="branchname" --> </b>: <!-- /TMPL_IF -->
***************
*** 94,99 ****
  		<!-- /TMPL_IF -->
  		<!-- TMPL_IF Name="errwasreturned" -->
! 			Item was on loan to <a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->"
! onClick="openWindow(this,'Member', 480, 640)"><!-- TMPL_VAR Name="borcnum" --></a>
  <!-- TMPL_VAR Name="name" --> and has been returned.
  		<!-- /TMPL_IF -->
--- 94,98 ----
  		<!-- /TMPL_IF -->
  		<!-- TMPL_IF Name="errwasreturned" -->
! 			Item was on loan to <a href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR Name="bornum" -->"><!-- TMPL_VAR Name="borcnum" --></a>
  <!-- TMPL_VAR Name="name" --> and has been returned.
  		<!-- /TMPL_IF -->
***************
*** 126,130 ****
  		<!-- TMPL_LOOP Name="trsfitemloop" -->
  			<tr><td>
! 			<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="biblionumber" -->&amp;type=intra" onclick="openWindow(this, 'Item', 480, 640)"><!-- TMPL_VAR Name="barcode" --></a></td>
  			<td><!-- TMPL_VAR Name="title" --></td>
  			<td><!-- TMPL_VAR Name="author" --></td>
--- 125,129 ----
  		<!-- TMPL_LOOP Name="trsfitemloop" -->
  			<tr><td>
! 			<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name="biblionumber" -->&amp;type=intra"><!-- TMPL_VAR Name="barcode" --></a></td>
  			<td><!-- TMPL_VAR Name="title" --></td>
  			<td><!-- TMPL_VAR Name="author" --></td>





More information about the Koha-cvs mailing list