Bugzilla – Attachment 34375 Details for
Bug 13307
Create a link to the last advanced search in search result page (OPAC)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Fix Patch- Search boxes disappear when returning to advanced search
Signed-off-Fix-Patch--Search-boxes-disappear-when-.patch (text/plain), 1.45 KB, created by
Marc Véron
on 2014-12-13 09:05:13 UTC
(
hide
)
Description:
[Signed-off] Fix Patch- Search boxes disappear when returning to advanced search
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-12-13 09:05:13 UTC
Size:
1.45 KB
patch
obsolete
>From 6c28c38a083b0c2800845f50adfaff74abb3ff54 Mon Sep 17 00:00:00 2001 >From: simith <simith@inlibro.com> >Date: Wed, 3 Dec 2014 09:53:48 -0500 >Subject: [PATCH] [Signed-off] Fix Patch- Search boxes disappear when > returning to advanced search >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >http://bugs.koha-community.org/show_bug.cgi?id=13307 >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >index 49d3198..97afcda 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >@@ -416,12 +416,12 @@ $(document).ready(function() { > if (numPar > [% search_boxes_count %]){ > jQuery.cookie("num_paragraph", numPar,{ path: '/'}); > }else{ >- jQuery.cookie("num_paragraph", null,{ path: '/'}); >+ jQuery.removeCookie("num_paragraph", { path: '/'}); > } > jQuery.cookie("search_path_code", 'exs',{ path: '/'}); > [% ELSE %] > jQuery.cookie("search_path_code", 'ads',{ path: '/'}); >- jQuery.cookie("num_paragraph", null,{ path: '/'}); >+ jQuery.removeCookie("num_paragraph", { path: '/'}); > [% END %] > }); > >-- >1.7.10.4
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 13307
:
33741
|
33801
|
34050
|
34095
|
34362
|
34363
|
34374
|
34375
|
34376
|
34590
|
34591
|
34592
|
34593