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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-2 / +9 lines)
Lines 319-325 Link Here
319
                                                        </td>
319
                                                        </td>
320
                                                    [% END %]
320
                                                    [% END %]
321
                                                    <td>
321
                                                    <td>
322
                                                        <p><label for="id[% suggestions_loo.suggestionid | html %]"><strong>[% suggestions_loo.title | html %]</strong></label></p>
322
                                                        <p>
323
                                                            <label for="id[% suggestions_loo.suggestionid | html %]">
324
                                                                [% IF suggestions_loo.biblionumber %]
325
                                                                    <strong><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% suggestions_loo.biblionumber | uri %]">[% suggestions_loo.title | html %]</a></strong>
326
                                                                [% ELSE %]
327
                                                                    <strong>[% suggestions_loo.title | html %]</strong>
328
                                                                [% END %]
329
                                                            </label>
330
                                                        </p>
323
                                                            <p>[% IF ( suggestions_loo.author ) %][% suggestions_loo.author | html %],[% END %]
331
                                                            <p>[% IF ( suggestions_loo.author ) %][% suggestions_loo.author | html %],[% END %]
324
                                                                [% IF ( suggestions_loo.copyrightdate ) %] - [% suggestions_loo.copyrightdate | html %],[% END %]
332
                                                                [% IF ( suggestions_loo.copyrightdate ) %] - [% suggestions_loo.copyrightdate | html %],[% END %]
325
                                                                [% IF ( suggestions_loo.publishercode ) %] - [% suggestions_loo.publishercode | html %][% END %]
333
                                                                [% IF ( suggestions_loo.publishercode ) %] - [% suggestions_loo.publishercode | html %][% END %]
326
- 

Return to bug 23593