Bugzilla – Attachment 34095 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]
Fix Patch- Search boxes disappear when returning to advanced search
Fix-Patch--Search-boxes-disappear-when-returning-t.patch (text/plain), 1.30 KB, created by
simith.doliveira
on 2014-12-03 14:55:19 UTC
(
hide
)
Description:
Fix Patch- Search boxes disappear when returning to advanced search
Filename:
MIME Type:
Creator:
simith.doliveira
Created:
2014-12-03 14:55:19 UTC
Size:
1.30 KB
patch
obsolete
>From 7dd08d3e137db980cd7e52c3c2b623ddefb94d33 Mon Sep 17 00:00:00 2001 >From: simith <simith@inlibro.com> >Date: Wed, 3 Dec 2014 09:53:48 -0500 >Subject: [PATCH] Fix Patch- Search boxes disappear when returning to advanced > search > >http://bugs.koha-community.org/show_bug.cgi?id=13307 >--- > 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.9.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 13307
:
33741
|
33801
|
34050
|
34095
|
34362
|
34363
|
34374
|
34375
|
34376
|
34590
|
34591
|
34592
|
34593