phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default tenant.xsl,1.1,1.2


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default tenant.xsl,1.1,1.2
Date: Tue, 01 Jul 2003 07:19:29 -0400

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

Modified Files:
        tenant.xsl 
Log Message:
no message

Index: tenant.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/tenant.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tenant.xsl  22 May 2003 20:09:22 -0000      1.1
--- tenant.xsl  1 Jul 2003 11:19:24 -0000       1.2
***************
*** 181,191 ****
                        <tr  align="left">
                                <td valign="top" colspan="2">
!                                       <xsl:value-of select="lang_name"/>
                                </td>
                                <td align="left">
!                                       <input type="text" name="values[name]" 
value="{value_name}"  onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_name_statustext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
--- 181,219 ----
                        <tr  align="left">
                                <td valign="top" colspan="2">
!                                       <xsl:value-of select="lang_first_name"/>
                                </td>
                                <td align="left">
!                                       <input type="text" 
name="values[first_name]" value="{value_first_name}"  
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_first_name_statustext"/>
!                                                       <xsl:text>'; return 
true;</xsl:text>
!                                               </xsl:attribute>
!                                       </input>
!                               </td>
!                       </tr>
!                       <tr  align="left">
!                               <td valign="top" colspan="2">
!                                       <xsl:value-of select="lang_last_name"/>
!                               </td>
!                               <td align="left">
!                                       <input type="text" 
name="values[last_name]" value="{value_last_name}"  
onMouseout="window.status='';return true;">
!                                               <xsl:attribute 
name="onMouseover">
!                                                       
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_last_name_statustext"/>
!                                                       <xsl:text>'; return 
true;</xsl:text>
!                                               </xsl:attribute>
!                                       </input>
!                               </td>
!                       </tr>
!                       <tr  align="left">
!                               <td valign="top" colspan="2">
!                                       <xsl:value-of 
select="lang_contact_phone"/>
!                               </td>
!                               <td align="left">
!                                       <input type="text" 
name="values[contact_phone]" value="{value_contact_phone}"  
onMouseout="window.status='';return true;">
!                                               <xsl:attribute 
name="onMouseover">
!                                                       
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_contact_phone_statustext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
***************
*** 246,259 ****
                                        <xsl:value-of select="lang_category"/>
                                </td>
                                <td>
!                                       <xsl:value-of select="value_cat"/>
                                </td>
                        </tr>
                        <tr class="row_off">
                                <td valign="top">
!                                       <xsl:value-of select="lang_name"/>
                                </td>
                                <td>
!                                       <xsl:value-of select="value_name"/>
                                </td>
                        </tr>
--- 274,309 ----
                                        <xsl:value-of select="lang_category"/>
                                </td>
+                               <xsl:for-each select="cat_list" >
+                                       <xsl:choose>
+                                               <xsl:when 
test="selected='selected'">
+                                                       <td>
+                                                               <xsl:value-of 
select="name"/>
+                                                       </td>
+                                               </xsl:when>
+                                       </xsl:choose>
+                               </xsl:for-each>
+                       </tr>
+                       <tr class="row_off">
+                               <td valign="top">
+                                       <xsl:value-of select="lang_first_name"/>
+                               </td>
+                               <td>
+                                       <xsl:value-of 
select="value_first_name"/>
+                               </td>
+                       </tr>
+                       <tr class="row_off">
+                               <td valign="top">
+                                       <xsl:value-of select="lang_last_name"/>
+                               </td>
                                <td>
!                                       <xsl:value-of select="value_last_name"/>
                                </td>
                        </tr>
                        <tr class="row_off">
                                <td valign="top">
!                                       <xsl:value-of 
select="lang_contact_phone"/>
                                </td>
                                <td>
!                                       <xsl:value-of 
select="value_contact_phone"/>
                                </td>
                        </tr>





reply via email to

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