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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-23 / +22 lines)
Lines 98-104 Link Here
98
                                            <input type="checkbox" id="showallbudgets" />
98
                                            <input type="checkbox" id="showallbudgets" />
99
                                        </span>
99
                                        </span>
100
                                    </div>
100
                                    </div>
101
                                </div>
101
                                </div> <!-- /#searchheader -->
102
102
103
                                <input type="hidden" name="op" value="import_records"/>
103
                                <input type="hidden" name="op" value="import_records"/>
104
                                <input type="hidden" name="basketno" value="[% basketno | html %]" />
104
                                <input type="hidden" name="basketno" value="[% basketno | html %]" />
Lines 315-323 Link Here
315
                                                        </li>
315
                                                        </li>
316
                                                    </ol>
316
                                                    </ol>
317
                                                </fieldset>
317
                                                </fieldset>
318
                                            [% END %]
318
                                            [% END # /FOREACH item %]
319
                                        </div>
319
                                        </div>
320
                                    </fieldset>
320
                                    </fieldset> <!-- .biblio.unselected.rows -->
321
321
322
                                    <div id="dataPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
322
                                    <div id="dataPreview" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="dataPreviewLabel" aria-hidden="true">
323
                                        <div class="modal-dialog">
323
                                        <div class="modal-dialog">
Lines 332-342 Link Here
332
                                                <div class="modal-footer">
332
                                                <div class="modal-footer">
333
                                                    <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
333
                                                    <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
334
                                                </div>
334
                                                </div>
335
                                            </div>
335
                                            </div> <!-- /.modal-content -->
336
                                        </div>
336
                                        </div> <!-- /modal-dialog -->
337
                                    </div>
337
                                    </div> <!-- /#dataPreview -->
338
                                [% END %]
338
                                [% END # /FOREACH biblio %]
339
                            </div>
339
                            </div> <!-- /#records_to_import -->
340
340
341
                            <div id="items_info">
341
                            <div id="items_info">
342
                                <h2>Item information</h2>
342
                                <h2>Item information</h2>
Lines 386-397 Link Here
386
                                                            </li>
386
                                                            </li>
387
                                                        [% END %]
387
                                                        [% END %]
388
                                                    </ol>
388
                                                    </ol>
389
                                                </div><!-- /iteminformation -->
389
                                                </div><!-- /#itemblock -->
390
                                            </div>
390
                                            </div> <!-- /#outeritemblock -->
391
                                        [% END %] <!-- /items -->
391
                                        [% END #/FOREACH item %]
392
                                    </fieldset>
392
                                    </fieldset>
393
                                [% END %] <!-- items -->
393
                                [% END # /IF items %]
394
                            </div>
394
                            </div> <!-- /#items_info -->
395
395
396
                            <div id="accounting_details">
396
                            <div id="accounting_details">
397
                                <p>Import all the checked items in the basket with the following accounting details (used only if no information is filled for the item):</p>
397
                                <p>Import all the checked items in the basket with the following accounting details (used only if no information is filled for the item):</p>
Lines 434-440 Link Here
434
                                                    <label for="all_showallbudgets" style="float:none;width:auto;">&nbsp;Show inactive:</label>
434
                                                    <label for="all_showallbudgets" style="float:none;width:auto;">&nbsp;Show inactive:</label>
435
                                                    <input type="checkbox" id="all_showallbudgets" />
435
                                                    <input type="checkbox" id="all_showallbudgets" />
436
                                                </li>
436
                                                </li>
437
                                            [% END %]
437
                                            [% END #/IF close %]
438
                                        </li>
438
                                        </li>
439
                                        <li>
439
                                        <li>
440
                                            <label for="all_order_internalnote">Internal note: </label>
440
                                            <label for="all_order_internalnote">Internal note: </label>
Lines 454-468 Link Here
454
                                            <input type="text" id="all_sort2" size="20" name="all_sort2" value="" />
454
                                            <input type="text" id="all_sort2" size="20" name="all_sort2" value="" />
455
                                        </li>
455
                                        </li>
456
                                    </ol>
456
                                    </ol>
457
                                </fieldset>
457
                                </fieldset> <!-- /.rows -->
458
                            </div>
458
                            </div> <!-- /#accounting_details -->
459
                        </div>
459
                        </div> <!-- /#tabs -->
460
460
461
                        <fieldset class="action">
461
                        <fieldset class="action">
462
                            <input id="add_order" type="submit" value="Save" /><a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a>
462
                            <input id="add_order" type="submit" value="Save" /><a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Cancel</a>
463
                        </fieldset>
463
                        </fieldset>
464
                    </form>
464
                    </form> <!-- /#Aform -->
465
                [% ELSE %]
465
                [% ELSE # IF ( batch_details ) %]
466
                    <div>
466
                    <div>
467
                        <h1>Choose the file to add to the basket</h1>
467
                        <h1>Choose the file to add to the basket</h1>
468
                        <table id="files">
468
                        <table id="files">
Lines 506-516 Link Here
506
                                            <a href="[% batch_lis.scriptname | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add orders</a>
506
                                            <a href="[% batch_lis.scriptname | url %]?import_batch_id=[% batch_lis.import_batch_id | uri %]&amp;basketno=[% basketno | uri %]&amp;booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add orders</a>
507
                                        </td>
507
                                        </td>
508
                                    </tr>
508
                                    </tr>
509
                                [% END %]
509
                                [% END # /FOREACH batch_lis %]
510
                            </tbody>
510
                            </tbody>
511
                        </table>
511
                        </table> <!-- /#files -->
512
                    </div>
512
                    </div>
513
                [% END %]
513
                [% END # /IF ( batch_details ) %]
514
            </div> [% # /div.col-sm-6 %]
514
            </div> [% # /div.col-sm-6 %]
515
        </div> [% # /div.row %]
515
        </div> [% # /div.row %]
516
516
517
- 

Return to bug 30384