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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt (-2 / +1 lines)
Lines 49-55 Link Here
49
                         <div class="hint"><strong>NOTE:</strong> Only KPZ file format is supported.</div>
49
                         <div class="hint"><strong>NOTE:</strong> Only KPZ file format is supported.</div>
50
                        <ol>
50
                        <ol>
51
                            <li>
51
                            <li>
52
                                <label for="uploadfile">Select the file to upload: </label><input type="file" id="uploadfile" name="uploadfile" />
52
                                <label for="uploadfile">Select the file to upload: </label><input type="file" id="uploadfile" name="uploadfile" accept=".kpz" />
53
                            </li>
53
                            </li>
54
                        </ol>
54
                        </ol>
55
                    </fieldset>
55
                    </fieldset>
56
- 

Return to bug 33189