Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit fa2abd9f
authored
Dec 07, 2014
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rowsizefix
1 parent
d0beffee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/moya-web/WebContent/resources/cditools/user/edit.xhtml
code/moya-web/WebContent/resources/cditools/user/edit.xhtml
View file @
fa2abd9
...
...
@@ -112,7 +112,7 @@
<h:message
for=
"birthday"
/>
<p:outputLabel
value=
"#{i18n['user.address']}"
/>
<p:inputText
size=
"25
"
id=
"address"
disabled=
"#{!cc.attrs.creating and !userView.canSave}"
value=
"#{userView.selectedUser.address}"
/>
<p:inputText
area
cols=
"25"
rows=
"3
"
id=
"address"
disabled=
"#{!cc.attrs.creating and !userView.canSave}"
value=
"#{userView.selectedUser.address}"
/>
<p:message
for=
"address"
/>
<p:outputLabel
value=
"#{i18n['user.zipCode']}"
for=
"zip"
/>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment