diff --git a/src/main/webapp/WEB-INF/jsp/base/user/user-main.jsp b/src/main/webapp/WEB-INF/jsp/base/user/user-main.jsp index 94837aa0..8f4e533e 100644 --- a/src/main/webapp/WEB-INF/jsp/base/user/user-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/base/user/user-main.jsp @@ -18,7 +18,7 @@
- +
@@ -135,7 +135,7 @@ ${infoPrefix}Control.onSelectionChange = selected => { checkbox.prop("checked", keys.includes(checkbox.val())); }); - $("#btnRemove${infoPrefix}s").prop("disabled", keys.length < 1); + $("button.on-select").prop("disabled", keys.length < 1); }; $("#term").onEnterPress(search${infoPrefix}s); diff --git a/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp b/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp index 9af9f5b8..cb859541 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/user/user-info.jsp @@ -185,8 +185,10 @@
- +