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.1.1.2


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/tts.xsl, 1.1.1.2
Date: Thu, 13 May 2004 20:08:04 +0200

Update of /property/templates/default
Modified Files:
        Branch: 
          tts.xsl

date: 2004/05/13 18:08:04;  author: sigurdne;  state: Exp;  lines: +14 -4

Log Message:
no message
=====================================================================
Index: property/templates/default/tts.xsl
diff -u property/templates/default/tts.xsl:1.1.1.1 
property/templates/default/tts.xsl:1.1.1.2
--- property/templates/default/tts.xsl:1.1.1.1  Fri Apr 23 13:14:15 2004
+++ property/templates/default/tts.xsl  Thu May 13 18:08:04 2004
@@ -39,6 +39,9 @@
                                <td align="center">
                                        <xsl:call-template 
name="filter_filter"/>
                                </td>
+                               <td align="center">
+                                       <xsl:call-template 
name="user_id_filter"/>
+                               </td>
                                <td align="right">
                                        <xsl:call-template name="search_field"/>
                                </td>
@@ -255,7 +258,7 @@
                        </tr>
 
 
-               <!--    <tr>
+                       <tr>
                                <td valign="top">
                                        <xsl:value-of select="lang_subject"/>
                                </td>
@@ -269,7 +272,7 @@
                                        </input>
 
                                </td>
-                       </tr>  -->
+                       </tr>
                        <tr>
                                <td valign="top">
                                        <xsl:value-of select="lang_details"/>
@@ -368,7 +371,14 @@
                                        <xsl:value-of select="lang_ticket"/>
                                </td>
                                <td class="th_text" valign="top">
-                                       <xsl:value-of select="value_subject"/>
+                                       <xsl:value-of select="value_id"/>
+                                       <input type="text" 
name="values[subject]" value="{value_subject}" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_subject_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
                                </td>
                        </tr>
                        <xsl:call-template name="location_view"/>




reply via email to

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