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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +2 lines)
Lines 92-100 Link Here
92
                    [% IF ( BakerTaylorEnabled && bt_id ) %]
92
                    [% IF ( BakerTaylorEnabled && bt_id ) %]
93
                        [% IF BakerTaylorBookstoreURL %]
93
                        [% IF BakerTaylorBookstoreURL %]
94
                            [% IF ( OPACURLOpenInNewWindow ) %]
94
                            [% IF ( OPACURLOpenInNewWindow ) %]
95
                                <a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]" target="_blank" rel="noreferrer"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a>
95
                                <a href="https://[% BakerTaylorBookstoreURL | url %][% bt_id | url %]" target="_blank" rel="noreferrer"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a>
96
                            [% ELSE %]
96
                            [% ELSE %]
97
                                <a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a>
97
                                <a href="https://[% BakerTaylorBookstoreURL | url %][% bt_id | url %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a>
98
                            [% END %]
98
                            [% END %]
99
                        [% ELSE %]
99
                        [% ELSE %]
100
                            <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" />
100
                            <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-2 / +1 lines)
Lines 314-320 Link Here
314
                                                    [% IF ( BakerTaylorEnabled && BakerTaylorBookstoreURL ) %]
314
                                                    [% IF ( BakerTaylorEnabled && BakerTaylorBookstoreURL ) %]
315
                                                        [% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %]
315
                                                        [% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %]
316
                                                        [% IF ( bt_id ) %]
316
                                                        [% IF ( bt_id ) %]
317
                                                            <a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]">
317
                                                            <a href="https://[% BakerTaylorBookstoreURL | url %][% bt_id | url %]">
318
                                                                <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" />
318
                                                                <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" />
319
                                                            </a>
319
                                                            </a>
320
                                                        [% ELSE %]
320
                                                        [% ELSE %]
321
- 

Return to bug 23527