Bugzilla – Attachment 185190 Details for
Bug 31391
Staff-side recalls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31391: (follow-up) Fix button and alert HTML classes
Bug-31391-follow-up-Fix-button-and-alert-HTML-clas.patch (text/plain), 3.75 KB, created by
Aleisha Amohia
on 2025-08-07 04:04:25 UTC
(
hide
)
Description:
Bug 31391: (follow-up) Fix button and alert HTML classes
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2025-08-07 04:04:25 UTC
Size:
3.75 KB
patch
obsolete
>From 34329da32f675bf62c550aaf21f56f884fad862e Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 7 Aug 2025 04:03:31 +0000 >Subject: [PATCH] Bug 31391: (follow-up) Fix button and alert HTML classes > >--- > .../intranet-tmpl/prog/en/modules/recalls/request.tt | 10 +++++----- > .../intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 2 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt >index a70f935d4f7..1728a261b85 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt >@@ -90,9 +90,9 @@ > <input type="hidden" name="op" value="cud-request" /> > <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]" /> > [% IF error %] >- <input type="submit" class="btn btn-default" value="Place recall" disabled="disabled" /> >+ <input type="submit" class="btn btn-primary" value="Place recall" disabled="disabled" /> > [% ELSE %] >- <input type="submit" class="btn btn-default" value="Place recall" /> >+ <input type="submit" class="btn btn-primary" value="Place recall" /> > [% END %] > <a href="/cgi-bin/koha/recalls/request.pl?biblionumber=[% biblio.biblionumber | uri %]" class="cancel">Cancel</a> > </fieldset> >@@ -177,9 +177,9 @@ > <input type="hidden" name="op" value="cud-request" /> > <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]" /> > [% IF error %] >- <input type="submit" class="btn btn-default" value="Place recall" disabled="disabled" /> >+ <input type="submit" class="btn btn-primary" value="Place recall" disabled="disabled" /> > [% ELSE %] >- <input type="submit" class="btn btn-default" value="Place recall" /> >+ <input type="submit" class="btn btn-primary" value="Place recall" /> > [% END %] > <a href="/cgi-bin/koha/recalls/request.pl?biblionumber=[% biblio.biblionumber | uri %]" class="cancel">Cancel</a> > </fieldset> >@@ -188,7 +188,7 @@ > [% ELSE %] > > [% IF Koha.Preference('UseRecalls') == 'opac' %] >- <div class="dialog alert"> Due to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UseRecalls">UseRecalls</a> system preference, recalls cannot be placed through the staff interface. </div> >+ <div class="alert alert-warning"> Due to the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UseRecalls">UseRecalls</a> system preference, recalls cannot be placed through the staff interface. </div> > [% ELSE %] > <fieldset> > <h2>Search patrons</h2> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 087f55c28dd..037e3599fa1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -253,7 +253,7 @@ > [% END %] > > [% IF ( recallerror ) %] >- <div class="dialog alert"> >+ <div class="alert alert-warning"> > <h3>Hold cannot be converted to a recall</h3> > <p>A recall cannot be placed for one or more holds. Check your <a href="/cgi-bin/koha/admin/smart-rules.pl">circulation and fine rules</a>.</p> > </div> >-- >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 31391
:
139442
|
139443
|
139444
|
139446
|
139642
|
139643
|
139644
|
139645
|
141474
|
142594
|
143155
|
144104
|
144105
|
144131
|
144132
|
144133
|
144134
|
144135
|
144136
|
147581
|
147582
|
150485
|
150486
|
150487
|
150488
|
150489
|
150490
|
150491
|
156995
|
156996
|
156997
|
156998
|
156999
|
157000
|
157001
|
158691
|
158692
|
158693
|
158694
|
158695
|
158825
|
158826
|
158827
|
158828
|
158829
|
158830
|
158831
|
158832
|
172166
|
172167
|
172168
|
172169
|
172170
|
172171
|
172172
|
172173
|
172174
|
172175
|
173839
|
173840
|
173841
|
173842
|
173843
|
173844
|
173845
|
173846
|
173847
|
174396
|
174822
|
174823
|
174824
|
174825
|
174826
|
174827
|
174828
|
174829
|
174830
|
174831
|
177901
|
177902
|
177903
|
177904
|
177905
|
177906
|
177907
|
177908
|
177909
|
177910
|
185180
|
185181
|
185182
|
185183
|
185184
|
185185
|
185186
|
185187
|
185188
|
185189
| 185190