[GIT] Evergreen ILS branch main updated. 7f1e4162b54a062b5f24c556a59cd1545bc6bfc7

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via 7f1e4162b54a062b5f24c556a59cd1545bc6bfc7 (commit) from a5b6bb92e5eaa3e4121f77d43ec1d6524ecbcae4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7f1e4162b54a062b5f24c556a59cd1545bc6bfc7 Author: Terran McCanna <tmccanna@georgialibraries.org> Date: Mon Apr 7 12:54:16 2025 -0400 LP2106414 OPAC Alert Banner - restore dropped line Restores a previously dropped line in the TT2. It didn't cause an obvious breakage until you tried adding a link in the alert text, and then it would only allow the link to be opened as a right-click. Release-note: Restores dropped line of code in OPAC alert banner. Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> Signed-off-by: blake <blake@mobiusconsortium.org> diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/topnav.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/topnav.tt2 index 21bc934139..e14a03edbd 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/topnav.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/topnav.tt2 @@ -3,9 +3,10 @@ && ctx.get_org_setting(ctx.physical_loc || ctx.aou_tree.id, 'opac.alert_banner_text') && ctx.get_org_setting(ctx.physical_loc || ctx.aou_tree.id, 'opac.alert_banner_type') %] <div class="alert alert-[% ctx.get_org_setting(ctx.physical_loc || ctx.aou_tree.id, 'opac.alert_banner_type') | html %] - <button type="button" class="close" data-dismiss="alert" aria-label="Close"> - <span aria-hidden="true">×</span> - </button> + alert-dismissible mb-0" role="alert"> + <button type="button" class="close" data-dismiss="alert" aria-label="Close"> + <span aria-hidden="true">×</span> + </button> [% ctx.defang_string(ctx.get_org_setting(ctx.physical_loc || ctx.aou_tree.id, 'opac.alert_banner_text')) %] </div> [%- END -%] ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/templates-bootstrap/opac/parts/topnav.tt2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User