Bugzilla – Attachment 190979 Details for
Bug 41536
ILL "Confirm Request" button fails to stand out as a primary action
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41536: Add 'btn-primary' class to 'Confirm request' button
Bug-41536-Add-btn-primary-class-to-Confirm-request.patch (text/plain), 1.53 KB, created by
Pedro Amorim
on 2026-01-07 10:36:04 UTC
(
hide
)
Description:
Bug 41536: Add 'btn-primary' class to 'Confirm request' button
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2026-01-07 10:36:04 UTC
Size:
1.53 KB
patch
obsolete
>From 1d849ca717e331558d22936d988f338ad47b5b92 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Wed, 7 Jan 2026 10:26:33 +0000 >Subject: [PATCH] Bug 41536: Add 'btn-primary' class to 'Confirm request' > button > >This makes the button stand out from the other available actions >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 6 +++++- > 1 file changed, 5 insertions(+), 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 f579fe8aec8..aab07cdd241 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 >@@ -588,7 +588,11 @@ > <a > title="[% action.ui_method_name | html %]" > id="ill-toolbar-btn-[% action.id | lower | html %]" >- class="btn btn-default" >+ [% IF action.id == 'REQ' %] >+ class="btn btn-primary" >+ [% ELSE %] >+ class="btn btn-default" >+ [% END%] > href="/cgi-bin/koha/ill/ill-requests.pl?op=[% action.method | uri %]&illrequest_id=[% request.illrequest_id | uri %]" > > > <span class="fa [% action.ui_method_icon | html %]"></span> >-- >2.39.5
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 41536
: 190979 |
190980
|
190981