[gatein-commits] gatein SVN: r4068 - components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 7 09:00:58 EDT 2010


Author: chris.laprun at 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">



More information about the gatein-commits mailing list