fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12813]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12813]
Date: Tue, 03 Mar 2015 23:51:12 +0000

Revision: 12813
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12813
Author:   nelson224
Date:     2015-03-03 23:51:11 +0000 (Tue, 03 Mar 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/js/portico/request.index.js

Modified: branches/dev-syncromind/property/js/portico/request.index.js
===================================================================
--- branches/dev-syncromind/property/js/portico/request.index.js        
2015-03-03 23:46:23 UTC (rev 12812)
+++ branches/dev-syncromind/property/js/portico/request.index.js        
2015-03-03 23:51:11 UTC (rev 12813)
@@ -34,4 +34,18 @@
                                break;
                } 
        }
+};
+
+var oArgs_request = {menuaction: 'property.uirequest.edit'};
+var sUrl_request = phpGWLink('index.php', oArgs_request);
+
+var linkToRequest = function(key, oData)
+{
+       var id = oData[key];
+       return '<a href="' + sUrl_request + '&id=' + id + '">' + id + '</a>';
+};
+
+var formatRadio = function(key, oData)
+{
+       return  '<input name="add_request[request_id][]" 
id="add_request[request_id][]"  class="myValuesForPHP close_order" 
type="hidden" value=""/> <input type="checkbox" 
name="add_request[request_id_tmp][]" id="add_request[request_id_tmp][]" 
value="' + oData['request_id'] + '" class="mychecks">';
 };
\ No newline at end of file




reply via email to

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