phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/meter.xsl, 1.1.1.4
Date: Sun, 23 May 2004 15:50:57 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/skins/default/meter.xsl
diff -u property/skins/default/meter.xsl:1.1.1.3 
property/skins/default/meter.xsl:1.1.1.4
--- property/skins/default/meter.xsl:1.1.1.3    Fri Apr 23 21:26:43 2004
+++ property/skins/default/meter.xsl    Thu Apr 29 12:49:49 2004
@@ -11,9 +11,6 @@
                        <xsl:when test="view">
                                <xsl:apply-templates select="view"/>
                        </xsl:when>
-                       <xsl:when test="update_cat">
-                               <xsl:apply-templates select="update_cat"/>
-                       </xsl:when>
                        <xsl:otherwise>
                                <xsl:apply-templates select="list"/>
                        </xsl:otherwise>
@@ -26,7 +23,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="right">  
                                        <xsl:call-template name="search_field"/>
@@ -87,7 +84,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>
                                <td valign="top">
                                        <xsl:value-of select="lang_meter_id"/>
@@ -230,7 +227,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" 
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]