fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12621] common.js


From: Saul
Subject: [Fmsystem-commits] [12621] common.js
Date: Fri, 16 Jan 2015 23:34:41 +0000

Revision: 12621
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12621
Author:   psaul
Date:     2015-01-16 23:34:40 +0000 (Fri, 16 Jan 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-01-16 
23:34:13 UTC (rev 12620)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-01-16 
23:34:40 UTC (rev 12621)
@@ -17,8 +17,13 @@
        var link = oData['link'];
        return '<a href="' + link + '">' + name + '</a>';
 };
+ JqueryPortico.formatLinkGallery = function(key, oData){
+     
+        var name = 'Link';
+       var link = oData[key];
+       return '<a href="' + link + '" target="_blank">' + name + '</a>'; 
+ }
 
-
 JqueryPortico.formatLinkGeneric = function(key, oData) {
        if(!oData[key])
        {




reply via email to

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