Bug 29897: Fix tab display
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 29 Jul 2022 09:06:43 +0000 (11:06 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 9 Aug 2022 13:58:48 +0000 (10:58 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt

index 8fd8edd..9e41a2b 100644 (file)
                         [% END %]
 
                         [% IF Koha.Preference( 'OPACAuthorIdentifiers' ) && author_identifiers.size %]
-                            <li id="tab_author_identifiers"><a href="#author_identifiers">Author identifiers</a></li>
+                            <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>
                         [% END %]
 
                     </ul>