[esb-java-dev] svn commit r10758 -
trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators
svn at wso2.org
svn at wso2.org
Sun Dec 9 22:03:33 PST 2007
Author: ruwan
Date: Sun Dec 9 22:03:29 2007
New Revision: 10758
Log:
Fixing issue ESBJAVA-384
Modified:
trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/cache_edit.xsl
Modified: trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/cache_edit.xsl
==============================================================================
--- trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/cache_edit.xsl (original)
+++ trunk/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/cache_edit.xsl Sun Dec 9 22:03:29 2007
@@ -92,29 +92,6 @@
</td>
</tr>
- <!--<tr>-->
- <!--<td style="width: 200px;">Cache Scope </td>-->
- <!--<td>-->
- <!--<select type="text" id="cache_scope" class="esb-edit">-->
- <!--<xsl:choose>-->
- <!--<xsl:when test="@scope='per-host'">-->
- <!--<option value="per-host" selected="true">Per-Host</option>-->
- <!--<option value="per-mediator">Per-Mediator</option>-->
- <!--</xsl:when>-->
- <!--<xsl:when test="@scope='per-mediator'">-->
- <!--<option value="per-host">Per-Host</option>-->
- <!--<option value="per-mediator" selected="true">Per-Mediator</option>-->
- <!--</xsl:when>-->
- <!--<xsl:otherwise>-->
- <!--<option value="per-host">Per-Host</option>-->
- <!--<option value="per-mediator">Per-Mediator</option>-->
- <!--</xsl:otherwise>-->
-
- <!--</xsl:choose>-->
- <!--</select>-->
- <!--</td>-->
- <!--</tr>-->
-
<tr>
<td style="width: 200px;">Cache Timeout (seconds) </td>
<td>
More information about the Esb-java-dev
mailing list