phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/app_delete.xsl, 1.1.1.3


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/app_delete.xsl, 1.1.1.3
Date: Fri, 21 May 2004 16:20:39 -0000

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

date: 2004/04/23 21:26:43;  author: sigurdne;  state: Exp;  lines: +45 -45

Log Message:
no message
=====================================================================
Index: property/skins/default/app_delete.xsl
diff -u property/skins/default/app_delete.xsl:1.1.1.2 
property/skins/default/app_delete.xsl:1.1.1.3
--- property/skins/default/app_delete.xsl:1.1.1.2       Fri Apr 23 20:30:38 2004
+++ property/skins/default/app_delete.xsl       Fri Apr 23 21:26:43 2004
@@ -1,45 +1,45 @@
-<?xml version="1.0"?>  
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
-<xsl:output indent="yes"/>
-<!-- $Id$ -->
-
-       <xsl:template name="app_delete">
-               <xsl:apply-templates select="delete"/>
-       </xsl:template>
-
-       <xsl:template match="delete">
-                       <table cellpadding="2" cellspacing="2" align="center">
-                               <tr>
-                                       <td align="center" 
colspan="2"><xsl:value-of select="lang_confirm_msg"/></td>
-                               </tr>
-                               <tr>
-                                       <td>
-                                               <xsl:variable 
name="delete_action"><xsl:value-of select="delete_action"/></xsl:variable>
-                                               <xsl:variable 
name="lang_yes"><xsl:value-of select="lang_yes"/></xsl:variable>
-                                               <form method="POST" 
action="{$delete_action}">
-                                                       <input type="submit" 
class="forms" name="confirm" value="{$lang_yes}" 
onMouseout="window.status='';return true;">
-                                                               <xsl:attribute 
name="onMouseover">
-                                                                       
<xsl:text>window.status='</xsl:text>
-                                                                               
<xsl:value-of select="lang_yes_statustext"/>
-                                                                       
<xsl:text>'; return true;</xsl:text>
-                                                               </xsl:attribute>
-                                                       </input>
-                                               </form>
-                                       </td>
-                                       <td align="right">
-                                               <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
-                                               <xsl:variable 
name="lang_no"><xsl:value-of select="lang_no"/></xsl:variable>
-                                               <form method="POST" 
action="{$done_action}">
-                                                       <input type="submit" 
class="forms" name="cancel" value="{$lang_no}" 
onMouseout="window.status='';return true;">
-                                                               <xsl:attribute 
name="onMouseover">
-                                                                       
<xsl:text>window.status='</xsl:text>
-                                                                               
<xsl:value-of select="lang_no_statustext"/>
-                                                                       
<xsl:text>'; return true;</xsl:text>
-                                                               </xsl:attribute>
-                                                       </input>
-                                               </form>
-                                       </td>
-                               </tr>
-                       </table>
-       </xsl:template>
-</xsl:stylesheet>
+<?xml version="1.0"?>  
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
+<xsl:output indent="yes"/>
+<!-- $Id$ -->
+
+       <xsl:template name="app_delete">
+               <xsl:apply-templates select="delete"/>
+       </xsl:template>
+
+       <xsl:template match="delete">
+                       <table cellpadding="2" cellspacing="2" align="center">
+                               <tr>
+                                       <td align="center" 
colspan="2"><xsl:value-of select="lang_confirm_msg"/></td>
+                               </tr>
+                               <tr>
+                                       <td>
+                                               <xsl:variable 
name="delete_action"><xsl:value-of select="delete_action"/></xsl:variable>
+                                               <xsl:variable 
name="lang_yes"><xsl:value-of select="lang_yes"/></xsl:variable>
+                                               <form method="POST" 
action="{$delete_action}">
+                                                       <input type="submit" 
class="forms" name="confirm" value="{$lang_yes}" 
onMouseout="window.status='';return true;">
+                                                               <xsl:attribute 
name="onMouseover">
+                                                                       
<xsl:text>window.status='</xsl:text>
+                                                                               
<xsl:value-of select="lang_yes_statustext"/>
+                                                                       
<xsl:text>'; return true;</xsl:text>
+                                                               </xsl:attribute>
+                                                       </input>
+                                               </form>
+                                       </td>
+                                       <td align="right">
+                                               <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
+                                               <xsl:variable 
name="lang_no"><xsl:value-of select="lang_no"/></xsl:variable>
+                                               <form method="POST" 
action="{$done_action}">
+                                                       <input type="submit" 
class="forms" name="cancel" value="{$lang_no}" 
onMouseout="window.status='';return true;">
+                                                               <xsl:attribute 
name="onMouseover">
+                                                                       
<xsl:text>window.status='</xsl:text>
+                                                                               
<xsl:value-of select="lang_no_statustext"/>
+                                                                       
<xsl:text>'; return true;</xsl:text>
+                                                               </xsl:attribute>
+                                                       </input>
+                                               </form>
+                                       </td>
+                               </tr>
+                       </table>
+       </xsl:template>
+</xsl:stylesheet>




reply via email to

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