You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/04/15 16:49:40 UTC

svn commit: r765220 - in /lenya/branches/BRANCH_2_0_X/src/modules/bxe: sitemap.xmap xslt/config-xml.xsl

Author: andreas
Date: Wed Apr 15 14:49:39 2009
New Revision: 765220

URL: http://svn.apache.org/viewvc?rev=765220&view=rev
Log:
Removed obsolete CSS parameter from BXE.

Modified:
    lenya/branches/BRANCH_2_0_X/src/modules/bxe/sitemap.xmap
    lenya/branches/BRANCH_2_0_X/src/modules/bxe/xslt/config-xml.xsl

Modified: lenya/branches/BRANCH_2_0_X/src/modules/bxe/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/bxe/sitemap.xmap?rev=765220&r1=765219&r2=765220&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules/bxe/sitemap.xmap (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules/bxe/sitemap.xmap Wed Apr 15 14:49:39 2009
@@ -106,7 +106,6 @@
             -->
             <map:parameter name="BX_xhtmlfile" value="{proxy:/{../1}/{../2}/{../3}.bxe.html}?rendertype=edit"/>
             <map:parameter name="BX_validationfile" value="{proxy:{resource-type:httpSchemaUri}}"/>
-            <map:parameter name="css" value="{proxy:/lenya/css/default.css}"/>
             <!-- The document is checked in when we exit from bx (in case of save&exit and in case of exit), so we use the usecase
               for the checkin while we redirect to the document
             -->

Modified: lenya/branches/BRANCH_2_0_X/src/modules/bxe/xslt/config-xml.xsl
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/bxe/xslt/config-xml.xsl?rev=765220&r1=765219&r2=765220&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules/bxe/xslt/config-xml.xsl (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules/bxe/xslt/config-xml.xsl Wed Apr 15 14:49:39 2009
@@ -26,7 +26,6 @@
 <xsl:param name="BX_xhtmlfile"/>
 <xsl:param name="BX_xslfile"/>
 <xsl:param name="BX_validationfile"/>
-<xsl:param name="css"/>
 <xsl:param name="script"/>
 <xsl:param name="callbackscript"/>
 <xsl:param name="BX_exitdestination"/>
@@ -69,9 +68,7 @@
   <file name="BX_exitdestination"><xsl:value-of select="$BX_exitdestination"/></file>
 </xsl:template>
 
-<xsl:template match="files/css/file">
-  <file><xsl:value-of select="$css"/></file>
-</xsl:template>
+<xsl:template match="files/css/file"/>
 
   <xsl:template match="files/scripts/file[position()=last()]">
     <file><xsl:value-of select="."/></file>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org