Lines 104-109
Link Here
|
104 |
<th style="display:none;" class="noExport">Type</th> |
104 |
<th style="display:none;" class="noExport">Type</th> |
105 |
<th class="NoSort noExport"></th> |
105 |
<th class="NoSort noExport"></th> |
106 |
<th class="anti-the">Title</th> |
106 |
<th class="anti-the">Title</th> |
|
|
107 |
<th>Author</th> |
107 |
<th>Item type</th> |
108 |
<th>Item type</th> |
108 |
<th>Call number</th> |
109 |
<th>Call number</th> |
109 |
<th>Vol info</th> |
110 |
<th>Vol info</th> |
Lines 154-166
Link Here
|
154 |
</td> |
155 |
</td> |
155 |
<td> |
156 |
<td> |
156 |
[% INCLUDE 'biblio-title.inc' biblio=issue, link => 1 %] |
157 |
[% INCLUDE 'biblio-title.inc' biblio=issue, link => 1 %] |
157 |
<p class="results-summary item-details">[% issue.author | html %]</p> |
|
|
158 |
|
159 |
[% IF ( Koha.Preference( 'OpacStarRatings' ) == 'all' ) %] |
158 |
[% IF ( Koha.Preference( 'OpacStarRatings' ) == 'all' ) %] |
160 |
[% INCLUDE 'user-star-ratings.inc' item=issue %] |
159 |
[% INCLUDE 'user-star-ratings.inc' item=issue %] |
161 |
[% END %] |
160 |
[% END %] |
162 |
|
|
|
163 |
</td> |
161 |
</td> |
|
|
162 |
<td>[% issue.author | html %]</td> |
164 |
<td> |
163 |
<td> |
165 |
[% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %] |
164 |
[% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %] |
166 |
[% IF ( issue.imageurl ) %] |
165 |
[% IF ( issue.imageurl ) %] |
167 |
- |
|
|