Changeset 2496
- Timestamp:
- 12/17/09 08:56:10
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/grid-html.xsl
r2491 r2496 1228 1228 <xsl:with-param name="group" select="$group" /> 1229 1229 <xsl:with-param name="list" select="$remaining" /> 1230 <xsl:with-param name="dayPos" select="$ remaining" />1230 <xsl:with-param name="dayPos" select="$dayPos" /> 1231 1231 </xsl:call-template> 1232 1232 </xsl:template> … … 1243 1243 <xsl:choose> 1244 1244 <xsl:when test="$group = 'all'"> 1245 <xsl:apply-templates select="event[categories/category/id = $catid] mode="calendarLayout"">1245 > <xsl:apply-templates select="event[categories/category/id = $catid]" mode="calendarLayout"> 1246 1246 <xsl:with-param name="dayPos" select="$dayPos"/> 1247 1247 </xsl:apply-templates> 1248 1248 </xsl:when> 1249 1249 <xsl:otherwise> 1250 <xsl:apply-templates select="event[categories/category/id = $catid] mode="calendarLayout"">1250 <xsl:apply-templates select="event[categories/category/id = $catid]" mode="calendarLayout"> 1251 1251 <xsl:with-param name="dayPos" select="$dayPos"/> 1252 1252 </xsl:apply-templates> … … 1256 1256 <!-- now use recursion to process the remaining categories --> 1257 1257 <xsl:call-template name="processCategories"> 1258 <xsl:with-param name="group" select="$group" /> 1258 1259 <xsl:with-param name="list" select="$remaining" /> 1260 <xsl:with-param name="dayPos" select="$dayPos" /> 1259 1261 </xsl:call-template> 1260 1262 </xsl:when>
