@@ -62,8 +62,8 @@ FrameTrail.defineModule('UserManagement', function(FrameTrail){
6262 + ' <form class="registrationForm" method="post">'
6363 + ' <p class="registrationFormStatus message"></p>'
6464 + ' <input type="text" name="name" placeholder="' + labels [ 'UserName' ] + '">'
65- + ' <input type="text" name="mail" placeholder="' + labels [ 'UserMail' ] + '"><br> '
66- + ' <input type="password" name="passwd" placeholder="' + labels [ 'UserPassword' ] + '"><br> '
65+ + ' <input type="text" name="mail" placeholder="' + labels [ 'UserMail' ] + '">'
66+ + ' <input type="password" name="passwd" placeholder="' + labels [ 'UserPassword' ] + '">'
6767 + ' <input type="hidden" name="a" value="userRegister">'
6868 + ' <input type="submit" value="' + labels [ 'UserRegister' ] + '">'
6969 + ' </form>'
@@ -79,17 +79,17 @@ FrameTrail.defineModule('UserManagement', function(FrameTrail){
7979 + ' </div>'
8080 + ' <div class="userDataContainer">'
8181 + ' <input type="text" name="name" id="user_change_name" placeholder="' + labels [ 'UserName' ] + '">'
82- + ' <input type="text" name="mail" id="user_change_mail" placeholder="' + labels [ 'UserMail' ] + '"><br> '
82+ + ' <input type="text" name="mail" id="user_change_mail" placeholder="' + labels [ 'UserMail' ] + '">'
8383 + ' <div id="user_change_colorContainer"></div>'
84- + ' <input type="password" name="passwd" id="user_change_passwd" placeholder="' + labels [ 'UserPassword' ] + '"><br><br> '
84+ + ' <input type="password" name="passwd" id="user_change_passwd" placeholder="' + labels [ 'UserPassword' ] + '">'
8585 + ' <input type="radio" name="role" id="user_change_role_admin" value="admin">'
8686 + ' <label for="user_change_role_admin">' + labels [ 'UserRoleAdmin' ] + '</label>'
8787 + ' <input type="radio" name="role" id="user_change_role_user" value="user">'
88- + ' <label for="user_change_role_user">' + labels [ 'UserRoleUser' ] + '</label><br><br> '
88+ + ' <label for="user_change_role_user">' + labels [ 'UserRoleUser' ] + '</label>'
8989 + ' <input type="radio" name="active" id="user_change_active_1" value="1">'
9090 + ' <label for="user_change_active_1">' + labels [ 'UserActive' ] + '</label>'
9191 + ' <input type="radio" name="active" id="user_change_active_0" value="0">'
92- + ' <label for="user_change_active_0">' + labels [ 'UserInactive' ] + '</label><br><br> '
92+ + ' <label for="user_change_active_0">' + labels [ 'UserInactive' ] + '</label>'
9393 + ' <input type="hidden" name="a" value="userChange">'
9494 + ' <input type="submit" value="' + labels [ 'UserChangeSettings' ] + '">'
9595 + ' </div>'
@@ -110,8 +110,8 @@ FrameTrail.defineModule('UserManagement', function(FrameTrail){
110110 + ' <div class="userTabLogin">'
111111 + ' <form class="loginForm" method="post">'
112112 + ' <p class="loginFormStatus message"></p>'
113- + ' <input type="text" name="mail" placeholder="' + labels [ 'UserMail' ] + '"><br> '
114- + ' <input type="password" name="passwd" placeholder="' + labels [ 'UserPassword' ] + '"><br> '
113+ + ' <input type="text" name="mail" placeholder="' + labels [ 'UserMail' ] + '">'
114+ + ' <input type="password" name="passwd" placeholder="' + labels [ 'UserPassword' ] + '">'
115115 + ' <input type="hidden" name="a" value="userLogin">'
116116 + ' <input type="submit" value="Login">'
117117 + ' <button type="button" class="loginBoxCancelButton">Cancel</button>'
@@ -121,9 +121,9 @@ FrameTrail.defineModule('UserManagement', function(FrameTrail){
121121 + ' <form class="userRegistrationForm" method="post">'
122122 + ' <p class="userRegistrationFormStatus" class="message"></p>'
123123 + ' <input type="text" name="name" placeholder="' + labels [ 'UserName' ] + '">'
124- + ' <input type="text" name="mail" placeholder="' + labels [ 'UserMail' ] + '"><br> '
125- + ' <input type="password" name="passwd" placeholder="' + labels [ 'UserPassword' ] + '"><br> '
126- + ' <input type="hidden" name="a" value="userRegister"><br> '
124+ + ' <input type="text" name="mail" placeholder="' + labels [ 'UserMail' ] + '">'
125+ + ' <input type="password" name="passwd" placeholder="' + labels [ 'UserPassword' ] + '">'
126+ + ' <input type="hidden" name="a" value="userRegister">'
127127 + ' <input type="submit" value="' + labels [ 'UserCreateAccount' ] + '">'
128128 + ' <button type="button" class="loginBoxCancelButton">' + labels [ 'GenericCancel' ] + '</button>'
129129 + ' </form>'
0 commit comments