]> git.mxchange.org Git - jjobs-war.git/commitdiff
also this must be medium-sized
authorRoland Häder <roland@mxchange.org>
Wed, 11 May 2016 14:43:46 +0000 (16:43 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 11 May 2016 19:23:08 +0000 (21:23 +0200)
web/WEB-INF/templates/admin/user/admin_form_user_data.tpl

index c67198e360e973e1fe052416fb62b0f5a6d6cdad..fa1bb31d70902d13df76dcbd5cf34cf9c49eb79a 100644 (file)
@@ -17,7 +17,7 @@
                                                <h:outputLabel for="userName" value="#{msg.ADMIN_PERSONAL_DATA_ENTER_USER_NAME}" />
                                        </div>
 
-                                       <div class="table_right">
+                                       <div class="table_right_medium">
                                                <h:inputText styleClass="input" id="userName" size="20" maxlength="255" value="#{adminUserController.userName}" required="true" />
                                        </div>
 
                                <div class="para"></div>
 
                                <div class="table_row">
-                                       <div class="table_left">
+                                       <div class="table_left_medium">
                                                <h:outputLabel for="userPassword" value="#{msg.ADMIN_USER_DATA_ENTER_PASSWORD}" />
                                        </div>
 
-                                       <div class="table_right">
+                                       <div class="table_right_medium">
                                                <h:inputSecret styleClass="input" id="userPassword" size="10" maxlength="255" value="#{adminUserController.userPassword}" />
                                        </div>
 
                                </div>
 
                                <div class="table_row">
-                                       <div class="table_left">
+                                       <div class="table_left_medium">
                                                <h:outputLabel for="userPasswordRepeat" value="#{msg.ADMIN_USER_DATA_ENTER_PASSWORD_REPEAT}" />
                                        </div>
 
-                                       <div class="table_right">
+                                       <div class="table_right_medium">
                                                <h:inputSecret styleClass="input" id="userPasswordRepeat" size="10" maxlength="255" value="#{adminUserController.userPasswordRepeat}" />
                                        </div>