diff --git a/src/main/webapp/WEB-INF/view/help.jsp b/src/main/webapp/WEB-INF/view/help.jsp index 4e4c6940a..de7fc7b74 100644 --- a/src/main/webapp/WEB-INF/view/help.jsp +++ b/src/main/webapp/WEB-INF/view/help.jsp @@ -1,11 +1,10 @@ <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> - + - - - + + <la:message key="labels.search_title" /> @@ -17,7 +16,7 @@
-
+
@@ -28,7 +27,7 @@

- + diff --git a/src/main/webapp/WEB-INF/view/index.jsp b/src/main/webapp/WEB-INF/view/index.jsp index 5a907b512..8f2289bdc 100644 --- a/src/main/webapp/WEB-INF/view/index.jsp +++ b/src/main/webapp/WEB-INF/view/index.jsp @@ -218,8 +218,7 @@
- + diff --git a/src/main/webapp/WEB-INF/view/login/index.jsp b/src/main/webapp/WEB-INF/view/login/index.jsp index 8d1d55397..680071cb5 100644 --- a/src/main/webapp/WEB-INF/view/login/index.jsp +++ b/src/main/webapp/WEB-INF/view/login/index.jsp @@ -86,8 +86,7 @@ - + diff --git a/src/main/webapp/WEB-INF/view/login/logout.jsp b/src/main/webapp/WEB-INF/view/login/logout.jsp index 759f2751a..c007b32bf 100644 --- a/src/main/webapp/WEB-INF/view/login/logout.jsp +++ b/src/main/webapp/WEB-INF/view/login/logout.jsp @@ -15,7 +15,7 @@
-
+

diff --git a/src/main/webapp/WEB-INF/view/search.jsp b/src/main/webapp/WEB-INF/view/search.jsp index 3b5e17aa5..a2e545f4f 100644 --- a/src/main/webapp/WEB-INF/view/search.jsp +++ b/src/main/webapp/WEB-INF/view/search.jsp @@ -111,8 +111,7 @@
- + diff --git a/src/main/webapp/js/help.js b/src/main/webapp/js/help.js index 04356c40f..fac2f1518 100644 --- a/src/main/webapp/js/help.js +++ b/src/main/webapp/js/help.js @@ -10,6 +10,14 @@ $(function(){ return true; }); + $("[data-toggle='control-options']").click(function(e) { + e.preventDefault(); + var target = $(this).attr('data-target') || $(this).attr('href'); + if (target) { + $(target).toggleClass("active"); + } + }); + $('#searchOptionsClearButton').on('click', function(e) { $('#labelTypeSearchOption').prop('selectedIndex', -1); $('#langSearchOption').prop('selectedIndex', 0);