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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-5 / +5 lines)
Lines 184-190 Link Here
184
                                                </td>[% END # / IF JacketImages %]
184
                                                </td>[% END # / IF JacketImages %]
185
185
186
                                                <td class="title">
186
                                                <td class="title">
187
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber %]">[% ISSUE.title |html %]</a> <span class="item-details">[% ISSUE.author %]</span>
187
                                                    <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>
188
                                                    <span class="item-details">[% ISSUE.author %]</span>
188
                                                </td>
189
                                                </td>
189
                                                [% IF ( ISSUE.overdue ) %]
190
                                                [% IF ( ISSUE.overdue ) %]
190
                                                    <td class="date_due overdue">
191
                                                    <td class="date_due overdue">
Lines 338-344 Link Here
338
                                                <td><img src="[% themelang %]/images/[% WAITIN.itemtype %].gif" alt="[% WAITIN.itemtype %]" title="[% WAITIN.itemtype %]" /></td>
339
                                                <td><img src="[% themelang %]/images/[% WAITIN.itemtype %].gif" alt="[% WAITIN.itemtype %]" title="[% WAITIN.itemtype %]" /></td>
339
                                                <td>
340
                                                <td>
340
                                                    <a class="title" href="opac-detail.pl?biblionumber=[% WAITIN.biblionumber %]">
341
                                                    <a class="title" href="opac-detail.pl?biblionumber=[% WAITIN.biblionumber %]">
341
                                                        [% WAITIN.waiting_title %]
342
                                                        [% WAITIN.waiting_title %] [% FOREACH subtitl IN WAITIN.subtitle %] [% subtitl.subfield %][% END %]
342
                                                    </a>
343
                                                    </a>
343
                                                    <span class="item-details">
344
                                                    <span class="item-details">
344
                                                        [% WAITIN.author %]
345
                                                        [% WAITIN.author %]
Lines 422-428 Link Here
422
                                                [% END # /IF jacketcell %]
423
                                                [% END # /IF jacketcell %]
423
424
424
                                                <td>
425
                                                <td>
425
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?bib=[% OVERDUE.biblionumber %]">[% OVERDUE.title |html %]
426
                                                    <a class="title" href="/cgi-bin/koha/opac-detail.pl?bib=[% OVERDUE.biblionumber %]">[% OVERDUE.title |html %] [% FOREACH subtitl IN OVERDUE.subtitle %] [% subtitl.subfield %][% END %]
426
                                                    </a>
427
                                                    </a>
427
                                                    <span class="item-details">[% OVERDUE.author %]</span></td>
428
                                                    <span class="item-details">[% OVERDUE.author %]</span></td>
428
429
Lines 520-526 Link Here
520
                                            <tr>
521
                                            <tr>
521
                                        [% END %]
522
                                        [% END %]
522
                                            <td class="title">
523
                                            <td class="title">
523
                                                <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RESERVE.biblionumber %]">[% RESERVE.reserves_title %]</a>
524
                                                <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RESERVE.biblionumber %]">[% RESERVE.reserves_title %] [% FOREACH subtitl IN RESERVE.subtitle %] [% subtitl.subfield %][% END %]</a>
524
                                                [% RESERVE.author %]
525
                                                [% RESERVE.author %]
525
                                            </td>
526
                                            </td>
526
                                            <td class="reservedate">
527
                                            <td class="reservedate">
527
- 

Return to bug 12308