phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: sigurdne
Subject: [Phpgroupware-cvs] property/templates/base tts.xsl,1.2
Date: Thu, 24 Feb 2005 15:10:05 -0000

Update of property/templates/base

Modified Files:
     Branch: MAIN
            tts.xsl lines: +8 -0

Log Message:
no message

====================================================
Index: property/templates/base/tts.xsl
diff -u property/templates/base/tts.xsl:1.1 property/templates/base/tts.xsl:1.2
--- property/templates/base/tts.xsl:1.1 Mon Jan 17 10:03:18 2005
+++ property/templates/base/tts.xsl     Mon Jan 24 10:30:56 2005
@@ -120,12 +120,17 @@
                                <td class="th_text" width="15%" align="center">
                                        <xsl:value-of select="lang_delay"/>
                                </td>
+                               <td class="th_text" width="15%" align="center">
+                                       <xsl:value-of 
select="lang_edit_status"/>
+                               </td>
                        </tr>
        </xsl:template>

        <xsl:template match="values">
                <xsl:variable name="lang_view_statustext"><xsl:value-of 
select="lang_view_statustext"/></xsl:variable>
                <xsl:variable name="link_view"><xsl:value-of 
select="link_view"/></xsl:variable>
+               <xsl:variable name="lang_edit_status_statustext"><xsl:value-of 
select="lang_edit_status_statustext"/></xsl:variable>
+               <xsl:variable name="link_edit_status"><xsl:value-of 
select="link_edit_status"/></xsl:variable>
                        <tr bgcolor="{bgcolor}" >
                                <td class="small_text" align="right">
                                        <xsl:value-of select="priostr"/>
@@ -167,6 +172,9 @@
                                <td class="small_text" align="center">
                                        <xsl:value-of select="delay"/>
                                </td>
+                               <td class="small_text" align="center">
+                                       <a href="{$link_edit_status}" 
onMouseover="window.status='{$lang_edit_status_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_edit_status"/></a>
+                               </td>
                        </tr>
        </xsl:template>







reply via email to

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