[gatein-commits] gatein SVN: r5381 - components/wsrp/trunk/admin-gui/src/main/webapp/jsf/producer.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 30 04:09:44 EST 2010


Author: chris.laprun at jboss.com
Date: 2010-11-30 04:09:44 -0500 (Tue, 30 Nov 2010)
New Revision: 5381

Modified:
   components/wsrp/trunk/admin-gui/src/main/webapp/jsf/producer/producer.xhtml
Log:
- GTNWSRP-177: Fixed formatting error in producer screen.

Modified: components/wsrp/trunk/admin-gui/src/main/webapp/jsf/producer/producer.xhtml
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/jsf/producer/producer.xhtml	2010-11-30 09:05:47 UTC (rev 5380)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/jsf/producer/producer.xhtml	2010-11-30 09:09:44 UTC (rev 5381)
@@ -21,8 +21,6 @@
   ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
   -->
 
-
-
 <ui:decorate template="producerTemplate.xhtml" xmlns="http://www.w3.org/1999/xhtml"
              xmlns:ui="http://java.sun.com/jsf/facelets"
              xmlns:h="http://java.sun.com/jsf/html"
@@ -35,12 +33,9 @@
    <ui:define name="content">
 
       <p id="producer-wsdl">
-         #{i1
-               8n
-               .producer_config_wsdl_v1} <h:outputLink value="#{producer.v1WSDL}">#{producer.v1WSDL}</h:outputLink>
+         #{i18n.producer_config_wsdl_v1} <h:outputLink value="#{producer.v1WSDL}">#{producer.v1WSDL}</h:outputLink>
          <br/>
-         #{i18n.producer_config_wsdl_v2} <h:outputLink value="#{producer.v2WSDL}">#{        .v
-         2WSDL}</h:outputLink>
+         #{i18n.producer_config_wsdl_v2} <h:outputLink value="#{producer.v2WSDL}">#{producer.v2WSDL}</h:outputLink>
       </p>
 
       <h:form id="producer-form">
@@ -111,28 +106,21 @@
                                rowClasses="EvenRow,OddRow"
                                styleClass="UIGrid ConsumerGrid" width="100%">
                      <h:column>
-                        <f:facet name="header">#{i18n.pro
-                              e}</f:facet>
+                        <f:facet name="header">#{i18n.producer_config_reg_prop_name}</f:facet>
                         <h:inputText id="name" value="#{property.nameAsString}" size="21"/>
                      </h:column>
                      <h:column>
-                        <f:facet name="header">#{i1
-                              _p
-                              rop_type}</f:facet>
+                        <f:facet name="header">#{i18n.producer_config_reg_prop_type}</f:facet>
                         <h:selectOneListbox id="producer-list" disabled="true">
                            <f:selectItems value="#{producer.supportedPropertyTypes}"/>
                         </h:selectOneListbox>
                      </h:column>
                      <h:column>
-                        <f:facet name="header">#{i18
-                              p_
-                              label}</f:facet>
+                        <f:facet name="header">#{i18n.producer_config_reg_prop_label}</f:facet>
                         <h:inputText id="label" value="#{property.label}" size="21"/>
                      </h:column>
                      <h:column>
-                        <f:facet name="header">#{i1
-                              op
-                              _hint}</f:facet>
+                        <f:facet name="header">#{i18n.producer_config_reg_prop_hint}</f:facet>
                         <h:inputText id="hint" value="#{property.hint}" size="21"/>
                      </h:column>
                      <h:column>



More information about the gatein-commits mailing list