Commit fa2abd9f by Tuukka Kivilahti

rowsizefix

1 parent d0beffee
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<h:message for="birthday" /> <h:message for="birthday" />
<p:outputLabel value="#{i18n['user.address']}" /> <p:outputLabel value="#{i18n['user.address']}" />
<p:inputText size="25" id="address" disabled="#{!cc.attrs.creating and !userView.canSave}" value="#{userView.selectedUser.address}" /> <p:inputTextarea cols="25" rows="3" id="address" disabled="#{!cc.attrs.creating and !userView.canSave}" value="#{userView.selectedUser.address}" />
<p:message for="address" /> <p:message for="address" />
<p:outputLabel value="#{i18n['user.zipCode']}" for="zip" /> <p:outputLabel value="#{i18n['user.zipCode']}" for="zip" />
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!