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 181-187 Link Here
181
                                        </div>
181
                                        </div>
182
                                        <div class="modal-body">
182
                                        <div class="modal-body">
183
                                            [% FOR service IN services %]
183
                                            [% FOR service IN services %]
184
                                                <h4 class="ill_availability_sourcename">[% service.plugin %]</h4>
184
                                                <h4 class="ill_availability_sourcename">[% service.name %]</h4>
185
                                                [% INCLUDE 'ill-availability-table.inc' service=service %]
185
                                                [% INCLUDE 'ill-availability-table.inc' service=service %]
186
                                            [% END %]
186
                                            [% END %]
187
                                            <span id="service_id_restrict" data-service_id_restrict_plugin="ILL availability - z39.50" data-service_id_restrict_ids=""></span>
187
                                            <span id="service_id_restrict" data-service_id_restrict_plugin="ILL availability - z39.50" data-service_id_restrict_ids=""></span>
Lines 573-579 Link Here
573
                            </div>
573
                            </div>
574
                        </form>
574
                        </form>
575
                        [% FOR service IN services %]
575
                        [% FOR service IN services %]
576
                            <h4 class="ill_availability_sourcename">[% service.plugin %]</h4>
576
                            <h4 class="ill_availability_sourcename">[% service.name %]</h4>
577
                            [% INCLUDE 'ill-availability-table.inc' service=service %]
577
                            [% INCLUDE 'ill-availability-table.inc' service=service %]
578
                        [% END %]
578
                        [% END %]
579
                    </div>
579
                    </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