Author: saminda
Date: Fri Jan  4 01:53:57 2008
New Revision: 11839

Log:

Fixed typo


Modified:
   trunk/wsas/java/modules/www/extensions/core/xslt/data_service_add_query.xsl

Modified: 
trunk/wsas/java/modules/www/extensions/core/xslt/data_service_add_query.xsl
==============================================================================
--- trunk/wsas/java/modules/www/extensions/core/xslt/data_service_add_query.xsl 
(original)
+++ trunk/wsas/java/modules/www/extensions/core/xslt/data_service_add_query.xsl 
Fri Jan  4 01:53:57 2008
@@ -175,7 +175,7 @@
                                         </xsl:otherwise>
                                     </xsl:choose>
                                     <div>
-                                        <input type="button" 
onClick="addNewOutPutMappingForQuery(document.getElementById('txtDataServiceQueryId').value,
 document.getElementById('txtDataServiceSQL') != null ? 
document.getElementById('txtDataServiceSQL').value : 
'{$dataSourceType}','{$dataSourceType}'); return false;" value="Add New 
OutputMapping"/>
+                                        <input type="button" 
onClick="addNewOutPutMappingForQuery(document.getElementById('txtDataServiceQueryId').value,
 document.getElementById('txtDataServiceSQL') != null ? 
document.getElementById('txtDataServiceSQL').value : 
'{$dataSourceType}','{$dataSourceType}'); return false;" value="Add New Output 
Mapping"/>
                                         <xsl:if test="$groupByEle">
                                             <input type="button" 
onClick="removeResultElement(document.getElementById('txtDataServiceQueryId').value,document.getElementById('txtDataServiceWrapElement').value);
 return false;" value="Clear Result"/>
                                         </xsl:if>

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to