phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/request.xsl, 1.1.1.5


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/request.xsl, 1.1.1.5
Date: Sun, 23 May 2004 16:42:56 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/skins/default/request.xsl
diff -u property/skins/default/request.xsl:1.1.1.4 
property/skins/default/request.xsl:1.1.1.5
--- property/skins/default/request.xsl:1.1.1.4  Mon Apr 26 18:52:25 2004
+++ property/skins/default/request.xsl  Thu Apr 29 12:49:48 2004
@@ -22,7 +22,7 @@
        
        <xsl:template match="priority_key">
                <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
-               <form method="post" action="{$form_action}">
+               <form></form><form method="post" action="{$form_action}">
                <div align="left">
                <table width="100%" cellpadding="2" cellspacing="2" 
align="center">
                        <xsl:choose>
@@ -153,7 +153,7 @@
                <table width="100%"  cellpadding="2" cellspacing="2" 
align="center">
                        <tr>
                                <td>
-                                       <xsl:call-template name="cat_filter"/>
+                                       <form></form><xsl:call-template 
name="cat_filter"/>
                                </td>
                                <td align="left">
                                        <xsl:call-template 
name="status_filter"/>
@@ -280,13 +280,13 @@
        <xsl:template match="table_add">
                        <tr>
                                <td height="50">
-                                       <xsl:variable 
name="add_action"><xsl:value-of select="add_action"/></xsl:variable>
-                                       <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
+                                       <xsl:variable 
name="add_action"><xsl:value-of 
select="table_add_item/add_action"/></xsl:variable>
+                                       <xsl:variable 
name="lang_add"><xsl:value-of select="table_add_item/lang_add"/></xsl:variable>
                                        <form method="post" 
action="{$add_action}">
                                                <input type="submit" name="add" 
value="{$lang_add}" onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
-                                                                       
<xsl:value-of select="lang_add_statustext"/>
+                                                                       
<xsl:value-of select="table_add_item/lang_add_statustext"/>
                                                                <xsl:text>'; 
return true;</xsl:text>
                                                        </xsl:attribute>
                                                </input>
@@ -327,7 +327,7 @@
                                                <td valign="top">
                                                        <xsl:variable 
name="generate_project_action"><xsl:value-of 
select="generate_project_action"/></xsl:variable>
                                                        <xsl:variable 
name="lang_generate_project"><xsl:value-of 
select="lang_generate_project"/></xsl:variable>
-                                                       <form method="post" 
action="{$generate_project_action}">
+                                                       <form></form><form 
method="post" action="{$generate_project_action}">
                                                        <input type="hidden" 
name="request_id" value="{value_request_id}"></input>
                                                        <input type="hidden" 
name="location_code" value="{location_code}"></input>
                                                        <input type="hidden" 
name="bypass" value="true"></input>
@@ -1281,7 +1281,7 @@
                                <td>
                                        <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
                                        <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
-                                       <form method="post" 
action="{$done_action}">
+                                       <form></form><form method="post" 
action="{$done_action}">
                                        <input type="submit" class="forms" 
name="done" value="{$lang_done}" onMouseout="window.status='';return true;">
                                                <xsl:attribute 
name="onMouseover">
                                                        
<xsl:text>window.status='</xsl:text>




reply via email to

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