From: Jason Stephenson Date: Thu, 26 May 2016 19:23:03 +0000 (-0400) Subject: LP 1548993: Remember the Show More/Fewer Details button selection. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7ad3502a42f2ecca9b6d304c912f4fe3cc0fa17f;p=evergreen%2Fmasslnc.git LP 1548993: Remember the Show More/Fewer Details button selection. The state of the Show More/Fewer Details button selection was previously not remembered across searches or across changes to advanced search. This commit attempts to remedy that. Signed-off-by: Jason Stephenson Signed-off-by: Jeanette Lundgren Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 index 85e2ca2c29..c883336fe8 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 @@ -1,6 +1,8 @@
[% l("Expert Search") %]
+ diff --git a/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 b/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 index 4644600568..f768c10202 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/numeric.tt2 @@ -2,6 +2,8 @@
[% l("Numeric Search") %]
+
+ diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index 9d5dbf4227..ccf1ba27ef 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -47,7 +47,7 @@