fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [11653] bkbooking: stavanger added more info when sho


From: Kjell Arne Espedal
Subject: [Fmsystem-commits] [11653] bkbooking: stavanger added more info when showing event in calendar
Date: Mon, 03 Feb 2014 11:14:07 +0000

Revision: 11653
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11653
Author:   kjell
Date:     2014-02-03 11:14:06 +0000 (Mon, 03 Feb 2014)
Log Message:
-----------
bkbooking: stavanger added more info when showing event in calendar

Modified Paths:
--------------
    branches/stavangerkommune/bookingfrontend/templates/stavanger/event_info.xsl

Modified: 
branches/stavangerkommune/bookingfrontend/templates/stavanger/event_info.xsl
===================================================================
--- 
branches/stavangerkommune/bookingfrontend/templates/stavanger/event_info.xsl    
    2014-02-02 19:43:49 UTC (rev 11652)
+++ 
branches/stavangerkommune/bookingfrontend/templates/stavanger/event_info.xsl    
    2014-02-03 11:14:06 UTC (rev 11653)
@@ -18,9 +18,15 @@
                <xsl:if test="event/is_public=1">
                        <dd>
                        <xsl:if test="orginfo">
-                               <a href="{orginfo/link}"><xsl:value-of 
select="orginfo/name"/></a>:
+                               <a href="{orginfo/link}"><xsl:value-of 
select="orginfo/name"/></a><br />
                        </xsl:if>
-                               <xsl:value-of select="event/contact_name"/>
+                               <xsl:value-of select="event/contact_name"/><br 
/>
+                <xsl:if test="event/contact_email != ''">
+                    E-post: <xsl:value-of select="event/contact_email"/><br />
+                </xsl:if>
+                <xsl:if test="event/contact_phone != ''">
+                    Telefon: <xsl:value-of select="event/contact_phone"/>
+                </xsl:if>
                        </dd>
                </xsl:if>
                <xsl:if test="event/is_public=0">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]