Author: julien(a)jboss.com
Date: 2007-06-24 18:52:06 -0400 (Sun, 24 Jun 2007)
New Revision: 7522
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboardsTemplate.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instancesTemplate.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectTemplate.xhtml
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portletsTemplate.xhtml
Log:
Dashboard label to Dashboards as it is about managing dashboards
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboardsTemplate.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboardsTemplate.xhtml 2007-06-24
22:48:02 UTC (rev 7521)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboardsTemplate.xhtml 2007-06-24
22:52:06 UTC (rev 7522)
@@ -18,7 +18,7 @@
<li>
<h:commandLink value="Portlet Definitions"
action="portlets"/>
</li>
- <li id="currentTab">Dashboard</li>
+ <li id="currentTab">Dashboards</li>
</ul>
</h:form>
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instancesTemplate.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instancesTemplate.xhtml 2007-06-24
22:48:02 UTC (rev 7521)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/instancesTemplate.xhtml 2007-06-24
22:52:06 UTC (rev 7522)
@@ -15,7 +15,7 @@
<h:commandLink value="Portlet Definitions"
action="portlets"/>
</li>
<li>
- <h:commandLink value="Dashboard"
action="dashboards"/>
+ <h:commandLink value="Dashboards"
action="dashboards"/>
</li>
</ul>
</h:form>
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectTemplate.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectTemplate.xhtml 2007-06-24
22:48:02 UTC (rev 7521)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/objectTemplate.xhtml 2007-06-24
22:52:06 UTC (rev 7522)
@@ -17,7 +17,7 @@
<h:commandLink value="Portlet Definitions"
action="portlets"/>
</li>
<li>
- <h:commandLink value="Dashboard"
action="dashboards"/>
+ <h:commandLink value="Dashboards"
action="dashboards"/>
</li>
</ul>
</h:form>
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portletsTemplate.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portletsTemplate.xhtml 2007-06-24
22:48:02 UTC (rev 7521)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/portletsTemplate.xhtml 2007-06-24
22:52:06 UTC (rev 7522)
@@ -15,7 +15,7 @@
</li>
<li id="currentTab">Portlet Definitions</li>
<li>
- <h:commandLink value="Dashboard"
action="dashboards"/>
+ <h:commandLink value="Dashboards"
action="dashboards"/>
</li>
</ul>
</h:form>
Show replies by date