]> git.koha-community.org Git - koha.git/commit
Bug 33126: Markup error in staff interface tab wrapper
authorOwen Leonard <oleonard@myacpl.org>
Fri, 3 Mar 2023 13:40:03 +0000 (13:40 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 16 Mar 2023 19:23:35 +0000 (16:23 -0300)
commitc07ada6c851d492ad696250840cb16ed28dc9362
treed41e9f3fd21e89fbcfe72cdd0b12b8de7aa01835
parent4628d2e81cf97951e978ae1e18a6939767ad2b09
Bug 33126: Markup error in staff interface tab wrapper

This patch makes a minor correction to the tab WRAPPER directives: a
<li> which should be </li>.

The patch also modifies the example WRAPPER markup to correct an error
and clarify usage.

To test, apply the patch and test a page which has been updated to use
tab wrappers: The about page, basket groups, library transfer limits.
Tabs should continue to work as expected.

Before the patch, the about page source will include this:

<li role="presentation" class="active">
    <a href="about_panel" aria-controls="about_panel" role="tab" data-toggle="tab">
       Server information
    </a>
<li>

After the patch the closing </li> will be correct.

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc