Bugzilla – Attachment 173916 Details for
Bug 35570
Add a generic master form in ILL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35570: (QA follow-up): Fix styling of confirmation buttons
Bug-35570-QA-follow-up-Fix-styling-of-confirmation.patch (text/plain), 3.82 KB, created by
Pedro Amorim
on 2024-11-04 13:17:53 UTC
(
hide
)
Description:
Bug 35570: (QA follow-up): Fix styling of confirmation buttons
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-11-04 13:17:53 UTC
Size:
3.82 KB
patch
obsolete
>From 86ed3d049a2bd46f793f833ca0fe4ef05683fefa Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 4 Nov 2024 13:15:34 +0000 >Subject: [PATCH] Bug 35570: (QA follow-up): Fix styling of confirmation > buttons > >--- > Koha/ILL/Backend/intra-includes/cancel.inc | 2 +- > Koha/ILL/Backend/intra-includes/confirm.inc | 2 +- > Koha/ILL/Backend/intra-includes/create.inc | 2 +- > Koha/ILL/Backend/intra-includes/edititem.inc | 2 +- > Koha/ILL/Backend/opac-includes/create.inc | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/Koha/ILL/Backend/intra-includes/cancel.inc b/Koha/ILL/Backend/intra-includes/cancel.inc >index 99301ffbf4..3d93a4e844 100644 >--- a/Koha/ILL/Backend/intra-includes/cancel.inc >+++ b/Koha/ILL/Backend/intra-includes/cancel.inc >@@ -10,7 +10,7 @@ > <p> > [% base_url = "/cgi-bin/koha/ill/ill-requests.pl" %] > [% proceed_url = base_url _ "?method=cancel&stage=confirm" _ "&illrequest_id=" _ request.illrequest_id %] >- <a class="btn btn-sm btn-default" href="[% proceed_url | url %]">Revert request</a> >+ <a class="btn btn-sm btn-primary" href="[% proceed_url | url %]">Revert request</a> > <a class="btn btn-sm btn-default cancel" href="[% base_url | url %]">Cancel</a> > </p> > [% END %] >diff --git a/Koha/ILL/Backend/intra-includes/confirm.inc b/Koha/ILL/Backend/intra-includes/confirm.inc >index 099c5d6a67..21a307fcd0 100644 >--- a/Koha/ILL/Backend/intra-includes/confirm.inc >+++ b/Koha/ILL/Backend/intra-includes/confirm.inc >@@ -10,7 +10,7 @@ > <p> > [% base_url = "/cgi-bin/koha/ill/ill-requests.pl" %] > [% proceed_url = base_url _ "?method=confirm&stage=confirm" _ "&illrequest_id=" _ request.illrequest_id %] >- <a class="btn btn-sm btn-default" href="[% proceed_url | url %]">Confirm request</a> >+ <a class="btn btn-sm btn-primary" href="[% proceed_url | url %]">Confirm request</a> > <a class="btn btn-sm btn-default cancel" href="[% base_url | url %]">Cancel</a> > </p> > [% ELSE %] >diff --git a/Koha/ILL/Backend/intra-includes/create.inc b/Koha/ILL/Backend/intra-includes/create.inc >index 0130d22fa6..f19849b66e 100644 >--- a/Koha/ILL/Backend/intra-includes/create.inc >+++ b/Koha/ILL/Backend/intra-includes/create.inc >@@ -107,7 +107,7 @@ > </ol> > </fieldset> > <fieldset class="action"> >- <input id="ill-submit" type="submit" value="Create" disabled /> >+ <input id="ill-submit" class="btn btn-primary" type="submit" value="Create" disabled /> > <a class="cancel" href="/cgi-bin/koha/ill/ill-requests.pl">Cancel</a> > </fieldset> > <input type="hidden" name="method" value="create" /> >diff --git a/Koha/ILL/Backend/intra-includes/edititem.inc b/Koha/ILL/Backend/intra-includes/edititem.inc >index d56d86e013..dda913ecea 100644 >--- a/Koha/ILL/Backend/intra-includes/edititem.inc >+++ b/Koha/ILL/Backend/intra-includes/edititem.inc >@@ -73,7 +73,7 @@ > [% END %] > [% INCLUDE "${cwd}/shared-includes/custom_fields.inc" %] > <fieldset class="action"> >- <input id="ill-submit" type="submit" value="Update"/> >+ <input id="ill-submit" class="btn btn-primary" type="submit" value="Update"/> > <a class="cancel" href="/cgi-bin/koha/ill/ill-requests.pl">Cancel</a> > </fieldset> > <input type="hidden" name="illrequest_id" value="[% whole.value.other.illrequest_id | html %]" /> >diff --git a/Koha/ILL/Backend/opac-includes/create.inc b/Koha/ILL/Backend/opac-includes/create.inc >index 91450d66d2..dc0779a1ee 100644 >--- a/Koha/ILL/Backend/opac-includes/create.inc >+++ b/Koha/ILL/Backend/opac-includes/create.inc >@@ -104,7 +104,7 @@ > </fieldset> > > <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.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 35570
:
159942
|
159943
|
159944
|
159946
|
159947
|
160452
|
160457
|
160654
|
160655
|
160656
|
160657
|
160658
|
160659
|
160660
|
160686
|
161519
|
161520
|
161521
|
161522
|
161523
|
161524
|
162894
|
162897
|
162898
|
162899
|
162900
|
162901
|
162902
|
162903
|
162904
|
162905
|
164277
|
164278
|
164279
|
164280
|
164281
|
164282
|
164283
|
164284
|
165204
|
165205
|
165206
|
165207
|
165208
|
165209
|
165210
|
165211
|
165286
|
165287
|
165288
|
165289
|
165290
|
165291
|
165292
|
165293
|
167050
|
167051
|
171312
|
171313
|
171314
|
171315
|
171316
|
171317
|
171318
|
171319
|
171320
|
171321
|
171322
|
171323
|
172218
|
172219
|
172722
|
172723
|
172724
|
172725
|
172726
|
172727
|
172728
|
172729
|
172730
|
172731
|
172732
|
172733
|
172734
|
172735
|
172740
|
172741
|
172742
|
172743
|
172744
|
172745
|
172746
|
172747
|
172748
|
172749
|
172750
|
172751
|
172752
|
172753
|
172780
|
172809
|
172811
| 173916 |
173917
|
173918