From bf17c243e1a8a73a6e58b685aa25bc697459eca4 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". --- .../prog/en/modules/tools/inventory.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 b5acf1d..aad2ab3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -139,7 +139,7 @@ $(document).ready(function(){
- Item statuses + Limit to items matching all the following statuses
[% FOREACH status IN statuses %] [% IF (status.values) %] -- 1.7.2.5