phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/async.xsl, 1.1.2.1
Date: Fri, 5 Nov 2004 16:09:49 +0100

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

date: 2004/11/05 15:09:49;  author: sigurdne;  state: Exp;  lines: +17 -1

Log Message:
no message
=====================================================================
Index: property/templates/default/async.xsl
diff -u property/templates/default/async.xsl:1.1 
property/templates/default/async.xsl:1.1.2.1
--- property/templates/default/async.xsl:1.1    Wed Jul 21 19:00:12 2004
+++ property/templates/default/async.xsl        Fri Nov  5 15:09:49 2004
@@ -51,6 +51,12 @@
                                <xsl:value-of select="lang_descr"/>
                        </td>
                        <td class="th_text" width="5%" align="center">
+                               <xsl:value-of select="lang_run"/>
+                       </td>
+                       <td class="th_text" width="5%" align="center">
+                               <xsl:value-of select="lang_schedule"/>
+                       </td>
+                       <td class="th_text" width="5%" align="center">
                                <xsl:value-of select="lang_edit"/>
                        </td>
                        <td class="th_text" width="5%" align="center">
@@ -60,6 +66,8 @@
        </xsl:template>
 
        <xsl:template match="values">
+               <xsl:variable name="lang_run_statustext"><xsl:value-of 
select="lang_run_statustext"/></xsl:variable>
+               <xsl:variable name="lang_schedule_statustext"><xsl:value-of 
select="lang_schedule_statustext"/></xsl:variable>
                <xsl:variable name="lang_view_statustext"><xsl:value-of 
select="lang_view_statustext"/></xsl:variable>
                <xsl:variable name="lang_edit_statustext"><xsl:value-of 
select="lang_edit_statustext"/></xsl:variable>
                <xsl:variable name="lang_delete_statustext"><xsl:value-of 
select="lang_delete_statustext"/></xsl:variable>
@@ -91,6 +99,14 @@
                                        <xsl:value-of select="first"/>
                                </td>
                                <td align="center">
+                                       <xsl:variable 
name="link_run"><xsl:value-of select="link_run"/></xsl:variable>
+                                       <a href="{$link_run}" 
onMouseover="window.status='{$lang_run_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of select="text_run"/></a>
+                               </td>
+                               <td align="center">
+                                       <xsl:variable 
name="link_schedule"><xsl:value-of select="link_schedule"/></xsl:variable>
+                                       <a href="{$link_schedule}" 
onMouseover="window.status='{$lang_schedule_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_schedule"/></a>
+                               </td>
+                               <td align="center">
                                        <xsl:variable 
name="link_edit"><xsl:value-of select="link_edit"/></xsl:variable>
                                        <a href="{$link_edit}" 
onMouseover="window.status='{$lang_edit_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_edit"/></a>
                                </td>




reply via email to

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