fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12630] common.js


From: Saul
Subject: [Fmsystem-commits] [12630] common.js
Date: Mon, 19 Jan 2015 23:50:10 +0000

Revision: 12630
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12630
Author:   psaul
Date:     2015-01-19 23:50:09 +0000 (Mon, 19 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-19 
23:27:31 UTC (rev 12629)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-01-19 
23:50:09 UTC (rev 12630)
@@ -17,6 +17,13 @@
        var link = oData['link'];
        return '<a href="' + link + '">' + name + '</a>';
 };
+
+JqueryPortico.formatProject = function(key, oData){
+       var name = oData[key];
+       var link = oData['link'];
+       return '<a href="' + link + '&id='+name+'">' + name + '</a>';
+}
+
  JqueryPortico.formatLinkGallery = function(key, oData){
      
         var name = 'Link';




reply via email to

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