phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default location.xsl, 1.18, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default location.xsl, 1.18, 1.19
Date: Thu, 17 Jul 2003 14:15:52 -0400

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv24764/templates/default

Modified Files:
        location.xsl 
Log Message:
no message

Index: location.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/location.xsl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** location.xsl        28 Jun 2003 16:11:47 -0000      1.18
--- location.xsl        17 Jul 2003 18:15:50 -0000      1.19
***************
*** 12,15 ****
--- 12,18 ----
                                <xsl:apply-templates select="update_cat"/>
                        </xsl:when>
+                       <xsl:when test="stop">
+                               <xsl:apply-templates select="stop"/>
+                       </xsl:when>
                        <xsl:otherwise>
                                <xsl:apply-templates select="list"/>
***************
*** 600,601 ****
--- 603,619 ----
        </xsl:template>
  
+ <!-- stop -->
+ 
+       <xsl:template match="stop">
+                       <table cellpadding="2" cellspacing="2" align="center">
+                       <xsl:choose>
+                               <xsl:when test="msgbox_data != ''">
+                                       <tr>
+                                               <td align="left" colspan="3">
+                                                       <xsl:call-template 
name="msgbox"/>
+                                               </td>
+                                       </tr>
+                               </xsl:when>
+                       </xsl:choose>
+                       </table>
+       </xsl:template>





reply via email to

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