diff --git a/src/main/webapp/WEB-INF/view/help.jsp b/src/main/webapp/WEB-INF/view/help.jsp index 4e4c6940a0ee7a6d2c46115802a9b9270c52fbe2..de7fc7b745b195b0ce22c05369a10bface31c8ca 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 5a907b512840569ae5947f2f54bf78bd51a93534..8f2289bdcba9c38b5a883bb108e0dee8c5a7c365 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 8d1d553975a574b934641eb59a264a5995561d9f..680071cb546f71fdced0af9fa7c5eec55c5007bf 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 759f2751afb9c6b9c196deae6486b48c8daea277..c007b32bf057629e7c413749e935acca44ea7aff 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 3b5e17aa527ef966a84e36c966c98fb1368ef98f..a2e545f4f9f0b2bfecb2a58b4086bd82c04b069c 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 04356c40fc3ce82c70b103843c321cc747724036..fac2f15182c9b76a835e000390badea8295289b3 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);