From e2a0a18beaddae8688861c012c6b4f681a861f70 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Tue, 11 Sep 2018 17:09:35 +0200 Subject: [PATCH] Bug 15219: Reword "select all" links since they select only visible rows --- .../intranet-tmpl/prog/en/includes/checkouts-table.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc index 696ff67bd1..cbd12467f8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc @@ -24,9 +24,9 @@ Charge Fine Price - Renew

select all | none

- Check in

select all | none

- Export

select all | none

+ Renew

select all visible rows | none

+ Check in

select all visible rows | none

+ Export

select all visible rows | none

[% INCLUDE 'checkouts-table-footer.inc' %] -- 2.17.1