From 8eacd02c1b4c6691a545522463df9b0e3a242025 Mon Sep 17 00:00:00 2001 From: nina martinez Date: Mon, 30 Jun 2025 16:58:02 +0200 Subject: [PATCH] Bug 40283: Lists page. Test plan: 1- Enable the system preference: virtualshelves 2- Create a "New list", two messages should appear "List created" and "This list is empty... ", inspect the html code of "This list is empty ... " and notice that there is a role="status" Signed-off-by: Owen Leonard --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt index 92f35127f99..c2ebfd7b6ee 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ -586,7 +586,7 @@ -
+
This list is empty. [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] You can add to your lists from the results of any search. -- 2.39.5