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 4e88e384
authored
May 09, 2013
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix usertabs..
1 parent
3db95c41
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
code/MoyaWeb/WebContent/resources/cditools/user/usertabs.xhtml
code/MoyaWeb/WebContent/resources/templates/insomnia2/template.xhtml
code/MoyaWeb/WebContent/resources/cditools/user/usertabs.xhtml
View file @
4e88e38
...
@@ -8,8 +8,7 @@
...
@@ -8,8 +8,7 @@
</composite:interface>
</composite:interface>
<composite:implementation>
<composite:implementation>
<h:outputStylesheet
library=
"templates/insomnia2/css/"
name=
"tabnav.css"
/>
<h:outputStylesheet
library=
"style/#{sessionHandler.getTemplate()}/css"
name=
"tabnav.css"
/>
<div
class=
"userstatus"
style=
"float: right; margin-right: 10px; color: #7DAC0C; font-size: 16px;"
>
<div
class=
"userstatus"
style=
"float: right; margin-right: 10px; color: #7DAC0C; font-size: 16px;"
>
<h:outputText
value=
"#{i18n['user.cardPower']}: #{userView.usersCardtemplate.name}"
/>
<h:outputText
value=
"#{i18n['user.cardPower']}: #{userView.usersCardtemplate.name}"
/>
</div>
</div>
...
...
code/MoyaWeb/WebContent/resources/templates/insomnia2/template.xhtml
View file @
4e88e38
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<h:link
outcome=
"/index"
>
<h:link
outcome=
"/index"
>
<c:choose>
<c:choose>
<c:when
test=
"#{sessionHandler.isInDevelopmentMode()}"
>
<c:when
test=
"#{sessionHandler.isInDevelopmentMode()}"
>
<img
src=
"#{request.contextPath}/resources/
style
/insomnia2/img/devel_logo.png"
/>
<img
src=
"#{request.contextPath}/resources/
templates
/insomnia2/img/devel_logo.png"
/>
</c:when>
</c:when>
<c:otherwise>
<c:otherwise>
<p:graphicImage
rendered=
"#{!empty layoutView.headerimage}"
value=
"#{layoutView.headerimage}"
/>
<p:graphicImage
rendered=
"#{!empty layoutView.headerimage}"
value=
"#{layoutView.headerimage}"
/>
...
...
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