From 8ad4ca62f5b939e32ed3f90f9cb69bf309dd888c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 19 Oct 2023 14:50:18 +0000 Subject: [PATCH] Bug 35068: (follow-up) Update button order and icons This patch updates the Renew and Check-in buttons so that they have icons matching the ones used for the Renew and Check-in search tabs in the header. The patch also moves the Renew button so that it is next to the Renew all button. I think this makes more logical sense. So the order is: - Check in selected items - Renew selected items - Renew all Signed-off-by: Kelly --- koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 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 a51fb10347..8d51af2e25 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc @@ -62,8 +62,8 @@ [% END %] - - + + [% END %] -- 2.30.2