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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 496-502 Link Here
496
                        [% END %]
496
                        [% END %]
497
497
498
                        [% IF Koha.Preference( 'OPACAuthorIdentifiers' ) && author_identifiers.size %]
498
                        [% IF Koha.Preference( 'OPACAuthorIdentifiers' ) && author_identifiers.size %]
499
                            <li id="tab_author_identifiers"><a href="#author_identifiers">Author identifiers</a></li>
499
                            <li id="tab_author_identifiers" class="nav-item" role="presentation"><a href="#author_identifiers" class="nav-link" id="tab_author_identifiers-tab" data-toggle="tab" role="tab" aria-control="tab_author_identifiers">Author identifiers</a></li>
500
                        [% END %]
500
                        [% END %]
501
501
502
                    </ul>
502
                    </ul>
503
- 

Return to bug 29897