phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/alarm.xsl, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/alarm.xsl, 1.1.2.1
Date: Sun, 12 Dec 2004 23:38:38 +0100

Update of /property/templates/default
Modified Files:
        Branch: proposed-0_9_18-branch
          alarm.xsl

date: 2004/12/12 22:38:38;  author: sigurdne;  state: Exp;  lines: +10 -8

Log Message:
no message
=====================================================================
Index: property/templates/default/alarm.xsl
diff -u property/templates/default/alarm.xsl:1.1 
property/templates/default/alarm.xsl:1.1.2.1
--- property/templates/default/alarm.xsl:1.1    Wed Jul 21 19:00:12 2004
+++ property/templates/default/alarm.xsl        Sun Dec 12 22:38:38 2004
@@ -53,6 +53,8 @@
        <xsl:template match="table_header">
                <xsl:variable name="sort_alarm_id" select="sort_alarm_id"/>
                <xsl:variable name="sort_next_run" select="sort_next_run"/>     
        
+               <xsl:variable name="sort_method" select="sort_method"/>         
+               <xsl:variable name="sort_user" select="sort_user"/>             
                        <tr class="th">
                                <td width="10%" align="right">
                                        <a href="{$sort_alarm_id}" 
class="th_text"><xsl:value-of select="lang_alarm_id"/></a>
@@ -63,8 +65,8 @@
                                <td width="10%" align="center">
                                        <xsl:value-of select="lang_times"/>
                                </td>
-                               <td width="10%" align="center">
-                                       <xsl:value-of select="lang_method"/>
+                               <td width="10%">
+                                       <a href="{$sort_method}" 
class="th_text"><xsl:value-of select="lang_method"/></a>
                                </td>
                                <td width="40%" align="center">
                                        <xsl:value-of select="lang_data"/>
@@ -72,8 +74,8 @@
                                <td width="5%" align="center">
                                        <xsl:value-of select="lang_enabled"/>
                                </td>
-                               <td width="10%" align="center">
-                                       <xsl:value-of select="lang_user"/>
+                               <td width="10%">
+                                       <a href="{$sort_user}" 
class="th_text"><xsl:value-of select="lang_user"/></a>
                                </td>
                                <td width="5%" align="center">
                                        <xsl:value-of select="lang_select"/>
@@ -210,13 +212,13 @@
                                </xsl:when>
                        </xsl:choose>
                        <xsl:choose>
-                               <xsl:when test="value_owner_id!=''">
+                               <xsl:when test="value_async_id!=''">
                                        <tr >
                                                <td width="25%" align="left">
-                                                       <xsl:value-of 
select="lang_owner_id"/>
+                                                       <xsl:value-of 
select="lang_async_id"/>
                                                </td>
                                                <td width="75%" align="left">
-                                                       <xsl:value-of 
select="value_owner_id"/>
+                                                       <xsl:value-of 
select="value_async_id"/>
                                                </td>
                                        </tr>
                                </xsl:when>
@@ -229,7 +231,7 @@
 
                                <td align="left">
                                        <xsl:variable 
name="lang_method_statustext"><xsl:value-of 
select="lang_method_statustext"/></xsl:variable>
-                                       <select name="method_id" class="forms" 
onMouseover="window.status='{$lang_method_statustext}'; return true;" 
onMouseout="window.status='';return true;">
+                                       <select name="values[method_id]" 
class="forms" onMouseover="window.status='{$lang_method_statustext}'; return 
true;" onMouseout="window.status='';return true;">
                                                <option value=""><xsl:value-of 
select="lang_no_method"/></option>
                                                        <xsl:apply-templates 
select="method_list"/>
                                        </select>




reply via email to

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