From: Chad B. <cwb...@us...> - 2007-07-19 18:48:29
|
User: cwbrandon Date: 07/07/19 11:48:32 Modified: andromda-jsf2/src/main/resources/templates/jsf2/views/facelets/layout layout.xhtml.vsl Log: change logout and prefs to tabs Revision Changes Path 1.11 +1 -1 cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/facelets/layout/layout.xhtml.vsl Index: layout.xhtml.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/src/main/resources/templates/jsf2/views/facelets/layout/layout.xhtml.vsl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -w -r1.10 -r1.11 --- layout.xhtml.vsl 19 Jul 2007 18:09:31 -0000 1.10 +++ layout.xhtml.vsl 19 Jul 2007 18:48:31 -0000 1.11 @@ -73,7 +73,7 @@ #end <f:facet name="navigationGlobal"> <tr:form> - <tr:navigationPane hint="buttons"> + <tr:navigationPane hint="tabs"> <tr:commandNavigationItem text="#{messages['menu.preferences']}" action="preferences"/> #if ($stringUtils.isNotBlank($securityRealm)) <tr:commandNavigationItem text="#{messages['logout.action']}" action="logout" rendered="#{!empty remoteUser}"/> |