phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default owner.xsl,1.2,1.3


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default owner.xsl,1.2,1.3
Date: Fri, 23 May 2003 06:11:50 -0400

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv18688/templates/default

Modified Files:
        owner.xsl 
Log Message:
no message

Index: owner.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/owner.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** owner.xsl   20 May 2003 18:42:58 -0000      1.2
--- owner.xsl   23 May 2003 10:11:48 -0000      1.3
***************
*** 147,151 ****
                <xsl:variable name="edit_url"><xsl:value-of 
select="edit_url"/></xsl:variable>
                <div align="left">
!               <form method="post" action="{$edit_url}">
                <table cellpadding="2" cellspacing="2" width="79%" 
align="center">
                        <xsl:choose>
--- 147,151 ----
                <xsl:variable name="edit_url"><xsl:value-of 
select="edit_url"/></xsl:variable>
                <div align="left">
!               <form name="form" method="post" action="{$edit_url}">
                <table cellpadding="2" cellspacing="2" width="79%" 
align="center">
                        <xsl:choose>
***************
*** 161,168 ****
                                <xsl:when test="value_owner_id!=''">
                                        <tr >
!                                               <td colspan="2" align="left">
                                                        <xsl:value-of 
select="lang_owner_id"/>
                                                </td>
!                                               <td align="left">
                                                        <xsl:value-of 
select="value_owner_id"/>
                                                </td>
--- 161,168 ----
                                <xsl:when test="value_owner_id!=''">
                                        <tr >
!                                               <td width="25%" align="left">
                                                        <xsl:value-of 
select="lang_owner_id"/>
                                                </td>
!                                               <td width="75%" align="left">
                                                        <xsl:value-of 
select="value_owner_id"/>
                                                </td>
***************
*** 171,176 ****
                        </xsl:choose>
  
                        <tr >
!                               <td colspan="2" align="left">
                                        <xsl:value-of select="lang_category"/>
                                </td>
--- 171,177 ----
                        </xsl:choose>
  
+                       <xsl:call-template name="abook_form"/>
                        <tr >
!                               <td align="left">
                                        <xsl:value-of select="lang_category"/>
                                </td>
***************
*** 180,194 ****
                        </tr>
                        <tr  align="left">
!                               <td valign="top" colspan="2">
!                                       <xsl:value-of select="lang_name"/>
                                </td>
                                <td align="left">
!                                       <input type="text" name="values[name]" 
value="{value_name}"  onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_name_statustext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
!                                       </input>
                                </td>
                        </tr>
--- 181,197 ----
                        </tr>
                        <tr  align="left">
!                               <td valign="top" >
!                                       <xsl:value-of select="lang_remark"/>
                                </td>
                                <td align="left">
! 
!                                       <textarea cols="60" rows="6" 
name="values[remark]" wrap="virtual" onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_remark_statustext"/>
                                                        <xsl:text>'; return 
true;</xsl:text>
                                                </xsl:attribute>
!                                               <xsl:value-of 
select="value_remark"/>           
!                                       </textarea>
                                </td>
                        </tr>





reply via email to

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