- XML header added
- admin_logout is now the outcome
Signed-off-by: Roland Häder <roland@mxchange.org>
<from-outcome>logout</from-outcome>
<to-view-id>/logout.xhtml</to-view-id>
</navigation-case>
+ <navigation-case>
+ <from-outcome>admin_logout</from-outcome>
+ <to-view-id>/admin/admin_logout.xhtml</to-view-id>
+ </navigation-case>
<navigation-case>
<from-outcome>admin_index</from-outcome>
<to-view-id>/admin/index.xhtml</to-view-id>
+<?xml version="1.0" encoding="UTF-8" ?>
<ui:composition
xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
</div>
<ul>
- <li><h:link title="#{msg.LINK_ADMIN_LOGOUT_TITLE}" outcome="logout" value="#{msg.LINK_ADMIN_LOGOUT}" /></li>
+ <li><h:link title="#{msg.LINK_ADMIN_LOGOUT_TITLE}" outcome="admin_logout" value="#{msg.LINK_ADMIN_LOGOUT}" /></li>
<li><h:link title="#{msg.LINK_ADMIN_TO_WEBPAGE_TITLE}" outcome="index" value="#{msg.LINK_ADMIN_TO_WEBPAGE}" /></li>
</ul>
</div>