From: Roland Haeder <roland@mxchange.org> Date: Sun, 10 Apr 2016 19:13:30 +0000 (+0200) Subject: These are not required for admin_add_user X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bea8b8300e0af524b0f1f1a29d68bc674efccf9a;p=jjobs-war.git These are not required for admin_add_user --- diff --git a/web/WEB-INF/templates/admin/admin_form_personal_data.tpl b/web/WEB-INF/templates/admin/admin_form_personal_data.tpl index 9bbce680..665ae502 100644 --- a/web/WEB-INF/templates/admin/admin_form_personal_data.tpl +++ b/web/WEB-INF/templates/admin/admin_form_personal_data.tpl @@ -59,7 +59,7 @@ </div> <div class="table_right"> - <h:inputText class="input" id="street" size="20" maxlength="255" value="#{adminUserController.street}" required="true"> + <h:inputText class="input" id="street" size="20" maxlength="255" value="#{adminUserController.street}"> <f:validator for="street" validatorId="NameValidator" /> </h:inputText> </div> @@ -73,7 +73,7 @@ </div> <div class="table_right"> - <h:inputText class="input" id="houseNumber" size="3" maxlength="5" value="#{adminUserController.houseNumber}" required="true" validatorMessage="#{msg.ENTERED_HOUSE_NUMBER_INVALID}"> + <h:inputText class="input" id="houseNumber" size="3" maxlength="5" value="#{adminUserController.houseNumber}" validatorMessage="#{msg.ENTERED_HOUSE_NUMBER_INVALID}"> <f:validateLongRange for="houseNumber" minimum="1" maximum="500" /> </h:inputText> </div> @@ -87,7 +87,7 @@ </div> <div class="table_right"> - <h:inputText class="input" id="zipCode" size="5" maxlength="6" value="#{adminUserController.zipCode}" required="true" validatorMessage="#{msg.ENTERED_ZIP_CODE_INVALID}"> + <h:inputText class="input" id="zipCode" size="5" maxlength="6" value="#{adminUserController.zipCode}" validatorMessage="#{msg.ENTERED_ZIP_CODE_INVALID}"> <f:validateLongRange for="zipCode" minimum="1" maximum="99999" /> </h:inputText> </div> @@ -101,7 +101,7 @@ </div> <div class="table_right"> - <h:inputText class="input" id="city" size="10" maxlength="255" value="#{adminUserController.city}" required="true"> + <h:inputText class="input" id="city" size="10" maxlength="255" value="#{adminUserController.city}"> <f:validator for="city" validatorId="NameValidator" /> </h:inputText> </div>