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-94f89814c4df
master
jensp 2014-11-18 10:19:36 +00:00
parent 6c93b16b63
commit dfbf54d11e
3 changed files with 113 additions and 112 deletions

View File

@ -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>

View File

@ -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">

View File

@ -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) &gt; 0)"> <xsl:if test="($setPlaceOfConference = 'true') and (string-length(./placeOfConference) &gt; 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'" />