|
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 825-830
Link Here
|
| 825 |
</div> <!-- / #subscriptions --> |
829 |
</div> <!-- / #subscriptions --> |
| 826 |
[% END # IF subscriptionsnumber %] |
830 |
[% END # IF subscriptionsnumber %] |
| 827 |
|
831 |
|
|
|
832 |
[% IF Koha.Preference('OPACAcquisitionDetails') and acquisition_details.orders.size > 0 %] |
| 833 |
<div id="acquisition_details"> |
| 834 |
<h2>Acquisition details</h2> |
| 835 |
[% IF Koha.Preference('AcqCreateItem') == 'ordering' %] |
| 836 |
The following items are on order. |
| 837 |
[% INCLUDE items_table items=acquisition_details.items tab="acquisition_details" noshelfbrowser=1 %] |
| 838 |
[% ELSE %] |
| 839 |
[% acquisition_details.total_quantity %] items are on order. |
| 840 |
[% END %] |
| 841 |
</div> |
| 842 |
[% END %] |
| 843 |
|
| 828 |
[% IF ( LibraryThingForLibrariesID && LibraryThingForLibrariesTabbedView ) %] |
844 |
[% IF ( LibraryThingForLibrariesID && LibraryThingForLibrariesTabbedView ) %] |
| 829 |
<!-- Library Thing for Libraries Content --> |
845 |
<!-- Library Thing for Libraries Content --> |
| 830 |
<div id="LFTLSimilarItems"> |
846 |
<div id="LFTLSimilarItems"> |
|
Lines 1173-1179
Link Here
|
| 1173 |
<td class="call_no" property="sku"> |
1189 |
<td class="call_no" property="sku"> |
| 1174 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
1190 |
[% IF ( ITEM_RESULT.itemcallnumber ) %] |
| 1175 |
[% ITEM_RESULT.itemcallnumber %] |
1191 |
[% ITEM_RESULT.itemcallnumber %] |
| 1176 |
[% IF ( OPACShelfBrowser ) %] |
1192 |
[% IF ( OPACShelfBrowser and not noshelfbrowser) %] |
| 1177 |
[% IF ( ITEM_RESULT.itemnumber == starting_itemnumber ) %] |
1193 |
[% IF ( ITEM_RESULT.itemnumber == starting_itemnumber ) %] |
| 1178 |
(<a class="close_shelf" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber %]#[% tab %]">Browse shelf</a>) |
1194 |
(<a class="close_shelf" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber %]#[% tab %]">Browse shelf</a>) |
| 1179 |
[% ELSE %] |
1195 |
[% ELSE %] |
| 1180 |
- |
|
|