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 bd79b96a
authored
May 18, 2013
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
password reset fixed
1 parent
92f8ffaf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
code/MoyaWeb/WebContent/auth/sendResetMail.xhtml
code/MoyaWeb/WebContent/index.xhtml
code/MoyaWeb/WebContent/auth/sendResetMail.xhtml
View file @
bd79b96
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<title></title>
<title></title>
</h:head>
</h:head>
<h:body>
<h:body>
<ui:composition
template=
"
/layout/${sessionHandler.layout}/template.xhtml
"
>
<ui:composition
template=
"
#{sessionHandler.template}
"
>
<ui:define
name=
"content"
>
<ui:define
name=
"content"
>
<h1><h:outputText
value=
"#{i18n['resetMail.header']}"
/></h1>
<h1><h:outputText
value=
"#{i18n['resetMail.header']}"
/></h1>
...
...
code/MoyaWeb/WebContent/index.xhtml
View file @
bd79b96
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<ui:define
name=
"content"
>
<ui:define
name=
"content"
>
<h:outputLabel
rendered=
"#{sessionHandler.isInDevelopmentMode()}"
>
<h:outputLabel
rendered=
"#{sessionHandler.isInDevelopmentMode()}"
>
Development-tilassa.
Development-tilassa.
Vaihda web.xml-tiedostosta ohjelman tila (javax.faces.PROJECT_STAGE) Productioniksi ennen kuin julkaiset ohjelman tuotantoon
.
Täällä voit huoletta rikkoa
.
</h:outputLabel>
</h:outputLabel>
<ui:fragment
rendered=
"#{layoutView.manageContent}"
>
<ui:fragment
rendered=
"#{layoutView.manageContent}"
>
<h:link
value=
"#{i18n['layout.editContent']}"
outcome=
"/pages/manage"
>
<h:link
value=
"#{i18n['layout.editContent']}"
outcome=
"/pages/manage"
>
...
...
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