From 2b621042a7bb74b591bf64137a9a3b966a2dd6c0 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" --- 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 92f35127f9..c2ebfd7b6e 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.43.0