Koha/koha-tmpl/opac-tmpl/bootstrap/en
Fridolin Somers e5a78261b5 Bug 28927: Fix id opacmainuserblock used twice in OPAC
Since preference OpacMainUserBlock is now an HTML customization,
there is actually an HTML tags with id="opacmainuserblock" and one with id="OpacMainUserBlock".
Same for OPACNavRight in opac-registration-confirmation.tt

This patch removed id from page to keep the one comming from HTML customization include.

Test plan :
1) Create an HTML customization for OpacMainUserBlock with some text
2) Go to OPAC main page
3) Check HTML code of the page
4) Check you see id="OpacMainUserBlock" once and not id="opacmainuserblock"
5) Same for id="opacnavright" in opac-registration-confirmation.tt

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-09-28 15:12:45 +02:00
..
includes Bug 28536: Move translatable strings into overdrive.js 2021-09-21 20:22:57 +02:00
modules Bug 28927: Fix id opacmainuserblock used twice in OPAC 2021-09-28 15:12:45 +02:00
xslt Bug 10265: (QA follow-up) Make if-else checks consistent 2021-09-09 10:59:38 +02:00