Bugzilla – Attachment 162874 Details for
Bug 36249
ILL - "Request from partners" action is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36249: Fix styling of 'Send email' button
Bug-36249-Fix-styling-of-Send-email-button.patch (text/plain), 1.42 KB, created by
Martin Renvoize (ashimema)
on 2024-03-07 09:46:34 UTC
(
hide
)
Description:
Bug 36249: Fix styling of 'Send email' button
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-03-07 09:46:34 UTC
Size:
1.42 KB
patch
obsolete
>From 3de58c33b0f24ddc7c77b9c06d2c8f6e2a65ef5b Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 6 Mar 2024 16:15:31 +0000 >Subject: [PATCH] Bug 36249: Fix styling of 'Send email' button > >This button was using the old 'btn-default' class instead of the new 'btn-primary' form 22.11 onwards > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index cc510fc16a6..341715b52f2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -362,7 +362,7 @@ > <input type="hidden" value="[% request.illrequest_id | html %]" name="illrequest_id"> > </fieldset> > <fieldset class="action"> >- <input type="submit" class="btn btn-default" value="Send email"/> >+ <input type="submit" class="btn btn-primary" value="Send email"/> > <span><a href="[% ill_url | url %]" title="Return to request details">Cancel</a></span> > </fieldset> > </form> >-- >2.44.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 36249
:
162838
|
162840
|
162841
|
162873
| 162874