phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/invoice.xsl, 1.1.1.7


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/invoice.xsl, 1.1.1.7
Date: Sun, 23 May 2004 11:18:30 -0000

Update of /property/skins/default
Modified Files:
        Branch: 
          invoice.xsl

date: 2004/04/29 12:49:48;  author: sigurdne;  state: Exp;  lines: +10 -17

Log Message:
no message
=====================================================================
Index: property/skins/default/invoice.xsl
diff -u property/skins/default/invoice.xsl:1.1.1.6 
property/skins/default/invoice.xsl:1.1.1.7
--- property/skins/default/invoice.xsl:1.1.1.6  Mon Apr 26 18:52:25 2004
+++ property/skins/default/invoice.xsl  Thu Apr 29 12:49:48 2004
@@ -5,12 +5,6 @@
 
        <xsl:template name="app_data">
                <xsl:choose>
-                       <xsl:when test="add">
-                               <xsl:apply-templates select="add"/>
-                       </xsl:when>
-                       <xsl:when test="edit">
-                               <xsl:apply-templates select="edit"/>
-                       </xsl:when>
                        <xsl:when test="import">
                                <xsl:apply-templates select="import"/>
                        </xsl:when>
@@ -45,7 +39,7 @@
        </xsl:template>
        
        <xsl:template match="edit_period">
-               <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
+               <form></form><xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
                <form method="post" action="{$form_action}">
                <div align="center">
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
@@ -136,7 +130,7 @@
 
                        <tr>
                                <td>
-                                       <xsl:call-template name="cat_filter"/>
+                                       <form></form><xsl:call-template 
name="cat_filter"/>
                                </td>
                                <td align="center">
                                        <xsl:call-template 
name="user_lid_filter"/>
@@ -553,7 +547,7 @@
                <xsl:call-template name="menu"/> 
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
                <div align="left">
-               <form method="post" name="form" action="{$form_action}">
+               <form></form><form method="post" name="form" 
action="{$form_action}">
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                        <xsl:choose>
                                <xsl:when test="msgbox_data != ''">
@@ -826,7 +820,7 @@
                <xsl:call-template name="menu"/> 
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
                <div align="left">
-               <form method="post" name="form" action="{$form_action}">
+               <form></form><form method="post" name="form" 
action="{$form_action}">
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                        <xsl:choose>
                                <xsl:when test="msgbox_data != ''">
@@ -1165,7 +1159,7 @@
                                <xsl:call-template name="table_header"/>
                        </tr>
                                <xsl:call-template name="values_debug"/>
-                               <xsl:apply-templates select="table_add"/>
+                               <form></form><xsl:apply-templates 
select="table_add"/>
                </table>
        </xsl:template>
 
@@ -1225,7 +1219,6 @@
                        </tr>
        </xsl:template>
 
-<!-- add / edit -->
 
 <!-- import -->
 
@@ -1257,7 +1250,7 @@
                                </xsl:when>
                        </xsl:choose>
                        <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
-                       <form ENCTYPE="multipart/form-data" method="post" 
name="form" action="{$form_action}">
+                       <form></form><form ENCTYPE="multipart/form-data" 
method="post" name="form" action="{$form_action}">
 
                        <tr>
                                <td>
@@ -1711,7 +1704,7 @@
                                </xsl:when>
                        </xsl:choose>
                        <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
-                       <form method="post" name="form" action="{$form_action}">
+                       <form></form><form method="post" name="form" 
action="{$form_action}">
 
 
                        <tr>
@@ -1801,7 +1794,7 @@
                                </xsl:when>
                        </xsl:choose>
                        <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
-                       <form method="post" name="form" action="{$form_action}">
+                       <form></form><form method="post" name="form" 
action="{$form_action}">
 
 
                        <tr>
@@ -1936,7 +1929,7 @@
                </table>
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
-               <form method="post" name="form" action="{$form_action}">
+               <form></form><form method="post" name="form" 
action="{$form_action}">
                        <xsl:apply-templates 
select="table_header_list_invoice_sub"/>
                        
                        <xsl:choose>




reply via email to

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