phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default tts.xsl,1.6


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/default tts.xsl,1.6
Date: Thu, 24 Feb 2005 15:27:11 -0000

Update of property/templates/default

Modified Files:
     Branch: MAIN
            tts.xsl lines: +66 -1

Log Message:
no message

====================================================
Index: property/templates/default/tts.xsl
diff -u property/templates/default/tts.xsl:1.5 
property/templates/default/tts.xsl:1.6
--- property/templates/default/tts.xsl:1.5      Mon Jan 24 11:41:32 2005
+++ property/templates/default/tts.xsl  Wed Feb  9 14:17:25 2005
@@ -233,6 +233,39 @@
                                        <xsl:call-template name="group_select"/>
                                </td>
                        </tr>
+
+                       <xsl:choose>
+                               <xsl:when test="mailnotification != ''">
+                                       <tr>
+                                               <td>
+                                                       <xsl:value-of 
select="lang_mailnotification"/>
+                                               </td>
+                                               <td>
+                                                       <xsl:choose>
+                                                                       
<xsl:when test="pref_send_mail = 1">
+                                                                               
<input type="checkbox" name="values[send_mail]" value="1" checked="checked" 
onMouseout="window.status='';return true;">
+                                                                               
        <xsl:attribute name="onMouseover">
+                                                                               
                <xsl:text>window.status='</xsl:text>
+                                                                               
                        <xsl:value-of 
select="lang_mailnotification_statustext"/>
+                                                                               
                <xsl:text>'; return true;</xsl:text>
+                                                                               
        </xsl:attribute>
+                                                                               
</input>
+                                                                       
</xsl:when>
+                                                                       
<xsl:otherwise>
+                                                                               
<input type="checkbox" name="values[send_mail]" value="1" 
onMouseout="window.status='';return true;">
+                                                                               
        <xsl:attribute name="onMouseover">
+                                                                               
                <xsl:text>window.status='</xsl:text>
+                                                                               
                        <xsl:value-of 
select="lang_mailnotification_statustext"/>
+                                                                               
                <xsl:text>'; return true;</xsl:text>
+                                                                               
        </xsl:attribute>
+                                                                               
</input>
+                                                                       
</xsl:otherwise>
+                                                       </xsl:choose>
+                                               </td>
+                                       </tr>
+                               </xsl:when>
+                       </xsl:choose>
+
                        <tr>
                                <td valign="top">
                                        <xsl:value-of select="lang_priority"/>
@@ -542,6 +575,38 @@
                                        <xsl:call-template name="group_select"/>
                                </td>
                        </tr>
+                       <xsl:choose>
+                               <xsl:when test="mailnotification != ''">
+                                       <tr>
+                                               <td>
+                                                       <xsl:value-of 
select="lang_mailnotification"/>
+                                               </td>
+                                               <td>
+                                                       <xsl:choose>
+                                                                       
<xsl:when test="pref_send_mail = 1">
+                                                                               
<input type="checkbox" name="values[send_mail]" value="1" checked="checked" 
onMouseout="window.status='';return true;">
+                                                                               
        <xsl:attribute name="onMouseover">
+                                                                               
                <xsl:text>window.status='</xsl:text>
+                                                                               
                        <xsl:value-of 
select="lang_mailnotification_statustext"/>
+                                                                               
                <xsl:text>'; return true;</xsl:text>
+                                                                               
        </xsl:attribute>
+                                                                               
</input>
+                                                                       
</xsl:when>
+                                                                       
<xsl:otherwise>
+                                                                               
<input type="checkbox" name="values[send_mail]" value="1" 
onMouseout="window.status='';return true;">
+                                                                               
        <xsl:attribute name="onMouseover">
+                                                                               
                <xsl:text>window.status='</xsl:text>
+                                                                               
                        <xsl:value-of 
select="lang_mailnotification_statustext"/>
+                                                                               
                <xsl:text>'; return true;</xsl:text>
+                                                                               
        </xsl:attribute>
+                                                                               
</input>
+                                                                       
</xsl:otherwise>
+                                                       </xsl:choose>
+                                               </td>
+                                       </tr>
+                               </xsl:when>
+                       </xsl:choose>
+
                        <tr>
                                <td valign="top">
                                        <xsl:value-of select="lang_priority"/>






reply via email to

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