Author: rajika Date: Mon Mar 16 02:00:45 2009 New Revision: 32098 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32098
Log: Fixed CARBON-2405 Modified: branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/org/wso2/carbon/endpoints/ui/i18n/Resources.properties branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/index.jsp Modified: branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/org/wso2/carbon/endpoints/ui/i18n/Resources.properties URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/org/wso2/carbon/endpoints/ui/i18n/Resources.properties?rev=32098&r1=32097&r2=32098&view=diff ============================================================================== --- branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/org/wso2/carbon/endpoints/ui/i18n/Resources.properties (original) +++ branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/org/wso2/carbon/endpoints/ui/i18n/Resources.properties Mon Mar 16 02:00:45 2009 @@ -55,7 +55,7 @@ service.field.cannot.be.empty=Service field cannot be empty port.field.cannot.be.empty=Port field cannot be empty invalid.wsdl.definition.xml.parse.error=Invalid WSDL definition: XML parse error -statistics=Statistics +statistics=Enable Statistics disable.statistics=Disable Statistics please.enter.a.valid.number.to.the.retrydelay.field=Please enter a valid number to the Retry Delay please.enter.a.valid.number.to.the.retry.field=Please enter a valid number to the Retry Modified: branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/index.jsp URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/index.jsp?rev=32098&r1=32097&r2=32098&view=diff ============================================================================== --- branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/index.jsp (original) +++ branches/esb/java/2.0.1/carbon-components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/index.jsp Mon Mar 16 02:00:45 2009 @@ -302,11 +302,7 @@ </td> <td><%=endpointNames[end.getType()]%> </td> - <td><a onclick="editRow(this.parentNode.parentNode.rowIndex)" href="#" - class="icon-link" - style="background-image:url(../admin/images/edit.gif);"><fmt:message - key="edit"/></a> - + <td> <%if (session.getAttribute(end.getName() + endpointNames[end.getType()]) == null) {%> <%if ((endpointNames[end.getType()].equalsIgnoreCase("Failover group"))) {%> <%} else if ((endpointNames[end.getType()].equalsIgnoreCase("Load-balance group"))) {%> @@ -327,7 +323,6 @@ key="statistics"/></a> </div> </div> - <% } } else if (((String) session.getAttribute(end.getName() + endpointNames[end.getType()])).equalsIgnoreCase("disabled")) { @@ -351,7 +346,6 @@ key="statistics"/></a> </div> </div> - <% } } else if (((String) session.getAttribute(end.getName() + endpointNames[end.getType()])).equalsIgnoreCase("enabled")) { @@ -375,11 +369,14 @@ key="statistics"/></a> </div> </div> - <% } } %> + <a onclick="editRow(this.parentNode.parentNode.rowIndex)" href="#" + class="icon-link" + style="background-image:url(../admin/images/edit.gif);"><fmt:message + key="edit"/></a> <a onclick="deleteRow(this.parentNode.parentNode.rowIndex)" href="#" class="icon-link" style="background-image:url(../admin/images/delete.gif);"><fmt:message _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
