From 16e4b10f2de003ebad300c7dfa664525f41d47ed Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 16 Dec 2013 10:57:52 -0500 Subject: [PATCH] Bug 11405 [3] - Update item status fieldset string to be more descriptive The inventory tool has a fieldset title "Item status" but does not explain what selecting item statuses does. This fieldset legend should be updated to explain what these checkboxes do. This patch changes the legend from "Item statuses" to "Limit to items matching all the following statuses". --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index 9b9ce7b..de493ec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -172,7 +172,7 @@ $(document).ready(function(){
- Item statuses + Limit to items matching all the following statuses
[% FOREACH status IN statuses %] [% IF (status.values) %] -- 2.1.4