|
Lines 560-565
Link Here
|
| 560 |
</li> |
560 |
</li> |
| 561 |
[% END %] |
561 |
[% END %] |
| 562 |
|
562 |
|
|
|
563 |
[% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.orders.size > 0 %] |
| 564 |
<li id="tab_acquisitions"><a href="#acquisition_details">Acquisition details</a></li> |
| 565 |
[% END %] |
| 566 |
|
| 563 |
[% IF Koha.Preference( 'reviewson' ) == 1 %] |
567 |
[% IF Koha.Preference( 'reviewson' ) == 1 %] |
| 564 |
<li id="tab_comments"><a href="#comments">Comments ( [% reviews.size || 0 %] )</a></li> |
568 |
<li id="tab_comments"><a href="#comments">Comments ( [% reviews.size || 0 %] )</a></li> |
| 565 |
[% END %] |
569 |
[% END %] |
|
Lines 823-828
Link Here
|
| 823 |
</div> <!-- / #subscriptions --> |
827 |
</div> <!-- / #subscriptions --> |
| 824 |
[% END # IF subscriptionsnumber %] |
828 |
[% END # IF subscriptionsnumber %] |
| 825 |
|
829 |
|
|
|
830 |
[% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.orders.size > 0 %] |
| 831 |
<div id="acquisition_details"> |
| 832 |
<h2>Acquisition details</h2> |
| 833 |
[% IF Koha.Preference('AcqCreateItem') == 'ordering' %] |
| 834 |
The following items are on order. |
| 835 |
[% INCLUDE items_table items=acquisition_details.items tab="acquisition_details" noshelfbrowser=1 %] |
| 836 |
[% ELSE %] |
| 837 |
[% acquisition_details.total_quantity %] items are on order. |
| 838 |
[% END %] |
| 839 |
</div> |
| 840 |
[% END %] |
| 841 |
|
| 826 |
[% IF ( LibraryThingForLibrariesID && LibraryThingForLibrariesTabbedView ) %] |
842 |
[% IF ( LibraryThingForLibrariesID && LibraryThingForLibrariesTabbedView ) %] |
| 827 |
<!-- Library Thing for Libraries Content --> |
843 |
<!-- Library Thing for Libraries Content --> |
| 828 |
<div id="LFTLSimilarItems"> |
844 |
<div id="LFTLSimilarItems"> |
|
Lines 1169-1175
Link Here
|
| 1169 |
<td class="call_no" property="sku"> |
1185 |
<td class="call_no" property="sku"> |
| 1170 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
1186 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
| 1171 |
[% ITEM_RESULT.itemcallnumber %] |
1187 |
[% ITEM_RESULT.itemcallnumber %] |
| 1172 |
[% IF ( OPACShelfBrowser ) %] |
1188 |
[% IF ( OPACShelfBrowser and not noshelfbrowser) %] |
| 1173 |
[% IF ( ITEM_RESULT.itemnumber == starting_itemnumber ) %] |
1189 |
[% IF ( ITEM_RESULT.itemnumber == starting_itemnumber ) %] |
| 1174 |
(<a class="close_shelf" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber %]#[% tab %]">Browse shelf</a>) |
1190 |
(<a class="close_shelf" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber %]#[% tab %]">Browse shelf</a>) |
| 1175 |
[% ELSE %] |
1191 |
[% ELSE %] |
| 1176 |
- |
|
|