Bug 14163: Acq order form: rename 'Show all' to 'Show inactive'

On the order form there is a checkbox next to the fund list labelled
'show all'. Checking the checkbox will result in the inactive funds
showing in the pull down list as well.

The patch renames the label to 'Show inactive' to make the purpose
more clear.

To test:
- Create a new order
- Verify the label has changed as described above
- Decide if the change makes sense

Signed-off-by: tadeasm <tadeas.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2015-05-25 10:45:54 +02:00 committed by Tomas Cohen Arazi
parent fbe25b1d8e
commit 8eb049a6a1

View file

@ -513,7 +513,7 @@ $(document).ready(function()
[% END %]
</select>
<span class="required">Required</span>
<label for="showallbudgets" style="float:none;width:auto;">&nbsp;Show all:</label>
<label for="showallbudgets" style="float:none;">&nbsp;Show inactive:</label>
<input type="checkbox" id="showallbudgets" />
[% END %]
</li>