Bugzilla – Attachment 164187 Details for
Bug 36472
Add search box at the top of the authorities editor page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36472: Add search box at the top of the authorities editor page
Bug-36472-Add-search-box-at-the-top-of-the-authori.patch (text/plain), 1.29 KB, created by
Owen Leonard
on 2024-04-01 13:07:57 UTC
(
hide
)
Description:
Bug 36472: Add search box at the top of the authorities editor page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-04-01 13:07:57 UTC
Size:
1.29 KB
patch
obsolete
>From 1491fa6bf71609faf1c5fd1bd101f251261ce82a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 1 Apr 2024 13:04:06 +0000 >Subject: [PATCH] Bug 36472: Add search box at the top of the authorities > editor page > >This patch adds the authority search header include to the authorities >editor page. > >To test, apply the patch and go to Authorities -> New authority. > >There should now be a set of authority search forms at the top of the >page. >--- > .../prog/en/modules/authorities/authorities.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >index 101187a51a..c71cef5812 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >@@ -373,13 +373,13 @@ > > </head> > <body id="auth_authorities" class="auth"> >- >+ [% WRAPPER 'header.inc' %] >+ [% INCLUDE 'authorities-search.inc' %] >+ [% END %] > <div id="loading"> > <div>Loading, please wait...</div> > </div> > >- [% INCLUDE 'header.inc' %] >- > [% WRAPPER 'sub-header.inc' %] > [% WRAPPER breadcrumbs %] > [% WRAPPER breadcrumb_item %] >-- >2.30.2
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 36472
:
164187
|
164190
|
166628