Bugzilla – Attachment 177403 Details for
Bug 38718
main container wrapper
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38718: (follow-up) Wrap both search form and search results in wrapper
Bug-38718-follow-up-Wrap-both-search-form-and-sear.patch (text/plain), 2.03 KB, created by
Owen Leonard
on 2025-01-31 19:08:29 UTC
(
hide
)
Description:
Bug 38718: (follow-up) Wrap both search form and search results in wrapper
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-01-31 19:08:29 UTC
Size:
2.03 KB
patch
obsolete
>From 51d3a93fb9dd002191e7f8540f2906d95e66f200 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 31 Jan 2025 16:52:40 +0000 >Subject: [PATCH] Bug 38718: (follow-up) Wrap both search form and search > results in wrapper > >Also pass "wide_full" parameter to main-container.inc >--- > .../prog/en/modules/catalogue/itemsearch.tt | 25 ++++++++----------- > 1 file changed, 11 insertions(+), 14 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index d90f4d77a52..860113b34a4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -194,7 +194,7 @@ > [% END #/ WRAPPER breadcrumbs %] > [% END #/ WRAPPER sub-header.inc %] > >-[% WRAPPER 'main-container.inc' %] >+[% WRAPPER 'main-container.inc' wide_full => 1 %] > > <div id="item-search-block"> > <h1>Item search</h1> >@@ -337,21 +337,18 @@ > </div> > </fieldset> > </form> >-[% END %] >- <div class="row"> >- <div class="col-md-12"> >- <div id="results-wrapper"> >- >- </div> >- </div> > </div> > >- <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_operations"> >- <!-- dummy values which will be replaced by JavaScript --> >- [% INCLUDE 'csrf-token.inc' %] >- <input type="hidden" name="op" value="cud-show" /> >- <input type="hidden" id="batch_mod_del" name="del" value="0" /> >- </form> >+ <div id="results-wrapper"></div> >+ >+ <form method="POST" action="/cgi-bin/koha/tools/batchMod.pl" id="batch_item_operations"> >+ <!-- dummy values which will be replaced by JavaScript --> >+ [% INCLUDE 'csrf-token.inc' %] >+ <input type="hidden" name="op" value="cud-show" /> >+ <input type="hidden" id="batch_mod_del" name="del" value="0" /> >+ </form> >+[% END %] >+ > > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'calendar.inc' %] >-- >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 38718
: 177403 |
177404
|
177405
|
177406
|
177407