[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en request.tmpl,1.3,1.3.2.1

Owen Leonard oleonard at users.sourceforge.net
Tue Jan 18 22:16:30 CET 2005


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

Modified Files:
      Tag: rel_2_2
	request.tmpl 
Log Message:
Converting popup links to normal links

Index: request.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/request.tmpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** request.tmpl	21 Oct 2004 16:38:35 -0000	1.3
--- request.tmpl	18 Jan 2005 21:16:24 -0000	1.3.2.1
***************
*** 24,32 ****
  			</td></tr>
  
! 		<!-- Hide from NPL --><tr><th>Notes</th><td><input type="text" size="20" name="notes"></tr><!-- /Hide from NPL -->
! 		<tr><th>Date</th><td><!-- TMPL_VAR name="date" --></td></tr>
! 		<tr><th>Pickup</th><td><!-- TMPL_VAR name="CGIbranch" --></td></tr>
! 		<tr><th>Request</th><td><input type="checkbox" name="request" value="any">Next Available, (or choose from list below)</tr>
! 		<tr><th>Card Number <a href="/cgi-bin/koha/member-search.pl" onclick="PopWin(this, 'newwin', 300, 400); return false;">(Quick Search)</a></th><td><input type="text" size="10" name="member" /></td></tr>
  	</table>
  </div>
--- 24,32 ----
  			</td></tr>
  
! 		<!-- Hide from NPL --><tr><th><label for="notes">Notes</label></th><td><input type="text" size="20" name="notes" id="notes"></tr><!-- /Hide from NPL -->
! 		<tr><th><label for="date">Date</label></th><td><!-- TMPL_VAR name="date" --></td></tr>
! 		<tr><th><label for="pickup">Pickup</label></th><td><!-- TMPL_VAR name="CGIbranch" --></td></tr>
! 		<tr><th><label for="request">Request</label></th><td><input type="checkbox" name="request" id="request" value="any">Next Available, (or choose from list below)</tr>
! 		<tr><th><label for="member">Card Number</label> <a href="/cgi-bin/koha/members/members-home.pl?quicksearch=1" onclick="PopWin(this, 'newwin', 300, 400); return false;">(Quick Search)</a></th><td><input type="text" size="10" name="member" id="member" /></td></tr>
  	</table>
  </div>
***************
*** 130,134 ****
  <!-- Hide from NPL --><td>
  				<!-- TMPL_IF Name="wait" -->
! 					<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>
--- 130,134 ----
  <!-- Hide from NPL --><td>
  				<!-- TMPL_IF Name="wait" -->
! 					<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR Name=''biblionumber" --> &amp;type=intra">
  						<!-- TMPL_VAR Name="barcode" -->
  					</a>





More information about the Koha-cvs mailing list