phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/base alarm.xsl,1.2


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/base alarm.xsl,1.2
Date: Thu, 24 Feb 2005 09:36:00 +0100

Update of property/templates/base

Modified Files:
     Branch: MAIN
            alarm.xsl lines: +9 -1

Log Message:
no message

====================================================
Index: property/templates/base/alarm.xsl
diff -u property/templates/base/alarm.xsl:1.1 
property/templates/base/alarm.xsl:1.2
--- property/templates/base/alarm.xsl:1.1       Mon Jan 17 10:03:18 2005
+++ property/templates/base/alarm.xsl   Thu Feb 24 08:36:39 2005
@@ -165,6 +165,14 @@
        <xsl:template match="alter_alarm">
                        <tr height="20">
                                <td align="right" valign="bottom" colspan="9">
+                                       <xsl:variable 
name="lang_test_cron"><xsl:value-of select="lang_test_cron"/></xsl:variable>
+                                       <input type="submit" 
name="values[test_cron]" value="{$lang_test_cron}" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_test_cron_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
                                        <xsl:variable 
name="lang_enable"><xsl:value-of select="lang_enable"/></xsl:variable>
                                        <input type="submit" 
name="values[enable_alarm]" value="{$lang_enable}" 
onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
@@ -298,7 +306,7 @@
                                                                </input>
                                                        </td>
                                                        <td>
-                                                               <input 
type="text" size="4" name="values[dow]" value="{value_day}" 
onMouseout="window.status='';return true;">
+                                                               <input 
type="text" size="4" name="values[dow]" value="{value_dow}" 
onMouseout="window.status='';return true;">
                                                                        
<xsl:attribute name="onMouseover">
                                                                                
<xsl:text>window.status='</xsl:text>
                                                                                
        <xsl:value-of select="lang_id_b_accounttext"/>






reply via email to

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