diff options
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/snippets/header_userinfos.jsp')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/snippets/header_userinfos.jsp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/snippets/header_userinfos.jsp b/id/ConfigWebTool/src/main/webapp/jsp/snippets/header_userinfos.jsp index b44f2e752..4d740fd06 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/snippets/header_userinfos.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/snippets/header_userinfos.jsp @@ -10,7 +10,9 @@ - + <div id ="left_area"> + <h2><%=LanguageHelper.getGUIString("header.title", request) %></h2> + </div> <div id="right_area"> <a id="toggleMenu"> @@ -36,7 +38,7 @@ <a id="flag_en" href="changeLanguage.action?request_locale=en" ><img alt="English" src="./../images/en.png"></a> <s:url action="logout" var="logoutURL" namespace="/" /> - <a id="logout_button" href="<s:property value="#logoutURL" />"><img alt="<%=LanguageHelper.getGUIString("webpages.index.logout", request) %>" + <a id="logout_button" href="<s:property value="#logoutURL" />">Logout <img alt="<%=LanguageHelper.getGUIString("webpages.index.logout", request) %>" src="./../images/logout.png"></a> </div> |