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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-3 / +2 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>
Lines 210-216 $(document).ready(function() { Link Here
210
        Use a file
210
        Use a file
211
    </legend>
211
    </legend>
212
        <ol>
212
        <ol>
213
        <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>
213
        <li>File containing a list of authids with one authid per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)</li>
214
        <li><label for="id_list_file">File:</label> <input type="file" id="id_list_file" name="id_list_file" /></li>
214
        <li><label for="id_list_file">File:</label> <input type="file" id="id_list_file" name="id_list_file" /></li>
215
        </ol>
215
        </ol>
216
    </fieldset>
216
    </fieldset>
217
- 

Return to bug 18087