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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-2 / +3 lines)
Lines 373-379 Link Here
373
                                        </div>
373
                                        </div>
374
                                    [% END %]
374
                                    [% END %]
375
375
376
                                    <table id="suggestt" class="table table-bordered table-striped">
376
                                    [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 || loggedinusername %]
377
                                    <table id="suggestt" class="table table-bordered tabled">
377
                                        <caption class="sr-only">Your purchase suggestions<caption>
378
                                        <caption class="sr-only">Your purchase suggestions<caption>
378
                                        <thead>
379
                                        <thead>
379
                                            <tr>
380
                                            <tr>
Lines 456-461 Link Here
456
                                            [% END # / FOREACH suggestions %]
457
                                            [% END # / FOREACH suggestions %]
457
                                        </tbody>
458
                                        </tbody>
458
                                    </table>
459
                                    </table>
460
                                    [% END %]
459
461
460
                                    [% IF ( loggedinusername && can_delete_suggestion ) %]
462
                                    [% IF ( loggedinusername && can_delete_suggestion ) %]
461
                                        <fieldset class="action">
463
                                        <fieldset class="action">
462
- 

Return to bug 20207