[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple addbooks.tmpl,1.5,1.6

Mike Hansen wolfpac444 at users.sourceforge.net
Tue Apr 22 11:45:16 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory sc8-pr-cvs1:/tmp/cvs-serv31929/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple

Modified Files:
	addbooks.tmpl 
Log Message:
Fixed bug #369


Index: addbooks.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** addbooks.tmpl	18 Mar 2003 15:20:49 -0000	1.5
--- addbooks.tmpl	22 Apr 2003 09:45:12 -0000	1.6
***************
*** 24,29 ****
  			<td width="20%"><input type="text" name="isbn" /></td>
  			<td width="10%" rowspan=2 valign="middle"><input type="submit" value="Go" /></td>
! 			<td rowspan=2>If the ISBN is found into the biblio table, it will be retrieved and can be modified.<br/>
! 					If the ISBN is found into the breeding farm, it will be retrieved. and a biblio added.<br/>
  					Otherwise, a biblio can be added from scratch.</td>
  		</tr>
--- 24,29 ----
  			<td width="20%"><input type="text" name="isbn" /></td>
  			<td width="10%" rowspan=2 valign="middle"><input type="submit" value="Go" /></td>
! 			<td rowspan=2>If the ISBN or title is found in the biblio table, it will be retrieved and can be modified.<br/>
! 					If the ISBN or title is found in the breeding farm, it will be retrieved and a biblio will be added.<br/>
  					Otherwise, a biblio can be added from scratch.</td>
  		</tr>
***************
*** 48,66 ****
  		<td width="20%"><li><a href=marcimport.pl>Upload MARC records</a></li></td>
  		<td width="10%">&nbsp;</td>
! 		<td>The breeding farm is a table where are stored imported MARC records.<br/>
! 			A MARC record is stored in the breeding farm as long as you've no item. When you type the ISBN of a biblio, it's searched in the breeding farm.
! 			If found, the biblio is added to koha active table, and removed from breeding farm.
  		</td>
  
  
  <table bgcolor="#ffcc00" width="80%" cellpadding"5">
  	<tr>
! 		<td><font size="4">Tools for importing MARC from a z3950 server</font></td>
  	</tr>
  </table>
  <table cellpadding="3" border=0 width="100%">
  	<tr valign="top">
  		<td width="5%">&nbsp;</td>
! 		<td width="20%"><li><a href=marcimport.pl?menu=z3950>Z39.50 Search Tool</a></li></td>
  		<td width="10%">&nbsp;</td>
  		<td>does not work</td>
--- 48,69 ----
  		<td width="20%"><li><a href=marcimport.pl>Upload MARC records</a></li></td>
  		<td width="10%">&nbsp;</td>
! 		<td>The breeding farm is a table where imported MARC records are stored.<br/>
! 			A MARC record is stored in the breeding farm as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the breeding farm.
! 			If it is found, the biblio is added to Koha active table and removed from the breeding farm. <br/>
  		</td>
+ 	</tr>
+ </table>
  
  
  <table bgcolor="#ffcc00" width="80%" cellpadding"5">
  	<tr>
! 		<td><font size="4">Tools for importing a MARC record from a z39.50 server</font></td>
  	</tr>
  </table>
+ 
  <table cellpadding="3" border=0 width="100%">
  	<tr valign="top">
  		<td width="5%">&nbsp;</td>
! 		<td width="20%"><li><a href=marcimport.pl?menu=z3950>z39.50 Search Tool</a></li></td>
  		<td width="10%">&nbsp;</td>
  		<td>does not work</td>





More information about the Koha-cvs mailing list