Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
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 9115ca8b
authored
Feb 26, 2015
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
link added
1 parent
1a1dec84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
code/moya-web/WebContent/actionlog/taskview.xhtml
code/moya-web/WebContent/actionlog/taskview.xhtml
View file @
9115ca8
...
...
@@ -11,7 +11,9 @@
<f:event
type=
"preRenderView"
listener=
"#{taskModificationView.initView}"
/>
</f:metadata>
<ui:define
name=
"content"
>
<h:link
outcome=
"index"
value=
"#{i18n['vip.backToList']}"
/>
<h:outputStylesheet
library=
"style"
name=
"insomnia2/css/actionlog.css"
></h:outputStylesheet>
<h1>
Task id: #{taskModificationView.message.id}
<!-- #{i18n['actionlog.messagelist.header']} -->
...
...
@@ -92,6 +94,7 @@
<h:commandButton
class=
"sendbutton2"
value=
"#{i18n['actionlog.create.submitbutton']}"
action=
"#{taskModificationView.createResponse()}"
/>
</h:form>
</div>
<h:link
outcome=
"index"
value=
"#{i18n['vip.backToList']}"
/>
</ui:define>
</ui:composition>
</h:body>
...
...
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