Author: shane.bryzak(a)jboss.com
Date: 2008-01-18 21:02:26 -0500 (Fri, 18 Jan 2008)
New Revision: 7152
Modified:
trunk/seam-gen/view/home.xhtml
trunk/seam-gen/view/layout/menu.xhtml
Log:
disabled user manager
Modified: trunk/seam-gen/view/home.xhtml
===================================================================
--- trunk/seam-gen/view/home.xhtml 2008-01-19 01:13:21 UTC (rev 7151)
+++ trunk/seam-gen/view/home.xhtml 2008-01-19 02:02:26 UTC (rev 7152)
@@ -27,7 +27,6 @@
<li>RichFaces panels and tables</li>
<li>Default CSS stylesheet</li>
<li>Internationalization support</li>
- <li>JPA-based identity management screens</li>
</ul>
</rich:panel>
Modified: trunk/seam-gen/view/layout/menu.xhtml
===================================================================
--- trunk/seam-gen/view/layout/menu.xhtml 2008-01-19 01:13:21 UTC (rev 7151)
+++ trunk/seam-gen/view/layout/menu.xhtml 2008-01-19 02:02:26 UTC (rev 7152)
@@ -8,7 +8,7 @@
<rich:toolBarGroup>
<h:outputText value="#{projectName}:"/>
<s:link view="/home.xhtml" value="Home"/>
- <s:link view="/usermanager.xhtml" value="User Manager"
rendered="#{s:hasPermission('seam.account', 'read',
null)}"/>
+ <!--s:link view="/usermanager.xhtml" value="User Manager"
rendered="#{s:hasPermission('seam.account', 'read',
null)}"/-->
</rich:toolBarGroup>
<!-- @newMenuItem@ -->
<rich:toolBarGroup location="right">
Show replies by date