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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-2 / +1 lines)
Lines 128-134 $(document).ready(function() { Link Here
128
        <ol><li>
128
        <ol><li>
129
            <label for="output_format">File format: </label>
129
            <label for="output_format">File format: </label>
130
            <select id="output_format" name="output_format">
130
            <select id="output_format" name="output_format">
131
                <option value="marc">marc</option>
131
                <option value="iso2709">marc</option>
132
                <option value="xml">xml</option>
132
                <option value="xml">xml</option>
133
            </select>
133
            </select>
134
            
134
            
135
- 

Return to bug 13308