Bug 12238: (follow-up) tweak descriptions of the ID list
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
e3e38d6902
commit
96b60b5140
2 changed files with 5 additions and 5 deletions
|
@ -101,7 +101,7 @@ $(document).ready(function() {
|
||||||
Use a file
|
Use a file
|
||||||
</legend>
|
</legend>
|
||||||
<ol>
|
<ol>
|
||||||
<li>File containing a biblionumber's list with one biblionumber per line. This list works as a filter: it's compatible with other parameters.</li>
|
<li>File containing a list of biblio numbers with one biblio number per line. This list works as a filter: it is compatible with other parameters.</li>
|
||||||
<li><label for="id_list_file">File : </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
|
<li><label for="id_list_file">File : </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
|
||||||
</ol>
|
</ol>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
@ -176,7 +176,7 @@ $(document).ready(function() {
|
||||||
Use a file
|
Use a file
|
||||||
</legend>
|
</legend>
|
||||||
<ol>
|
<ol>
|
||||||
<li>File containing an authid's list with one authid per line. This list works as a filter: it's compatible with other parameters.</li>
|
<li>File containing a list of authids with one authid per line. This list works as a filter: it is compatible with other parameters.</li>
|
||||||
<li><label for="id_list_file">File : </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
|
<li><label for="id_list_file">File : </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
|
||||||
</ol>
|
</ol>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
|
@ -86,9 +86,9 @@ export.pl [--format=format] [--date=date] [--record-type=TYPE] [--dont_export_it
|
||||||
--clean removes NSE/NSB
|
--clean removes NSE/NSB
|
||||||
|
|
||||||
--id_list_file=PATH PATH is a path to a file containing a list of
|
--id_list_file=PATH PATH is a path to a file containing a list of
|
||||||
IDs(biblionumber or authid) with only one ID per line.
|
IDs (biblionumber or authid) with one ID per line.
|
||||||
This IDs list works as a filter: it's compatible with
|
This list works as a filter; it is compatible with
|
||||||
other parameters
|
other parameters for selecting records
|
||||||
_USAGE_
|
_USAGE_
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue