fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14079] modify template to overlay


From: Saul
Subject: [Fmsystem-commits] [14079] modify template to overlay
Date: Thu, 01 Oct 2015 00:07:59 +0000

Revision: 14079
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14079
Author:   psaul
Date:     2015-10-01 00:07:58 +0000 (Thu, 01 Oct 2015)
Log Message:
-----------
modify template to overlay

Modified Paths:
--------------
    branches/dev-syncromind/booking/templates/base/event_info.xsl

Modified: branches/dev-syncromind/booking/templates/base/event_info.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/event_info.xsl       
2015-10-01 00:04:19 UTC (rev 14078)
+++ branches/dev-syncromind/booking/templates/base/event_info.xsl       
2015-10-01 00:07:58 UTC (rev 14079)
@@ -2,9 +2,9 @@
        <div style="float: right"><a onclick="schedule.closeOverlay(); return 
false" style="cursor:pointer;"><xsl:value-of select="php:function('lang', 
'Close')"/></a></div>
        <h3><xsl:value-of select="php:function('lang', 'Event')"/> 
#<xsl:value-of select="event/id"/></h3>
        <xsl:if test="event/is_public=1">
-               <div>
-                       <xsl:value-of select="event/description" 
disable-output-escaping="yes"/>
-               </div>
+            <div>
+                <xsl:value-of select="event/description" 
disable-output-escaping="yes"/>
+            </div>
        </xsl:if>
        <div class="pure-form pure-form-aligned">
             <div class="pure-control-group">
@@ -28,8 +28,7 @@
        </div>
        <xsl:if test="event/edit_link">
             <div class="actions">
-                    <button 
onclick="location.href='{event/edit_link}'"><xsl:value-of 
select="php:function('lang', 'Edit event')"/></button>
+                <button 
onclick="location.href='{event/edit_link}'"><xsl:value-of 
select="php:function('lang', 'Edit event')"/></button>
             </div>
        </xsl:if>
-
 </xsl:template>




reply via email to

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