|
Lines 10-16
Link Here
|
| 10 |
<table class="items_table" id="[% tab | html %]_table"> |
10 |
<table class="items_table" id="[% tab | html %]_table"> |
| 11 |
<thead> |
11 |
<thead> |
| 12 |
<tr> |
12 |
<tr> |
| 13 |
<th id="[% tab | html %]_checkbox" data-colname="checkbox" class="no-sort"></th> |
13 |
<th id="[% tab | html %]_checkbox" data-colname="checkbox" class="no-sort no-export"></th> |
| 14 |
[% IF Koha.Preference('LocalCoverImages') %] |
14 |
[% IF Koha.Preference('LocalCoverImages') %] |
| 15 |
<th id="[% tab | html %]_cover_image" data-colname="cover_image">Cover image</th> |
15 |
<th id="[% tab | html %]_cover_image" data-colname="cover_image">Cover image</th> |
| 16 |
[% END %] |
16 |
[% END %] |
|
Lines 42-48
Link Here
|
| 42 |
[% IF Koha.Preference('EasyAnalyticalRecords') %]<th id="[% tab | html %]_hostrecord" data-colname="hostrecord">Host records</th>[% END %] |
42 |
[% IF Koha.Preference('EasyAnalyticalRecords') %]<th id="[% tab | html %]_hostrecord" data-colname="hostrecord">Host records</th>[% END %] |
| 43 |
[% IF ( analyze ) %]<th id="[% tab | html %]_usedin" data-colname="usedin">Used in</th><th></th>[% END %] |
43 |
[% IF ( analyze ) %]<th id="[% tab | html %]_usedin" data-colname="usedin">Used in</th><th></th>[% END %] |
| 44 |
[% IF Koha.Preference('UseCourseReserves') %]<th id="[% tab | html %]_course_reserves" data-colname="course_reserves">Course reserves</th>[% END %] |
44 |
[% IF Koha.Preference('UseCourseReserves') %]<th id="[% tab | html %]_course_reserves" data-colname="course_reserves">Course reserves</th>[% END %] |
| 45 |
[% IF ( SpineLabelShowPrintOnBibDetails ) %]<th id="[% tab | html %]_spinelabel" data-colname="spinelabel" class="no-sort">Spine label</th>[% END %] |
45 |
[% IF ( SpineLabelShowPrintOnBibDetails ) %]<th id="[% tab | html %]_spinelabel" data-colname="spinelabel" class="no-sort no-export">Spine label</th>[% END %] |
| 46 |
[% IF ( CAN_user_editcatalogue_edit_items ) %]<th id="[% tab | html %]_actions" data-colname="actions" class="no-sort no-export"> </th>[% END %] |
46 |
[% IF ( CAN_user_editcatalogue_edit_items ) %]<th id="[% tab | html %]_actions" data-colname="actions" class="no-sort no-export"> </th>[% END %] |
| 47 |
</tr> |
47 |
</tr> |
| 48 |
</thead> |
48 |
</thead> |
| 49 |
- |
|
|