Bugzilla – Attachment 157526 Details for
Bug 35068
Split 'Renew or check in selected items' button in issues table into separate buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35068: (follow-up) Update button order and icons
Bug-35068-follow-up-Update-button-order-and-icons.patch (text/plain), 2.09 KB, created by
ByWater Sandboxes
on 2023-10-20 14:34:54 UTC
(
hide
)
Description:
Bug 35068: (follow-up) Update button order and icons
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2023-10-20 14:34:54 UTC
Size:
2.09 KB
patch
obsolete
>From 8ad4ca62f5b939e32ed3f90f9cb69bf309dd888c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 <kelly@bywatersolutions.com> >--- > 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 @@ > <label id="renew_as_unseen_label" for="override_limit">Renew as "unseen" if appropriate:</label> > <input type="checkbox" name="renew_as_unseen" id="renew_as_unseen_checkbox" value="1" /> > [% END %] >- <button class="btn btn-default" id="RenewChecked" disabled="disabled"><i class="fa fa-check"></i> Renew selected items</button> >- <button class="btn btn-default" id="CheckinChecked" disabled="disabled"><i class="fa fa-check"></i> Check in selected items</button> >+ <button class="btn btn-default" id="CheckinChecked" disabled="disabled"><i class="fa fa-download"></i> Check in selected items</button> >+ <button class="btn btn-default" id="RenewChecked" disabled="disabled"><i class="fa fa-retweet"></i> Renew selected items</button> > <button class="btn btn-default" id="RenewAll"><i class="fa fa-book"></i> Renew all</button> > [% END %] > </fieldset> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35068
:
157218
|
157254
|
157357
|
157465
|
157466
|
157467
|
157468
|
157523
|
157524
|
157525
|
157526
|
157552
|
158343
|
158476
|
158477
|
158478
|
158479
|
158480
|
158481
|
158482
|
158483
|
158484
|
158485
|
158788
|
158789
|
158790
|
158791
|
158792