View | Details | Raw Unified | Return to bug 18087
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-2 / +1 lines)
Lines 131-137 $(document).ready(function() { Link Here
131
        Use a file
131
        Use a file
132
    </legend>
132
    </legend>
133
        <ol>
133
        <ol>
134
        <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>
134
        <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. (File types accepted: .csv and .txt)</li>
135
        <li><label for="id_list_file">File: </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
135
        <li><label for="id_list_file">File: </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
136
        </ol>
136
        </ol>
137
    </fieldset>
137
    </fieldset>
138
- 

Return to bug 18087