Skip to content

Commit

Permalink
Logout button text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
propi committed Sep 8, 2014
1 parent dcfff61 commit 81784ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/jspf/header-private.jspf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p class="navbar-text pull-right">
<fmt:message key="loggedin" bundle="${cons}" />
<span id="username" href="#"></span>
<a href="SystemManager?action=logout&forward-message=<fmt:message key="logoutmessage" bundle="${cons}" />&forward=./" class="navbar-link icon-off icon-white" data-toggle="tooltip" data-placement="bottom" title="<fmt:message key="logout" bundle="${cons}" />" style="margin-left: 1em;"></a>
<a href="SystemManager?action=logout&forward-message=<fmt:message key="logoutmessage" bundle="${cons}" />&forward=./" class="navbar-link icon-off icon-white" data-toggle="tooltip" data-placement="bottom" title="<span style='white-space: nowrap;'><fmt:message key="logout" bundle="${cons}" /></a>" style="margin-left: 1em;"></a>
</p>
<ul class="nav">
<li><a href="#" id="enableGuide" onclick="userHelper('on')">Help</a></li>
Expand Down

0 comments on commit 81784ca

Please sign in to comment.