KFSG#58126 -- Reserveringsbevestiging en extra tekst om ruimte schoon te houden

svn path=/Website/branches/v2019.1/; revision=42955
This commit is contained in:
Jos Migo
2019-06-14 09:57:44 +00:00
parent 22c53cda9d
commit cc5fd53cb0

View File

@@ -6,7 +6,7 @@
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">CUST01</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">RESINF</xsl:variable>
<xsl:template name="stylesheet">
<style>body {
@@ -3991,6 +3991,12 @@ END:VCALENDAR
<td width="15%" class="label"><xsl:value-of select="//lcl/FAC/e-mail"/></td>
<td colspan="3" class="value">: <xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/contact_user/email"/></td>
</tr>
<xsl:if test="rsv_ruimte[volgnr=$min_volgnr]/rsv_artikel/key!=''">
<tr>
<td width="15%" class="label">Opmerking</td>
<td colspan="3" class="value">: Eten over van de lunch? Neem dit gerust mee, maar laat de schalen, het servies, bestek en flessen in de ruimte. Op deze manier kunnen wij de ruimtes schoonhouden.</td>
</tr>
</xsl:if>
<xsl:if test="$srtnotificatiecode='RESDEL'">
<tr>
<td width="20%" class="label"><xsl:value-of select="//lcl/RES/begintijd"/></td>
@@ -5016,4 +5022,4 @@ END:VCALENDAR
</td>
</table>
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>