phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default app_delete.xsl,1.1,1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default app_delete.xsl,1.1,1.2 document.xsl,1.2,1.3 wo_hour.xsl,1.11,1.12
Date: Mon, 19 May 2003 07:04:38 -0400

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

Modified Files:
        app_delete.xsl document.xsl wo_hour.xsl 
Log Message:
no message

Index: app_delete.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/app_delete.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** app_delete.xsl      3 May 2003 06:03:01 -0000       1.1
--- app_delete.xsl      19 May 2003 11:04:35 -0000      1.2
***************
*** 26,37 ****
                                        <td align="right">
                                                <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
!                                               <a href="{$done_action}" 
onMouseout="window.status='';return true;">
!                                                       <xsl:attribute 
name="onMouseover">
!                                                               
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_no_statustext"/>
!                                                               <xsl:text>'; 
return true;</xsl:text>
!                                                       </xsl:attribute>
!                                                       <xsl:value-of 
select="lang_no"/>
!                                               </a>
                                        </td>
                                </tr>
--- 26,39 ----
                                        <td align="right">
                                                <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
!                                               <xsl:variable 
name="lang_no"><xsl:value-of select="lang_no"/></xsl:variable>
!                                               <form method="POST" 
action="{$done_action}">
!                                                       <input type="submit" 
class="forms" name="cancel" value="{$lang_no}" 
onMouseout="window.status='';return true;">
!                                                               <xsl:attribute 
name="onMouseover">
!                                                                       
<xsl:text>window.status='</xsl:text>
!                                                                               
<xsl:value-of select="lang_no_statustext"/>
!                                                                       
<xsl:text>'; return true;</xsl:text>
!                                                               </xsl:attribute>
!                                                       </input>
!                                               </form>
                                        </td>
                                </tr>

Index: document.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/document.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** document.xsl        29 Apr 2003 12:20:06 -0000      1.2
--- document.xsl        19 May 2003 11:04:35 -0000      1.3
***************
*** 151,154 ****
--- 151,155 ----
                <div align="left">
                <table width="80%"  cellpadding="2" cellspacing="2" 
align="center">
+                       <xsl:call-template name="receipt"/>
                        <xsl:call-template name="location_view"/>
                        <tr>
***************
*** 212,216 ****
                                </td>
                                <td class="th_text" width="5%" align="left">
!                                       <xsl:value-of select="lang_owner"/>
                                </td>
                                <td class="th_text" width="5%" align="center">
--- 213,217 ----
                                </td>
                                <td class="th_text" width="5%" align="left">
!                                       <xsl:value-of select="lang_user"/>
                                </td>
                                <td class="th_text" width="5%" align="center">
***************
*** 338,341 ****
--- 339,343 ----
                                                        <xsl:value-of 
select="lang_document_name"/>
                                                        <input type="hidden"  
name="values[document_name_orig]" value="{value_document_name}" />
+                                                       <input type="hidden"  
name="values[location_code]" value="{value_location_code}" />
                                                </td>
                                                <td>

Index: wo_hour.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/wo_hour.xsl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** wo_hour.xsl 23 Apr 2003 07:21:34 -0000      1.11
--- wo_hour.xsl 19 May 2003 11:04:35 -0000      1.12
***************
*** 616,623 ****
                </table>
                </table>
!               <table width="90%" cellpadding="2" cellspacing="2" 
align="center">
!                       <xsl:apply-templates select="table_header_view_order"/>
!                       <xsl:apply-templates select="values_view_order"/>
!               </table> 
        </xsl:template>
  
--- 616,627 ----
                </table>
                </table>
!               <xsl:choose>
!                       <xsl:when test="values_view_order!=''">
!                               <table width="90%" cellpadding="2" 
cellspacing="2" align="center">
!                                       <xsl:apply-templates 
select="table_header_view_order"/>
!                                       <xsl:apply-templates 
select="values_view_order"/>
!                               </table> 
!                       </xsl:when>
!               </xsl:choose>
        </xsl:template>
  





reply via email to

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