Lines 1810-1815
Link Here
|
1810 |
KOHA.OpenLibrary.GetCoverFromIsbn(); |
1810 |
KOHA.OpenLibrary.GetCoverFromIsbn(); |
1811 |
[% END %] |
1811 |
[% END %] |
1812 |
|
1812 |
|
|
|
1813 |
[% IF OPACLocalCoverImages %] |
1814 |
KOHA.LocalCover.GetCoverFromBibnumber(true); |
1815 |
[% IF itemloop_has_images OR otheritemloop_has_images %] |
1816 |
KOHA.LocalCover.GetCoverFromItemnumber(true); |
1817 |
[% END %] |
1818 |
[% END %] |
1819 |
|
1813 |
[% IF ( NovelistSelectProfile && ( normalized_isbn || normalized_upc ) ) %] |
1820 |
[% IF ( NovelistSelectProfile && ( normalized_isbn || normalized_upc ) ) %] |
1814 |
novSelect.loadContentForQuery( |
1821 |
novSelect.loadContentForQuery( |
1815 |
{ |
1822 |
{ |
1816 |
- |
|
|