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.1, 1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/templates/default admin_entity.xsl, 1.1, 1.2
Date: Wed, 15 Oct 2003 17:27:40 +0000

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

Modified Files:
        admin_entity.xsl 
Log Message:
no message

Index: admin_entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/admin_entity.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** admin_entity.xsl    10 Oct 2003 21:57:15 -0000      1.1
--- admin_entity.xsl    15 Oct 2003 17:27:37 -0000      1.2
***************
*** 385,388 ****
--- 385,420 ----
                        </tr>
                        <xsl:choose>
+                               <xsl:when test="lang_location_form != ''">
+                                       <tr>
+                                               <td>
+                                                       <xsl:value-of 
select="lang_location_form"/>
+                                               </td>
+                                               <td>
+                                                       <xsl:choose>
+                                                                       
<xsl:when test="value_location_form = 1">
+                                                                               
<input type="checkbox" name="values[location_form]" value="1" checked="checked" 
onMouseout="window.status='';return true;">
+                                                                               
        <xsl:attribute name="onMouseover">
+                                                                               
                <xsl:text>window.status='</xsl:text>
+                                                                               
                        <xsl:value-of select="lang_location_form_statustext"/>
+                                                                               
                <xsl:text>'; return true;</xsl:text>
+                                                                               
        </xsl:attribute>
+                                                                               
</input>
+                                                                       
</xsl:when>
+                                                                       
<xsl:otherwise>
+                                                                               
<input type="checkbox" name="values[location_form]" value="1" 
onMouseout="window.status='';return true;">
+                                                                               
        <xsl:attribute name="onMouseover">
+                                                                               
                <xsl:text>window.status='</xsl:text>
+                                                                               
                        <xsl:value-of select="lang_location_form_statustext"/>
+                                                                               
                <xsl:text>'; return true;</xsl:text>
+                                                                               
        </xsl:attribute>
+                                                                               
</input>
+                                                                       
</xsl:otherwise>
+                                                       </xsl:choose>
+                                               </td>
+                                       </tr>
+                               </xsl:when>
+                       </xsl:choose>
+ 
+                       <xsl:choose>
                                <xsl:when test="lang_prefix != ''">
                                        <tr>





reply via email to

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