[embjopr-commits] EMBJOPR SVN: r192 - trunk/core/src/main/webapp/include.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Mar 6 19:03:33 EST 2009


Author: ozizka at redhat.com
Date: 2009-03-06 19:03:33 -0500 (Fri, 06 Mar 2009)
New Revision: 192

Modified:
   trunk/core/src/main/webapp/include/header.xhtml
Log:
Logout link id


Modified: trunk/core/src/main/webapp/include/header.xhtml
===================================================================
--- trunk/core/src/main/webapp/include/header.xhtml	2009-03-06 23:50:15 UTC (rev 191)
+++ trunk/core/src/main/webapp/include/header.xhtml	2009-03-07 00:03:33 UTC (rev 192)
@@ -41,11 +41,11 @@
         <div class="login">
             <h:outputText rendered="#{not empty identity.username}">
                 #{messages['security.loggedIn']} #{identity.username}&nbsp;
-                [<s:link action="#{identity.logout}">#{messages['security.logout']}</s:link>]
+                [<s:link id="logoutLink" action="#{identity.logout}">#{messages['security.logout']}</s:link>]
             </h:outputText>
             <h:outputText rendered="#{empty identity.username}">
                 #{messages['security.NotLoggedIn']}&nbsp;
-                [<s:link id="logoutLink" action="/login.xhtml">#{messages['security.login']}</s:link>]
+                [<s:link action="/login.xhtml">#{messages['security.login']}</s:link>]
             </h:outputText>
           <ui:remove>
             <!-- Disable the Help link until we actually have some online help to link to. -->




More information about the embjopr-commits mailing list