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 89-97 Link Here
89
                    [% IF ( BakerTaylorEnabled && bt_id ) %]
89
                    [% IF ( BakerTaylorEnabled && bt_id ) %]
90
                        [% IF BakerTaylorBookstoreURL %]
90
                        [% IF BakerTaylorBookstoreURL %]
91
                            [% IF ( OPACURLOpenInNewWindow ) %]
91
                            [% IF ( OPACURLOpenInNewWindow ) %]
92
                                <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>
92
                                <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>
93
                            [% ELSE %]
93
                            [% ELSE %]
94
                                <a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a>
94
                                <a href="https://[% BakerTaylorBookstoreURL | url %][% bt_id | url %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a>
95
                            [% END %]
95
                            [% END %]
96
                        [% ELSE %]
96
                        [% ELSE %]
97
                            <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" />
97
                            <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