[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] property/skins/default/project.xsl, 1.1.1.6
From: |
nomail |
Subject: |
[Phpgroupware-cvs] property/skins/default/project.xsl, 1.1.1.6 |
Date: |
Sun, 23 May 2004 05:37:12 -0000 |
Update of /property/skins/default
Modified Files:
Branch:
project.xsl
date: 2004/04/29 12:49:48; author: sigurdne; state: Exp; lines: +4 -4
Log Message:
no message
=====================================================================
Index: property/skins/default/project.xsl
diff -u property/skins/default/project.xsl:1.1.1.5
property/skins/default/project.xsl:1.1.1.6
--- property/skins/default/project.xsl:1.1.1.5 Mon Apr 26 18:52:25 2004
+++ property/skins/default/project.xsl Thu Apr 29 12:49:48 2004
@@ -26,7 +26,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"/>
@@ -106,7 +106,7 @@
<div align="left">
<table cellpadding="2" cellspacing="2" width="80%"
align="center">
- <xsl:choose>
+ <form></form><xsl:choose>
<xsl:when test="msgbox_data != ''">
<tr>
<td align="left" colspan="3">
@@ -994,7 +994,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>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] property/skins/default/project.xsl, 1.1.1.6,
nomail <=