From 9956fb833eba22a65bf2d08596fb479813067d6c Mon Sep 17 00:00:00 2001
From: Kyle M Hall <kyle@bywatersolutions.com>
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 b1a596d..5183f1e 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(){
</ol>
</fieldset>
<fieldset class="rows">
- <legend>Item statuses</legend>
+ <legend>Limit to items matching all the following statuses</legend>
<div name="statuses" style="display: block;">
[% FOREACH status IN statuses %]
[% IF (status.values) %]
--
1.7.2.5