Lines 1771-1776
Link Here
|
1771 |
KOHA.OpenLibrary.GetCoverFromIsbn(); |
1771 |
KOHA.OpenLibrary.GetCoverFromIsbn(); |
1772 |
[% END %] |
1772 |
[% END %] |
1773 |
|
1773 |
|
|
|
1774 |
[% IF OPACLocalCoverImages %] |
1775 |
KOHA.LocalCover.GetCoverFromBibnumber(true); |
1776 |
[% IF itemloop_has_images OR otheritemloop_has_images %] |
1777 |
KOHA.LocalCover.GetCoverFromItemnumber(true); |
1778 |
[% END %] |
1779 |
[% END %] |
1780 |
|
1774 |
[% IF ( NovelistSelectProfile && ( normalized_isbn || normalized_upc ) ) %] |
1781 |
[% IF ( NovelistSelectProfile && ( normalized_isbn || normalized_upc ) ) %] |
1775 |
novSelect.loadContentForQuery( |
1782 |
novSelect.loadContentForQuery( |
1776 |
{ |
1783 |
{ |
1777 |
- |
|
|