fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14697] more on buttons


From: Sigurd Nes
Subject: [Fmsystem-commits] [14697] more on buttons
Date: Thu, 04 Feb 2016 15:09:54 +0000

Revision: 14697
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14697
Author:   sigurdne
Date:     2016-02-04 15:09:54 +0000 (Thu, 04 Feb 2016)
Log Message:
-----------
more on buttons

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/templates/base/datatable_jquery.xsl
    branches/dev-syncromind/property/templates/base/lookup.entity.xsl

Modified: branches/dev-syncromind/phpgwapi/templates/base/datatable_jquery.xsl
===================================================================
--- branches/dev-syncromind/phpgwapi/templates/base/datatable_jquery.xsl        
2016-02-04 15:01:01 UTC (rev 14696)
+++ branches/dev-syncromind/phpgwapi/templates/base/datatable_jquery.xsl        
2016-02-04 15:09:54 UTC (rev 14697)
@@ -581,10 +581,6 @@
                                //                                              
                                }
                                //                                              
                        },
                                {
-                               extend: 'copy',
-                               text: "<xsl:value-of 
select="php:function('lang', 'copy')"/>"
-                               },
-                               {
                                text: "<xsl:value-of 
select="php:function('lang', 'select all')"/>",
                                action: function () {
                                                var api = oTable.api();
@@ -606,7 +602,10 @@
                                                });
                                        }
                                },
-                               'copyFlash',
+                               {
+                                       extend: 'copy',
+                                       text: "<xsl:value-of 
select="php:function('lang', 'copy')"/>"
+                               },
                                'csvFlash',
                                'excelFlash',
                                'pdfFlash'

Modified: branches/dev-syncromind/property/templates/base/lookup.entity.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/lookup.entity.xsl   
2016-02-04 15:01:01 UTC (rev 14696)
+++ branches/dev-syncromind/property/templates/base/lookup.entity.xsl   
2016-02-04 15:09:54 UTC (rev 14697)
@@ -369,10 +369,6 @@
 //                                                                             
}
 //                                                                     },
                                                                        {
-                                                                               
extend: 'copy',
-                                                                               
text: "<xsl:value-of select="php:function('lang', 'copy')"/>"
-                                                                       },
-                                                                       {
                                                                                
        text: "<xsl:value-of select="php:function('lang', 'select all')"/>",
                                                                                
        action: function () {
                                                                                
                var api = oTable.api();
@@ -394,12 +390,13 @@
                                                                                
                });
                                                                                
        }
                                                                                
},
-                                                                               
'copyFlash',
+                                                                               
{
+                                                                               
        extend: 'copy',
+                                                                               
        text: "<xsl:value-of select="php:function('lang', 'copy')"/>"
+                                                                               
},
                                                                                
'csvFlash',
                                                                                
'excelFlash',
                                                                                
'pdfFlash'
-
-
                                                                        
<xsl:choose>
                                                                                
<xsl:when test="download">
                                                                                
,{
@@ -421,7 +418,6 @@
                                                                                
                iframe.style.height = "0px";
                                                                                
                iframe.style.width = "0px";
                                                                                
                iframe.src = sUrl+"&"+$.param(oParams) + "&export=1";
-                                                                               
                alert(iframe.src);
                                                                                
                if(confirm("This will take some time..."))
                                                                                
                {
                                                                                
                        document.body.appendChild( iframe );




reply via email to

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