phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/gab.xsl, 1.1.1.4


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/gab.xsl, 1.1.1.4
Date: Sun, 23 May 2004 13:00:29 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/skins/default/gab.xsl
diff -u property/skins/default/gab.xsl:1.1.1.3 
property/skins/default/gab.xsl:1.1.1.4
--- property/skins/default/gab.xsl:1.1.1.3      Fri Apr 23 21:26:43 2004
+++ property/skins/default/gab.xsl      Thu Apr 29 12:49:49 2004
@@ -113,7 +113,7 @@
                <div align="center">
                <table width="100%"  cellpadding="2" cellspacing="2" 
align="center">
                        <tr>
-                               <xsl:apply-templates 
select="search_field_header"/>
+                               <form></form><xsl:apply-templates 
select="search_field_header"/>
                        </tr>
                        <tr>
                                <xsl:call-template name="search_field"/>
@@ -278,7 +278,7 @@
                                </xsl:choose>
                                <xsl:choose>
                                        <xsl:when test="table_add !=''">
-                                               <xsl:apply-templates 
select="table_add"/>
+                                               
<form></form><xsl:apply-templates select="table_add"/>
                                        </xsl:when>
                                </xsl:choose>   
                                <xsl:apply-templates select="table_done"/>
@@ -288,13 +288,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>
@@ -306,13 +306,13 @@
        <xsl:template match="table_done">
                        <tr>
                                <td height="50">
-                                       <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>
+                                       <xsl:variable 
name="done_action"><xsl:value-of 
select="table_done_item/done_action"/></xsl:variable>
+                                       <xsl:variable 
name="lang_done"><xsl:value-of 
select="table_done_item/lang_done"/></xsl:variable>
                                        <form method="post" 
action="{$done_action}">
                                                <input type="submit" 
name="done" value="{$lang_done}" onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
-                                                                       
<xsl:value-of select="lang_done_statustext"/>
+                                                                       
<xsl:value-of select="table_done_item/lang_done_statustext"/>
                                                                <xsl:text>'; 
return true;</xsl:text>
                                                        </xsl:attribute>
                                                </input>
@@ -337,7 +337,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}">
                                <xsl:choose>
                                        <xsl:when test="gaards_nr>0">
                                                <tr>
@@ -602,7 +602,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]