Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 69ba0606
authored
Jul 19, 2014
by
Antti Jaakkola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed change password button
1 parent
c22b5c27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
code/MoyaWeb/WebContent/useradmin/edit.xhtml
code/MoyaWeb/WebContent/useradmin/edit.xhtml
View file @
69ba060
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xmlns:ui=
"http://java.sun.com/jsf/facelets"
xmlns:h=
"http://java.sun.com/jsf/html"
xmlns:f=
"http://java.sun.com/jsf/core"
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xmlns:ui=
"http://java.sun.com/jsf/facelets"
xmlns:h=
"http://java.sun.com/jsf/html"
xmlns:f=
"http://java.sun.com/jsf/core"
xmlns:users=
"http://java.sun.com/jsf/composite/cditools/user"
xmlns:tools=
"http://java.sun.com/jsf/composite/cditools"
xmlns:account=
"http://java.sun.com/jsf/composite/cditools/account"
xmlns:users=
"http://java.sun.com/jsf/composite/cditools/user"
xmlns:tools=
"http://java.sun.com/jsf/composite/cditools"
xmlns:account=
"http://java.sun.com/jsf/composite/cditools/account"
xmlns:c=
"http://java.sun.com/jsp/jstl/core"
>
xmlns:c=
"http://java.sun.com/jsp/jstl/core"
xmlns:p=
"http://primefaces.org/ui"
>
<h:body>
<h:body>
<ui:composition
template=
"#{sessionHandler.template}"
>
<ui:composition
template=
"#{sessionHandler.template}"
>
<f:metadata>
<f:metadata>
...
@@ -19,11 +19,9 @@
...
@@ -19,11 +19,9 @@
<users:usertabs
tabId=
"edit"
/>
<users:usertabs
tabId=
"edit"
/>
</ui:define>
</ui:define>
<ui:define
name=
"content"
>
<ui:define
name=
"content"
>
<p>
<p:button
render=
"#{userSessionView.currentUser.user.superadmin}"
outcome=
"/useradmin/changePassword"
value=
"#{i18n['submenu.user.changePassword']}"
>
<h:link
outcome=
"/useradmin/changePassword"
value=
"#{i18n['submenu.user.changePassword']}"
>
<f:param
name=
"userid"
value=
"#{userView.user.user.id}"
/>
<f:param
name=
"userid"
value=
"#{userView.user.user.id}"
/>
</p:button>
</h:link>
</p>
<users:edit
commitaction=
"#{userCartView.saveUser()}"
commitvalue=
"#{i18n['user.save']}"
/>
<users:edit
commitaction=
"#{userCartView.saveUser()}"
commitvalue=
"#{i18n['user.save']}"
/>
<h:form
id=
"roleform"
rendered=
"#{roleView.canReadRoles}"
>
<h:form
id=
"roleform"
rendered=
"#{roleView.canReadRoles}"
>
...
...
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