Bugzilla – Attachment 176140 Details for
Bug 38819
ILL - 'Switch provider' should use AutoILLBackendPriority
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38819: Auto switch: Breadcrumbs+header titles
Bug-38819-Auto-switch-Breadcrumbsheader-titles.patch (text/plain), 1.71 KB, created by
David Nind
on 2025-01-03 17:43:10 UTC
(
hide
)
Description:
Bug 38819: Auto switch: Breadcrumbs+header titles
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-01-03 17:43:10 UTC
Size:
1.71 KB
patch
obsolete
>From 6ca05490966baa4d2f9a1284c5f5808f6652864c Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 3 Jan 2025 12:37:42 -0100 >Subject: [PATCH] Bug 38819: Auto switch: Breadcrumbs+header titles > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 8 ++++++++ > 1 file changed, 8 insertions(+) > >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 5d8d209793..73863279be 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 >@@ -49,7 +49,11 @@ > <a href="/cgi-bin/koha/ill/ill-requests.pl">ILL requests</a> > [% END %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >+ [% IF(auto_migrate) %] >+ <span>Confirm switch provider</span> >+ [% ELSE %] > <span>Confirm automatic request</span> >+ [% END %] > [% END %] > [% ELSE %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >@@ -943,7 +947,11 @@ > </div> > [% ELSIF op == 'confirmautoill' %] > <!-- confirmautoill --> >+ [% IF(auto_migrate) %] >+ <h1>Confirm switch provider</h1> >+ [% ELSE %] > <h1>Confirm automatic request</h1> >+ [% END %] > <div id="results" class="page-section"> > <form method="post" id="confirmautoill-goback-form"> > [% FOREACH key IN whole.keys %] >-- >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 38819
:
176121
|
176122
|
176123
|
176139
|
176140
|
176141
|
176519
|
176520
|
176521
|
176575