server/src/main/webapp/WEB-INF/templates/fragment/userForm.html
branchuser_management
changeset 226 d2b688aadd8c
parent 225 0fcce86e650c
child 227 0877747b0213
--- a/server/src/main/webapp/WEB-INF/templates/fragment/userForm.html	Tue Oct 22 17:54:30 2013 +0200
+++ b/server/src/main/webapp/WEB-INF/templates/fragment/userForm.html	Wed Oct 23 01:43:09 2013 +0200
@@ -20,7 +20,7 @@
             }
 
             var password = $('#password').val();
-            var passwordConf = $('#passwordConf').val();
+            var passwordConf = $('#passwordConfirm').val();
             var objId = $('#id').val();
             
             if(objId && !password) {
@@ -59,7 +59,7 @@
      <fieldset class="form-fields">
        <input type="hidden" th:field="*{id}" th:if="*{id}" />
        <div>
-         <label for="title" th:text="#{renkanAdmin.form.title}">Title: </label> 
+         <label for="title" th:text="#{renkanAdmin.form.name}">Name: </label> 
          <input type="text" th:field="*{title}" />
          <div th:if="${#fields.hasErrors('title')}" th:errors="*{title}" class="form-error"></div>
        </div>