View | Details | Raw Unified | Return to bug 30621
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-4 / +2 lines)
Lines 106-111 Link Here
106
                                                <th style="display:none;" class="noExport">Type</th>
106
                                                <th style="display:none;" class="noExport">Type</th>
107
                                                <th class="NoSort noExport"></th>
107
                                                <th class="NoSort noExport"></th>
108
                                                <th class="anti-the">Title</th>
108
                                                <th class="anti-the">Title</th>
109
                                                <th>Author</th>
109
                                                <th>Item type</th>
110
                                                <th>Item type</th>
110
                                                <th>Call number</th>
111
                                                <th>Call number</th>
111
                                                <th>Vol info</th>
112
                                                <th>Vol info</th>
Lines 156-168 Link Here
156
                                                </td>
157
                                                </td>
157
                                                <td>
158
                                                <td>
158
                                                [% INCLUDE 'biblio-title.inc' biblio=issue, link => 1 %]
159
                                                [% INCLUDE 'biblio-title.inc' biblio=issue, link => 1 %]
159
                                                <p class="results-summary item-details">[% issue.author | html %]</p>
160
161
                                                    [% IF ( Koha.Preference( 'OpacStarRatings' ) == 'all' ) %]
160
                                                    [% IF ( Koha.Preference( 'OpacStarRatings' ) == 'all' ) %]
162
                                                        [% INCLUDE 'user-star-ratings.inc' item=issue %]
161
                                                        [% INCLUDE 'user-star-ratings.inc' item=issue %]
163
                                                    [% END %]
162
                                                    [% END %]
164
165
                                                </td>
163
                                                </td>
164
                                                <td>[% issue.author | html %]</td>
166
                                                <td>
165
                                                <td>
167
                                                [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %]
166
                                                [% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %]
168
                                                    [% IF ( issue.imageurl ) %]
167
                                                    [% IF ( issue.imageurl ) %]
169
- 

Return to bug 30621