fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13314]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13314]
Date: Fri, 29 May 2015 17:22:34 +0000

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


Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiproject.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiproject.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiproject.inc.php        
2015-05-29 17:22:14 UTC (rev 13313)
+++ branches/dev-syncromind/property/inc/class.uiproject.inc.php        
2015-05-29 17:22:33 UTC (rev 13314)
@@ -439,6 +439,11 @@
                                        $params['formatter'] = 
'JqueryPortico.formatProject';
                                }
                 
+                if($uicols['name'][$k] == 'ticket')
+                               {
+                                       $params['formatter'] = 
'formatLinkTicket';
+                               }
+                               
                 if($uicols['name'][$k] == 'loc1')
                                {
                     # Aca debe ser el Onclick
@@ -619,7 +624,8 @@
                                }
                                
                        }
-          
+                       
+                       self::add_javascript('property', 'portico', 
'project.index.js');
             self::render_template_xsl('datatable_jquery',$data);
                }
 




reply via email to

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