Browse Source

Correcting terminology: 'reservoir' instead of 'breeding farm'

3.0.x
oleonard 20 years ago
parent
commit
26ea39ad05
  1. 2
      koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl
  2. 2
      koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl
  3. 8
      koha-tmpl/intranet-tmpl/default/en/acqui.simple/marcimport.tmpl

2
koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl

@ -34,7 +34,7 @@
<div id="bloc25">
<h2 class="catalogue">Hint</h2>
<p>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/>
If the ISBN or title is found in the reservoir, it will be retrieved and a biblio will be added.<br/>
Otherwise, a biblio can be added from scratch.</p>
</div>
</div>

2
koha-tmpl/intranet-tmpl/default/en/acqui.simple/isbnsearch.tmpl

@ -60,7 +60,7 @@
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/placeholder.gif" border="0">
<!-- /TMPL_IF -->
</p>
<h2 class="catalogue">Biblios in breeding farm</h2>
<h2 class="catalogue">Biblios in reservoir</h2>
<!-- TMPL_IF name="breeding_loop" -->
<table>
<tr>

8
koha-tmpl/intranet-tmpl/default/en/acqui.simple/marcimport.tmpl

@ -3,7 +3,7 @@
<table bgcolor="#ffcc00" width="80%" cellpadding="3">
<tr valign="center">
<td><font size="4">Import into the breeding farm</font></td>
<td><font size="4">Import into the reservoir</font></td>
</tr>
</table>
@ -19,8 +19,8 @@
</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>Select a file to import into the reservoir. It will be parsed, and for each ISBN found, a new baby will be created in the reservoir.</li>
<li>If an ISBN already exists in the reservoir, 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>
@ -45,7 +45,7 @@
</td>
</tr>
<tr valign="top">
<td>If ISBN already in breeding farm: </td>
<td>If ISBN is already in the reservoir: </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>
</tr>

Loading…
Cancel
Save