phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/templates/default admin_entity.xsl, 1.5, 1.6 entity.xsl, 1.3, 1.4
Date: Sun, 26 Oct 2003 20:33:03 +0000

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

Modified Files:
        admin_entity.xsl entity.xsl 
Log Message:
no message

Index: admin_entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/admin_entity.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** admin_entity.xsl    23 Oct 2003 16:52:14 -0000      1.5
--- admin_entity.xsl    26 Oct 2003 20:33:01 -0000      1.6
***************
*** 562,565 ****
--- 562,582 ----
                        </xsl:choose>
  
+                       <xsl:choose>
+                               <xsl:when test="lang_location_level != ''">
+                                       <tr>
+                                               <td>
+                                                       <xsl:value-of 
select="lang_location_level"/>
+                                               </td>
+                                               <td valign="top">
+                                                       <xsl:variable 
name="lang_location_level_statustext"><xsl:value-of 
select="lang_location_level_statustext"/></xsl:variable>
+                                                       <select 
name="values[location_level]" class="forms" 
onMouseover="window.status='{$lang_location_level_statustext}'; return true;" 
onMouseout="window.status='';return true;">
+                                                               <option 
value=""><xsl:value-of select="lang_no_location_level"/></option>
+                                                               
<xsl:apply-templates select="location_level_list"/>
+                                                       </select>
+                                               </td>
+                                       </tr>
+                               </xsl:when>
+                       </xsl:choose>
+ 
                        <tr height="50">
                                <td>
***************
*** 1047,1050 ****
--- 1064,1081 ----
        </xsl:template>
  
+ 
+ <!-- location_level_list -->  
+ 
+       <xsl:template match="location_level_list">
+       <xsl:variable name="id"><xsl:value-of select="id"/></xsl:variable>
+               <xsl:choose>
+                       <xsl:when test="selected">
+                               <option value="{$id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="name"/></option>
+                       </xsl:when>
+                       <xsl:otherwise>
+                               <option value="{$id}"><xsl:value-of 
disable-output-escaping="yes" select="name"/></option>
+                       </xsl:otherwise>
+               </xsl:choose>
+       </xsl:template>
  
  <!-- datatype_list -->        

Index: entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/entity.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** entity.xsl  23 Oct 2003 16:52:13 -0000      1.3
--- entity.xsl  26 Oct 2003 20:33:01 -0000      1.4
***************
*** 210,219 ****
                        </xsl:choose>
                        <xsl:choose>
!                               <xsl:when test="lookup_type='form'">
                                        <xsl:call-template 
name="location_form"/>
                                </xsl:when>
-                               <xsl:otherwise>
-                                       <xsl:call-template 
name="location_view"/>
-                               </xsl:otherwise>
                        </xsl:choose>
                        <xsl:choose>
--- 210,216 ----
                        </xsl:choose>
                        <xsl:choose>
!                               <xsl:when test="location_data!=''">
                                        <xsl:call-template 
name="location_form"/>
                                </xsl:when>
                        </xsl:choose>
                        <xsl:choose>





reply via email to

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