Author: chris.laprun(a)jboss.com
Date: 2010-09-07 09:00:57 -0400 (Tue, 07 Sep 2010)
New Revision: 4068
Modified:
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/export.xhtml
Log:
- GTNWSRP-61: Fixed weird issues with spaces.
Modified:
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/export.xhtml
===================================================================
---
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/export.xhtml 2010-09-07
12:48:39 UTC (rev 4067)
+++
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/export.xhtml 2010-09-07
13:00:57 UTC (rev 4068)
@@ -34,17 +34,16 @@
rowClasses="EvenRow,OddRow"
styleClass="UIGrid" width="100%">
<h:column>
- <f:facet name="header">#{i18n.portlets_ta
- bl
- e_column_include}</f:facet>
+ <f:facet
name="header">#{i18n.portlets_table_column_include}</f:facet>
<h:selectBooleanCheckbox value="#{portlet.selected}"/>
</h:column>
<h:column>
- <f:facet
name="header">#{i18n.portlets_table_column_portlet_name}</f:facet>
- #{p
- ortlet.handle}
+ <f:facet name="header">#{i18n.portlets_table
+ _c
+ olumn_portlet_name}</f:facet>
+ #{portlet.handle}
</h:column>
</h:dataTable>
<table class="ActionContainer">
Show replies by date