[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple mar
From: |
Mike Hansen |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple marcimport.tmpl,1.1,1.2 |
Date: |
Tue, 22 Apr 2003 02:50:01 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
In directory
sc8-pr-cvs1:/tmp/cvs-serv1731/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple
Modified Files:
marcimport.tmpl
Log Message:
Fixed bug #370
Index: marcimport.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/marcimport.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** marcimport.tmpl 15 Oct 2002 10:14:44 -0000 1.1
--- marcimport.tmpl 22 Apr 2003 09:49:58 -0000 1.2
***************
*** 4,8 ****
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
<tr valign="center">
! <td><font size="4">Import into breeding farm</font></td>
</tr>
</table>
--- 4,8 ----
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
<tr valign="center">
! <td><font size="4">Import into the breeding farm</font></td>
</tr>
</table>
***************
*** 19,30 ****
</ul>
<TMPL_ELSE>
! <ul>Select a file to import into breeding farm. It will be parsed, and for
each ISBN found, a new baby will be created in breeding farm.
! If an ISBN already exists in the breeding farm, you can choose wether to
ignore the new one, or overwrite the old one.<br/>
! You can enter a name for this import. It may be useful, when creating a
biblio, to remember where the suggested marc data comes !<br/>
! Of course, if the ISBN already exists in active DB, the biblio will be
ignored.<br/></ul>
<form method="post" action="<TMPL_VAR name="SCRIPT_NAME">"
enctype="multipart/form-data">
<table cellpadding="3" border=0>
<tr valign="top">
! <td>Select the file to import :</td>
<td>
<input type="file" name="uploadmarc"/><br/>
--- 19,32 ----
</ul>
<TMPL_ELSE>
! <ul>
! <li>Select a file to import into the breeding farm. It will be parsed,
and for each ISBN found, a new baby will be created in the breeding farm.</li>
! <li>If an ISBN already exists in the breeding farm, you can choose
whether to ignore the new one or overwrite the old one.</li>
! <li>You can enter a name for this import. It may be useful, when
creating a biblio, to remember where the suggested MARC data comes from!</li>
! <li>Of course, if the ISBN already exists in the active DB, the biblio
will be ignored.</li>
! </ul>
<form method="post" action="<TMPL_VAR name="SCRIPT_NAME">"
enctype="multipart/form-data">
<table cellpadding="3" border=0>
<tr valign="top">
! <td>Select the file to import:</td>
<td>
<input type="file" name="uploadmarc"/><br/>
***************
*** 32,36 ****
</tr>
<tr valign="top">
! <td>Name of this import :</td>
<td>
<input type="text" name="filename"/><br/>
--- 34,38 ----
</tr>
<tr valign="top">
! <td>Name of this import:</td>
<td>
<input type="text" name="filename"/><br/>
***************
*** 38,42 ****
</tr>
<tr valign="top">
! <td>If ISBN already in breeding farm : </td>
<td><input type="radio" name="overwrite_biblio" value="0"
checked>Ignore this one, keep the existing one<br/>
<input type="radio" name="overwrite_biblio"
value="1">Overwrite the existing one with this</td>
--- 40,44 ----
</tr>
<tr valign="top">
! <td>If ISBN already in breeding farm: </td>
<td><input type="radio" name="overwrite_biblio" value="0"
checked>Ignore this one, keep the existing one<br/>
<input type="radio" name="overwrite_biblio"
value="1">Overwrite the existing one with this</td>
***************
*** 44,48 ****
<tr valign="top">
<td> </td>
! <td><input type="submit" value="import"></td>
</tr>
--- 46,50 ----
<tr valign="top">
<td> </td>
! <td><input type="submit" value="Import"></td>
</tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple marcimport.tmpl,1.1,1.2,
Mike Hansen <=