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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +3 lines)
Lines 148-153 Using this account is not recommended because some parts of Koha will not functi Link Here
148
                                            <tr>
148
                                            <tr>
149
                                                [% IF ( JacketImages ) %]<th class="nosort">&nbsp;</th>[% END %]
149
                                                [% IF ( JacketImages ) %]<th class="nosort">&nbsp;</th>[% END %]
150
                                                <th class="anti-the">Title</th>
150
                                                <th class="anti-the">Title</th>
151
                                                <th>Author</th>
151
                                                <th class="title-string psort">Due</th>
152
                                                <th class="title-string psort">Due</th>
152
                                                [% UNLESS ( item_level_itypes ) %]
153
                                                [% UNLESS ( item_level_itypes ) %]
153
                                                    <th>Item type</th>
154
                                                    <th>Item type</th>
Lines 210-216 Using this account is not recommended because some parts of Koha will not functi Link Here
210
                                                <td class="title">
211
                                                <td class="title">
211
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber %]">[% ISSUE.title |html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield %][% END %]</a>
212
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber %]">[% ISSUE.title |html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield %][% END %]</a>
212
                                                    [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %]
213
                                                    [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron %][% END %]
213
                                                    <span class="item-details">[% ISSUE.author %]</span>
214
                                                </td>
215
                                                <td class="author">[% ISSUE.author %]</td>
214
                                                </td>
216
                                                </td>
215
                                                [% IF ( ISSUE.overdue ) %]
217
                                                [% IF ( ISSUE.overdue ) %]
216
                                                    <td class="date_due overdue">
218
                                                    <td class="date_due overdue">
217
- 

Return to bug 18108