fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16507]


From: nelson . guerra
Subject: [Fmsystem-commits] [16507]
Date: Fri, 31 Mar 2017 01:49:25 -0400 (EDT)

Revision: 16507
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16507
Author:   nelson224
Date:     2017-03-31 01:49:24 -0400 (Fri, 31 Mar 2017)
Log Message:
-----------


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

Copied: branches/dev-syncromind-2/property/js/portico/report.index.js (from rev 
16491, branches/dev-syncromind-2/property/js/portico/report.edit.js)
===================================================================
--- branches/dev-syncromind-2/property/js/portico/report.index.js               
                (rev 0)
+++ branches/dev-syncromind-2/property/js/portico/report.index.js       
2017-03-31 05:49:24 UTC (rev 16507)
@@ -0,0 +1,14 @@
+
+function newReport(oArgs)
+{
+       var requestUrl = phpGWLink('index.php', oArgs);
+
+       window.open(requestUrl, '_self');
+};
+
+function newView(oArgs)
+{
+       var requestUrl = phpGWLink('index.php', oArgs);
+
+       window.open(requestUrl, '_self');
+};
\ No newline at end of file




reply via email to

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