Bugzilla – Attachment 166687 Details for
Bug 35862
Display patron search result on the right of the form (modal)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35862: Remove dup aside node
Bug-35862-Remove-dup-aside-node.patch (text/plain), 1.41 KB, created by
Jonathan Druart
on 2024-05-14 12:51:07 UTC
(
hide
)
Description:
Bug 35862: Remove dup aside node
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-05-14 12:51:07 UTC
Size:
1.41 KB
patch
obsolete
>From d66353fa8866ed6a371a4cde4e325db9e2b0856b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 14 May 2024 14:46:29 +0200 >Subject: [PATCH] Bug 35862: Remove dup aside node > >The aside element is now a parent of the form block, in >patron-search.inc (BLOCK patron_search_filters). > >On members/members-home.pl there were 2 nested aside >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index ba5ad6c1077..13bc58c91f3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -131,9 +131,7 @@ > </div> <!-- /.col-sm-10.col-sm-push-2 --> > > <div class="col-sm-2 col-sm-pull-10"> >- <aside> >- [% PROCESS patron_search_filters categories => categories, libraries => libraries, filters => ['search_field', 'search_type', 'category', 'branch'], search_filter => searchmember %] >- </aside> >+ [% PROCESS patron_search_filters categories => categories, libraries => libraries, filters => ['search_field', 'search_type', 'category', 'branch'], search_filter => searchmember %] > </div> <!-- /.col-sm-2.col-sm-pull-10 --> > </div> <!-- /.row --> > >-- >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 35862
:
162858
|
162862
|
162959
| 166687 |
166688