update xslt tpl

This commit is contained in:
ceb 2003-04-26 01:21:29 +00:00
parent 9cddaf2f6e
commit aeb8ea50d2

View File

@ -139,9 +139,6 @@
<xsl:when test="$app_tpl = 'delete'">
<xsl:call-template name="app_delete"/>
</xsl:when>
<xsl:when test="$app_tpl = 'config'">
<xsl:call-template name="app_config"/>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="app_data"/>
</xsl:otherwise>