Author: thomas.heute(a)jboss.com
Date: 2007-05-21 04:26:23 -0400 (Mon, 21 May 2007)
New Revision: 7281
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowWizardConfirm.xhtml
Log:
JBPORTAL-1417: Wizard confirmation screen
Modified:
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowWizardConfirm.xhtml
===================================================================
---
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowWizardConfirm.xhtml 2007-05-21
08:13:45 UTC (rev 7280)
+++
trunk/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/wizard/newWindowWizardConfirm.xhtml 2007-05-21
08:26:23 UTC (rev 7281)
@@ -9,10 +9,10 @@
<ui:define name="content">
<table>
-
<tr><td>Portlet</td><td>#{newWindowWizard.selectedPortlet.name.defaultString}</td></tr>
-
<tr><td>Portal</td><td>#{newWindowWizard.selectedPortal.name}</td></tr>
-
<tr><td>Page</td><td>#{newWindowWizard.selectedPage.name}</td></tr>
-
<tr><td>Region</td><td>#{newWindowWizard.selectedRegionId}</td></tr>
+
<tr><td><b>Portlet:</b></td><td>#{newWindowWizard.selectedPortlet.name.defaultString}</td></tr>
+
<tr><td><b>Portal:</b></td><td>#{newWindowWizard.selectedPortal.name}</td></tr>
+
<tr><td><b>Page:</b></td><td>#{newWindowWizard.selectedPage.name}</td></tr>
+
<tr><td><b>Region:</b></td><td>#{newWindowWizard.selectedRegionId}</td></tr>
</table>
<h:form>
Show replies by date