Index: lams_admin/web/user.jsp =================================================================== diff -u -r6773df2f14e862722e0c63f969649af559ec0439 -re3a1990532eb6f5524cd15ec1feec08131d9b3d2 --- lams_admin/web/user.jsp (.../user.jsp) (revision 6773df2f14e862722e0c63f969649af559ec0439) +++ lams_admin/web/user.jsp (.../user.jsp) (revision e3a1990532eb6f5524cd15ec1feec08131d9b3d2) @@ -1,5 +1,4 @@ - <%@ include file="/taglibs.jsp"%> <%@ page import="org.lamsfoundation.lams.util.Configuration"%> <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys"%> @@ -60,7 +59,8 @@ $(function() { // Setup form validation $("#userForm").validate({ - errorClass : 'text-danger form-text font-italic', + validClass: "is-valid", + errorClass: 'is-invalid', // validation rules rules : { login : { @@ -315,16 +315,19 @@
- + : + +
+ + @@ -345,7 +349,8 @@
+ @@ -356,7 +361,8 @@
+
@@ -365,7 +371,8 @@
+ @@ -374,15 +381,17 @@
+
+ @@ -392,7 +401,8 @@
+ @@ -424,23 +434,26 @@
+
+
+
@@ -523,7 +536,8 @@ - + " />
@@ -541,7 +555,6 @@ -

@@ -600,8 +613,6 @@

- - - + \ No newline at end of file