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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-availability-table.inc (-1 lines)
Lines 1-5 Link Here
1
<div>
1
<div>
2
    <div>[% service.name %]</div>
3
    <table class="ill-availability" id="[% service.id %]">
2
    <table class="ill-availability" id="[% service.id %]">
4
        <thead id="[% service.id %]-header">
3
        <thead id="[% service.id %]-header">
5
            <tr>
4
            <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +2 lines)
Lines 329-335 Link Here
329
                                        </div>
329
                                        </div>
330
                                        <div class="modal-body">
330
                                        <div class="modal-body">
331
                                            [% FOR service IN services %]
331
                                            [% FOR service IN services %]
332
                                                <h4 class="ill_availability_sourcename">[% service.plugin %]</h4>
332
                                                <h4 class="ill_availability_sourcename">[% service.name %]</h4>
333
                                                [% INCLUDE 'ill-availability-table.inc' service=service %]
333
                                                [% INCLUDE 'ill-availability-table.inc' service=service %]
334
                                            [% END %]
334
                                            [% END %]
335
                                            <span id="service_id_restrict" data-service_id_restrict_plugin="ILL availability - z39.50" data-service_id_restrict_ids=""></span>
335
                                            <span id="service_id_restrict" data-service_id_restrict_plugin="ILL availability - z39.50" data-service_id_restrict_ids=""></span>
Lines 744-750 Link Here
744
                            </div>
744
                            </div>
745
                        </form>
745
                        </form>
746
                        [% FOR service IN services %]
746
                        [% FOR service IN services %]
747
                            <h4 class="ill_availability_sourcename">[% service.plugin %]</h4>
747
                            <h4 class="ill_availability_sourcename">[% service.name %]</h4>
748
                            [% INCLUDE 'ill-availability-table.inc' service=service %]
748
                            [% INCLUDE 'ill-availability-table.inc' service=service %]
749
                        [% END %]
749
                        [% END %]
750
                    </div>
750
                    </div>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt (-2 / +1 lines)
Lines 251-257 Link Here
251
                                </div>
251
                                </div>
252
                            </form>
252
                            </form>
253
                            [% FOR service IN services %]
253
                            [% FOR service IN services %]
254
                                <h4 class="ill_availability_sourcename">[% service.plugin %]</h4>
254
                                <h4 class="ill_availability_sourcename">[% service.name %]</h4>
255
                                [% INCLUDE 'ill-availability-table.inc' service=service %]
255
                                [% INCLUDE 'ill-availability-table.inc' service=service %]
256
                            [% END %]
256
                            [% END %]
257
                        </div>
257
                        </div>
258
- 

Return to bug 23173