Bugzilla – Attachment 121121 Details for
Bug 28346
Action buttons should have a class per action type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28346: (QA follow-up) Correct silly mistake with cancel-action
Bug-28346-QA-follow-up-Correct-silly-mistake-with-.patch (text/plain), 1.48 KB, created by
Lucas Gass (lukeg)
on 2021-05-18 15:58:40 UTC
(
hide
)
Description:
Bug 28346: (QA follow-up) Correct silly mistake with cancel-action
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-05-18 15:58:40 UTC
Size:
1.48 KB
patch
obsolete
>From 1f5b25e199f63fb3569c32b10c1941501ab08ca5 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 18 May 2021 13:59:11 +0100 >Subject: [PATCH] Bug 28346: (QA follow-up) Correct silly mistake with > cancel-action > >This patch moves the cancel-action class introduced in the previous >commit from the font-icon to the button where it should be. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index 42f8923825..a295a2f0b5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -121,8 +121,8 @@ > <input type="hidden" name="csrf_token" value="[% csrf_token | html %]"> > <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]"> > <input type="hidden" name="accountlines_id" value="[% account.accountlines_id | html %]"> >- <button type="submit" class="btn btn-default btn-xs"> >- <i class="fa fa-ban cancel-action"></i> >+ <button type="submit" class="btn btn-default btn-xs cancel-action"> >+ <i class="fa fa-ban"></i> > Cancel charge > </button> > </form> >-- >2.11.0
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 28346
:
120917
|
121108
|
121109
|
121118
|
121120
|
121121
|
121122
|
123923
|
123924
|
123953
|
123954