]> git.mxchange.org Git - jfinancials-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 Häder <roland@mxchange.org>
Wed, 11 May 2016 14:49:32 +0000 (16:49 +0200)
Signed-off-by: Roland Häder <roland@haeder.net>
web/WEB-INF/templates/admin/user/admin_form_user_data.tpl

index c67198e360e973e1fe052416fb62b0f5a6d6cdad..dc65201551aa0991485779890da6116d49f2ea1d 100644 (file)
                                <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>