From 39145c3d969d14c7e06178f917cfcc8b04ac3d2a 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 6616f60..9498220 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) %] -- 1.7.2.5