Author: thomas.heute(a)jboss.com
Date: 2007-09-12 04:36:00 -0400 (Wed, 12 Sep 2007)
New Revision: 8238
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml
Log:
Don't let the user rename the default dashboard page
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml 2007-09-12
08:31:16 UTC (rev 8237)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml 2007-09-12
08:36:00 UTC (rev 8238)
@@ -31,6 +31,7 @@
</h:form>
</td>
</tr>
+ <c:if test="#{dashboard.selectedPage.name !=
'default'}">
<tr>
<td align="left"
valign="top"><b>Rename this Page:</b><br/>New page
name: 
<h:form id="renameForm"
style="padding:0;margin:0">
@@ -43,6 +44,7 @@
</h:form>
</td>
</tr>
+ </c:if>
</table>
</td>
<td align="left" valign="top">
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml 2007-09-12
08:31:16 UTC (rev 8237)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml 2007-09-12
08:36:00 UTC (rev 8238)
@@ -31,6 +31,7 @@
</h:form>
</td>
</tr>
+ <c:if test="#{dashboard.selectedPage.name !=
'default'}">
<tr>
<td align="left"
valign="top"><b>Rename this Page:</b><br/>New page
name: 
<h:form id="renameForm"
style="padding:0;margin:0">
@@ -43,6 +44,7 @@
</h:form>
</td>
</tr>
+ </c:if>
</table>
</td>
<td align="left" valign="top">
Show replies by date