- Refactored paper-period to period-string.
1 parent 4a4b205 commit cc0458edd8a2892c273c6b03897cbaf5a6259eb9
nstanger authored on 9 Aug 2012
Showing 1 changed file
View
2
■■■
modules/global-elements.xml
Period in which a paper is offered (e.g., "Semester 2").
-->
<template name="PaperPeriod" match="PaperPeriod">
<common>
<xsl:value-of select="$paper-period" />
<xsl:value-of select="$period-string" />
</common>
</template>
 
<template name="PaperPeriod-strip" match="PaperPeriod" mode="strip">