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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Thu Mar 5 14:01:00 EST 2009


Author: ozizka at redhat.com
Date: 2009-03-05 14:01:00 -0500 (Thu, 05 Mar 2009)
New Revision: 178

Modified:
   trunk/core/src/main/webapp/include/header.xhtml
Log:
 * ID added to the logout link

Modified: trunk/core/src/main/webapp/include/header.xhtml
===================================================================
--- trunk/core/src/main/webapp/include/header.xhtml	2009-03-05 18:37:15 UTC (rev 177)
+++ trunk/core/src/main/webapp/include/header.xhtml	2009-03-05 19:01:00 UTC (rev 178)
@@ -45,7 +45,7 @@
             </h:outputText>
             <h:outputText rendered="#{empty identity.username}">
                 #{messages['security.NotLoggedIn']}&nbsp;
-                [<s:link action="/login.xhtml">#{messages['security.login']}</s:link>]
+                [<s:link id="logoutLink" 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