fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11160] api: confirm msg at delete in tables


From: Sigurd Nes
Subject: [Fmsystem-commits] [11160] api: confirm msg at delete in tables
Date: Fri, 07 Jun 2013 11:55:21 +0000

Revision: 11160
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11160
Author:   sigurdne
Date:     2013-06-07 11:55:07 +0000 (Fri, 07 Jun 2013)
Log Message:
-----------
api: confirm msg at delete in tables

Modified Paths:
--------------
    trunk/phpgwapi/templates/base/datatable_common.xsl

Modified: trunk/phpgwapi/templates/base/datatable_common.xsl
===================================================================
--- trunk/phpgwapi/templates/base/datatable_common.xsl  2013-06-07 11:53:29 UTC 
(rev 11159)
+++ trunk/phpgwapi/templates/base/datatable_common.xsl  2013-06-07 11:55:07 UTC 
(rev 11160)
@@ -265,6 +265,9 @@
                                                                <xsl:if 
test="parameters">
                                                                        
parameters: <xsl:value-of select="parameters"/>,
                                                            </xsl:if>
+                                                               <xsl:if 
test="confirm_msg">
+                                                                       
confirm_msg: "<xsl:value-of select="confirm_msg"/>",
+                                                           </xsl:if>
                                                                action: 
"<xsl:value-of select="action"/>"
                                                        }<xsl:value-of 
select="phpgw:conditional(not(position() = last()), ',', '')"/>
                                                </xsl:for-each>




reply via email to

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