BugFix for Proceedings in Mandalay and some other minor things (formatting)
git-svn-id: https://svn.libreccm.org/ccm/trunk@2974 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
6c93b16b63
commit
dfbf54d11e
|
|
@ -8,7 +8,7 @@
|
||||||
<initializer class="com.arsdigita.cms.Initializer"/>
|
<initializer class="com.arsdigita.cms.Initializer"/>
|
||||||
<initializer class="com.arsdigita.portalworkspace.Initializer"/>
|
<initializer class="com.arsdigita.portalworkspace.Initializer"/>
|
||||||
<initializer class="com.arsdigita.subsite.Initializer"/>
|
<initializer class="com.arsdigita.subsite.Initializer"/>
|
||||||
<initializer class="com.arsdigita.london.search.Initializer"/>
|
<!--<initializer class="com.arsdigita.london.search.Initializer"/>-->
|
||||||
<initializer class="com.arsdigita.london.terms.Initializer"/>
|
<initializer class="com.arsdigita.london.terms.Initializer"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,8 @@
|
||||||
<!-- EN using toolbox -->
|
<!-- EN using toolbox -->
|
||||||
|
|
||||||
<xsl:template match="portal:workspace">
|
<xsl:template match="portal:workspace">
|
||||||
<xsl:apply-templates select="*[not(self::bebop:link)]"/>
|
<!--<xsl:apply-templates select="*[not(self::bebop:link)]"/>-->
|
||||||
|
<xsl:apply-templates/>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="portal:workspaceDetails">
|
<xsl:template match="portal:workspaceDetails">
|
||||||
|
|
|
||||||
|
|
@ -400,7 +400,7 @@
|
||||||
<xsl:value-of select="./organizer/title" />
|
<xsl:value-of select="./organizer/title" />
|
||||||
</dd>
|
</dd>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:if test="($setPlaceOfConference = 'true') and (string-length(./PlaceOfConference) > 0)">
|
<xsl:if test="($setPlaceOfConference = 'true') and (string-length(./placeOfConference) > 0)">
|
||||||
<dt>
|
<dt>
|
||||||
<xsl:call-template name="mandalay:getStaticText">
|
<xsl:call-template name="mandalay:getStaticText">
|
||||||
<xsl:with-param name="module" select="'SciPublications'" />
|
<xsl:with-param name="module" select="'SciPublications'" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue