From c49a21046d9e99ea68d5215b0bd0a02546e36def 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 0528293..ce4ae90 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(){
</ol>
</fieldset>
<fieldset class="rows">
- <legend>Item statuses</legend>
+ <legend>Limit to items matching all the following statuses</legend>
<div id="statuses" style="display: block;">
[% FOREACH status IN statuses %]
[% IF (status.values) %]
--
1.7.2.5