fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13420] common.js


From: Saul
Subject: [Fmsystem-commits] [13420] common.js
Date: Thu, 11 Jun 2015 22:49:42 +0000

Revision: 13420
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13420
Author:   psaul
Date:     2015-06-11 22:49:41 +0000 (Thu, 11 Jun 2015)
Log Message:
-----------
common.js

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/js/jquery/common.js

Modified: branches/dev-syncromind/phpgwapi/js/jquery/common.js
===================================================================
--- branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-06-11 
21:56:53 UTC (rev 13419)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-06-11 
22:49:41 UTC (rev 13420)
@@ -51,10 +51,17 @@
        {
                return '';
        }
-        
+            
        var data = oData[key];
-
-        if( key == 'actions' )
+        if( key == 'opcion_edit'){
+                var link = data;
+                var name = 'Edit';
+        }
+        else if ( key == 'opcion_delete'){
+                var link = data;
+                var name = 'Delete';
+        }
+        else if( key == 'actions' )
         {
                 var link = data;
                 var name = 'Delete';




reply via email to

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