Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
632f5e1a
Commit
632f5e1a
authored
Nov 07, 2013
by
Matija Obreza
Browse files
i18n for user dropdown
parent
06a1f5e3
Changes
2
Show whitespace changes
Inline
Side-by-side
src/main/resources/content/language.properties
View file @
632f5e1a
...
...
@@ -83,6 +83,7 @@ page.home.title=Genesys Sandbox
user.pulldown.administration
=
Administration
user.pulldown.logout
=
Logout
user.pulldown.profile
=
View profile
user.pulldown.heading
=
You are {0}
user.create-new-account
=
Create an account
user.full-name
=
Full Name
user.email
=
E-mail Address
...
...
src/main/webapp/WEB-INF/decorator/header.jsp
View file @
632f5e1a
...
...
@@ -53,7 +53,7 @@
</security:authorize>
<security:authorize
access=
"isAuthenticated()"
>
<ul
class=
"nav"
>
<li
class=
"dropdown"
><a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
title=
"
<spring:message
code=
"locale.language.change"
/>
"
>
You are
<b>
${user.username}
</b
>
<b
class=
"caret"
></b>
<li
class=
"dropdown"
><a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
title=
"
<spring:message
code=
"locale.language.change"
/>
"
>
<spring:message
code=
"user.pulldown.heading"
arguments=
"
${
user
.
username
}
"
/
>
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<security:authorize
access=
"hasRole('ADMINISTRATOR')"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
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 comment