phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/actor.xsl, 1.2.2.1


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/actor.xsl, 1.2.2.1
Date: Fri, 26 Nov 2004 12:23:38 +0100

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

date: 2004/11/26 11:23:38;  author: sigurdne;  state: Exp;  lines: +28 -9

Log Message:
no message
=====================================================================
Index: property/templates/default/actor.xsl
diff -u property/templates/default/actor.xsl:1.2 
property/templates/default/actor.xsl:1.2.2.1
--- property/templates/default/actor.xsl:1.2    Wed Jun  2 19:09:33 2004
+++ property/templates/default/actor.xsl        Fri Nov 26 11:23:38 2004
@@ -172,18 +172,29 @@
                                        </tr>
                                </xsl:when>
                        </xsl:choose>
-                       <xsl:choose>
-                               <xsl:when test="value_actor_id!=''">
-                                       <tr >
-                                               <td align="left">
-                                                       <xsl:value-of 
select="lang_actor_id"/>
-                                               </td>
+                       <tr >
+                               <td align="left">
+                                       <xsl:value-of select="lang_actor_id"/>
+                               </td>
+                               <xsl:choose>
+                                       <xsl:when test="value_actor_id!=''">
                                                <td align="left">
                                                        <xsl:value-of 
select="value_actor_id"/>
                                                </td>
-                                       </tr>
-                               </xsl:when>
-                       </xsl:choose>
+                                       </xsl:when>
+                                       <xsl:otherwise>
+                                       <td align="left">
+                                               <input type="text" size = "15" 
name="values[new_actor_id]" onMouseout="window.status='';return true;">
+                                                       <xsl:attribute 
name="onMouseover">
+                                                               
<xsl:text>window.status='</xsl:text>
+                                                                       
<xsl:value-of select="lang_id_statustext"/>
+                                                               <xsl:text>'; 
return true;</xsl:text>
+                                                       </xsl:attribute>
+                                               </input>
+                                       </td>
+                                       </xsl:otherwise>
+                               </xsl:choose>
+                       </tr>
 
                        <tr >
                                <td align="left">
@@ -254,6 +265,14 @@
 
        <xsl:template match="view">
                <table cellpadding="2" cellspacing="2" width="79%" 
align="center">
+                       <tr >
+                               <td align="left">
+                                       <xsl:value-of select="lang_actor_id"/>
+                               </td>
+                               <td align="left">
+                                       <xsl:value-of select="value_actor_id"/>
+                               </td>
+                       </tr>
                        <tr class="row_off">
                                <td width="19%">
                                        <xsl:value-of 
select="lang_time_created"/>




reply via email to

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