phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default location.xsl,1.5


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/default location.xsl,1.5
Date: Fri, 20 May 2005 15:13:00 +0200

Update of property/templates/default

Modified Files:
     Branch: MAIN
            location.xsl lines: +17 -1

Log Message:
no message

====================================================
Index: property/templates/default/location.xsl
diff -u property/templates/default/location.xsl:1.4 
property/templates/default/location.xsl:1.5
--- property/templates/default/location.xsl:1.4 Wed May 18 16:05:54 2005
+++ property/templates/default/location.xsl     Fri May 20 13:13:45 2005
@@ -500,6 +500,22 @@
                <div align="left">

                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
+
+                       <tr>
+                               <td>
+                                       <xsl:value-of 
select="lang_change_type"/>
+                               </td>
+                               <xsl:for-each select="change_type_list" >
+                                       <xsl:choose>
+                                               <xsl:when 
test="selected='selected'">
+                                                       <td>
+                                                               <xsl:value-of 
select="name"/>
+                                                       </td>
+                                               </xsl:when>
+                                       </xsl:choose>
+                               </xsl:for-each>
+                       </tr>
+
                        <xsl:choose>
                                <xsl:when test="lookup_type='form'">
                                        <xsl:call-template 
name="location_form"/>






reply via email to

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