Bugzilla – Attachment 173755 Details for
Bug 36221
Improve styling of Standard backend create OPAC form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36221: Update 'Create' button class
Bug-36221-Update-Create-button-class.patch (text/plain), 1.08 KB, created by
Martin Renvoize (ashimema)
on 2024-10-31 07:27:45 UTC
(
hide
)
Description:
Bug 36221: Update 'Create' button class
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-31 07:27:45 UTC
Size:
1.08 KB
patch
obsolete
>From 24051290409198154e1a15e92fe6f3661f8a1f35 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 8 Mar 2024 15:22:03 +0000 >Subject: [PATCH] Bug 36221: Update 'Create' button class > >btn-primary should be used here, not btn-default > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/ILL/Backend/opac-includes/create.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/ILL/Backend/opac-includes/create.inc b/Koha/ILL/Backend/opac-includes/create.inc >index 906f1cc8214..13078deae2b 100644 >--- a/Koha/ILL/Backend/opac-includes/create.inc >+++ b/Koha/ILL/Backend/opac-includes/create.inc >@@ -104,7 +104,7 @@ > [% END %] > [% INCLUDE "${cwd}/shared-includes/custom_fields.inc" %] > <fieldset class="action"> >- <input id="ill-submit" class="btn btn-default" type="submit" value="Create"/> >+ <input id="ill-submit" class="btn btn-primary" type="submit" value="Create"/> > <a class="cancel" href="/cgi-bin/koha/opac-illrequests.pl">Cancel</a> > </fieldset> > <input type="hidden" name="op" value="cud-create" /> >-- >2.47.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 36221
:
162715
|
162716
|
162933
|
162934
|
162948
|
162949
|
162970
|
162971
|
165462
|
165463
|
165464
|
165465
|
173706
|
173752
|
173753
|
173754
|
173755
|
173756
|
173939
|
173940
|
173941
|
173965
|
173969
|
174017
|
174018
|
174019
|
174020
|
174021
|
174022
|
174023
|
174024
|
174025
|
174026
|
174027
|
174385
|
174398
|
174454