Bugzilla – Attachment 146287 Details for
Bug 32786
Curbside pickup admin page has cities search bar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32786: Display admin header on curbside pickup admin
Bug-32786-Display-admin-header-on-curbside-pickup-.patch (text/plain), 1.34 KB, created by
Caroline Cyr La Rose
on 2023-02-06 16:14:15 UTC
(
hide
)
Description:
Bug 32786: Display admin header on curbside pickup admin
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-02-06 16:14:15 UTC
Size:
1.34 KB
patch
obsolete
>From 87f80b038bbb1ce09e323ef26b3e065baa5c48eb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 6 Feb 2023 16:39:02 +0100 >Subject: [PATCH] Bug 32786: Display admin header on curbside pickup admin > >Most other administration pages (those that don't have specific searches) >are set by default on system preferences search. > >Test plan: >Go to admin > Curbside pickup >Confirm that the syspref search is displayed in the header > >Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >--- > .../intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >index f4597d88ba..cac1c85f71 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt >@@ -20,8 +20,9 @@ > </head> > > <body id="admin_curbside_pickup" class="admin"> >-[% INCLUDE 'header.inc' %] >-[% INCLUDE 'cities-admin-search.inc' %] >+[% WRAPPER 'header.inc' %] >+ [% INCLUDE 'prefs-admin-search.inc' %] >+[% END %] > > [% USE format_minutes = format('%02d') %] > [% MACRO minutes_format BLOCK %][% IF m != "" %][% format_minutes(m) | html %][% END %][% END %] >-- >2.34.1
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 32786
:
146280
|
146287
|
146326