fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13315]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13315]
Date: Fri, 29 May 2015 17:41:44 +0000

Revision: 13315
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13315
Author:   nelson224
Date:     2015-05-29 17:41:43 +0000 (Fri, 29 May 2015)
Log Message:
-----------


Added Paths:
-----------
    branches/dev-syncromind/property/js/portico/project.index.js

Copied: branches/dev-syncromind/property/js/portico/project.index.js (from rev 
13311, branches/dev-syncromind/property/js/portico/project.edit.js)
===================================================================
--- branches/dev-syncromind/property/js/portico/project.index.js                
                (rev 0)
+++ branches/dev-syncromind/property/js/portico/project.index.js        
2015-05-29 17:41:43 UTC (rev 13315)
@@ -0,0 +1,11 @@
+
+formatLinkTicket = function(key, oData)
+{
+       if(!oData[key])
+       {
+               return '';
+       }
+       
+       var ticket = oData[key];
+       return "<a href='"+ ticket.url +"' title='"+ ticket.statustext +"'>" + 
ticket.text + "</a>";
+};
\ No newline at end of file




reply via email to

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