[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/catalogue detail.tmpl,1.3,1.4 detailprint.tmpl,1.2,1.3

Owen Leonard oleonard at users.sourceforge.net
Tue Nov 16 17:42:34 CET 2004


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

Modified Files:
	detail.tmpl detailprint.tmpl 
Log Message:
More revisions for 2.2

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** detail.tmpl	22 Oct 2004 20:45:19 -0000	1.3
--- detail.tmpl	16 Nov 2004 16:42:31 -0000	1.4
***************
*** 13,17 ****
  	<div class="tabitem"><form action="MARCdetail.pl" method="get">
  <input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" />
! <input type="submit" class="submit" value="View MARC" /></form> <form action="/cgi-bin/koha/moredetail.pl" method="get"><input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->" /><input type="hidden" name="item" value="<!-- TMPL_VAR NAME="itemnumber" -->" /><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="hidden" name="bi" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->" /><input type="submit" class="submit" value="Item Details" /></form><!-- TMPL_IF NAME="norequests" --><!-- TMPL_ELSE --> <form action="request.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR name="biblionumber" -->" name="bib" /> <input type="submit" value="Place Reserve" class="submit" /></form> <form action="acqui.simple/addbiblio.pl"><input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" value="Edit this Record" class="submit" /></form>
  </div>
  	<!-- /TMPL_IF -->
--- 13,17 ----
  	<div class="tabitem"><form action="MARCdetail.pl" method="get">
  <input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" />
! <input type="submit" class="submit" value="View MARC" /></form> <form action="/cgi-bin/koha/moredetail.pl" method="get"><input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->" /><input type="hidden" name="item" value="<!-- TMPL_VAR NAME="itemnumber" -->" /><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="hidden" name="bi" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->" /><input type="submit" class="submit" value="Item Details" /></form> <form action="detailprint.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><input type="submit" class="submit" value="Print" onclick="Dopop('detailprint.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;" /></form><!-- TMPL_IF NAME="norequests" --><!-- TMPL_ELSE --> <form action="request.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR name="biblionumber" -->" name="bib" /> <input type="submit" value="Place Reserve" class="submit" /></form> <form action="acqui.simple/addbiblio.pl"><input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" value="Edit this Record" class="submit" /></form>
  </div>
  	<!-- /TMPL_IF -->
***************
*** 47,51 ****
  		<tr>
  			<td><!-- TMPL_VAR NAME="itemtype" --></td>
! 			<td><!-- TMPL_IF NAME="class" --><!-- <a href="/cgi-bin/koha/search.pl?class=<!-- TMPL_VAR NAME="class" ESCAPE=URL -->"> --><!-- TMPL_VAR NAME="class" --><!-- </a> --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
  			<td><!-- TMPL_VAR NAME="branchname" --></td>
  			<td><!-- TMPL_VAR NAME="datedue" --></td>
--- 47,51 ----
  		<tr>
  			<td><!-- TMPL_VAR NAME="itemtype" --></td>
! 			<td><!-- TMPL_IF NAME="classification" --><!-- <a href="/cgi-bin/koha/search.pl?class=<!-- TMPL_VAR NAME="class" ESCAPE=URL -->"> --><!-- TMPL_VAR NAME="classification" --><!-- </a> --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
  			<td><!-- TMPL_VAR NAME="branchname" --></td>
  			<td><!-- TMPL_VAR NAME="datedue" --></td>
***************
*** 74,98 ****
  </table></div>
  
- <!-- Hide from NPL --><p>
- <table border="1" cellpadding="0" cellspacing="0" align="center" class="results" width="80%">
- 	<tr>
- 		<td class="cell">
- 			<b>HELP</b><br>
- 			<b>Update Biblio for all Items:</b> Click on the <b>Modify</b>
- 			button [left] to amend the biblio.  Any changes you make will update
- 			the record for <b>all</b> the items listed above. <p>
- 			<b>Updating the Biblio for only ONE or SOME Items:</b>
- 			If some of the items listed above need a different biblio, or are on the
- 			wrong biblio, you must use the
- 			<a href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">acquisitions</a>
- 			process to fix this. You will need to "re-order" the items, and delete them
- 			from this biblio.
- 		</td>
- 	</tr>
- </table>
- </center>
- <br clear=all>
- <p /><!-- /Hide from NPL -->
- 
  <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
  <!-- TMPL_IF NAME="abstract -->
--- 74,77 ----

Index: detailprint.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detailprint.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** detailprint.tmpl	13 Apr 2004 16:52:55 -0000	1.2
--- detailprint.tmpl	16 Nov 2004 16:42:31 -0000	1.3
***************
*** 1,4 ****
  <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalog: Print View for <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" --><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="subtitle" --><!-- /TMPL_LOOP --><!-- TMPL_INCLUDE NAME="doc-head-close-print.inc" -->
- <!-- TMPL_INCLUDE NAME="main-top-print.inc" -->
  
  <!-- main site -->
--- 1,3 ----
***************
*** 30,46 ****
  
  <table>
! 	<tr><th>Item Type</th><th>Branch</th><th>Barcode</th></tr>
  	<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
  		<tr>
  			<td><!-- TMPL_VAR NAME="description" --></td>
  			<td><!-- TMPL_VAR NAME="branchname" --><!-- TMPL_IF NAME="bulk" -->, <!-- TMPL_VAR NAME="bulk" --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
  			<td><!-- TMPL_VAR NAME="barcode" --></td>
  		</tr>
  	<!-- /TMPL_LOOP -->
  </table>
! <script language="JavaScript" type="text/javascript">
! 		function docprint() {
! 			window.print();
! 			window.close();
! 		}
! </script>
\ No newline at end of file
--- 29,45 ----
  
  <table>
! 	<tr><th>Item Type</th><th>Call Number</th><th>Location</th><th>Date Due</th><th>Last Seen</th><th>Barcode</th></tr>
  	<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
  		<tr>
  			<td><!-- TMPL_VAR NAME="description" --></td>
+ 			<td><!-- TMPL_VAR NAME="classification" --></td>
  			<td><!-- TMPL_VAR NAME="branchname" --><!-- TMPL_IF NAME="bulk" -->, <!-- TMPL_VAR NAME="bulk" --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
+ 			<td><!-- TMPL_VAR NAME="datedue" --></td>
+ 			<td><!-- TMPL_VAR NAME="datelastseen" --></td>
  			<td><!-- TMPL_VAR NAME="barcode" --></td>
  		</tr>
  	<!-- /TMPL_LOOP -->
  </table>
! 
! </div>
! <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file





More information about the Koha-cvs mailing list