fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13248] common.js


From: Saul
Subject: [Fmsystem-commits] [13248] common.js
Date: Wed, 20 May 2015 23:08:42 +0000

Revision: 13248
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13248
Author:   psaul
Date:     2015-05-20 23:08:42 +0000 (Wed, 20 May 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-05-20 
23:08:25 UTC (rev 13247)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-05-20 
23:08:42 UTC (rev 13248)
@@ -25,6 +25,13 @@
     return '<a href="' + link + '">' + name + '</a>';
 }
 
+JqueryPortico.formatLinkTenant = function(key, oData) {
+        
+       var name = oData[key];
+       var link = oData['link'];
+       return '<a 
href="/portico/index.php?menuaction=property.uiworkorder.edit&id=' + name + 
'">' + name + '</a>';
+};
+
 JqueryPortico.formatProject = function(key, oData){
        var name = oData[key];
        var link = oData['link'];




reply via email to

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