Bugzilla – Attachment 146280 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.27 KB, created by
Jonathan Druart
on 2023-02-06 15:40:26 UTC
(
hide
)
Description:
Bug 32786: Display admin header on curbside pickup admin
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-02-06 15:40:26 UTC
Size:
1.27 KB
patch
obsolete
>From 0f407e32af51660748d89063707167e320da9c47 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 >--- > .../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 f4597d88bac..cac1c85f71b 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.25.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