[otrs-cvs] otrs/var/httpd/htdocs/js Core.Agent.Admin.ProcessManagement.js, 1.72, 1.73

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/js
In directory lancelot:/tmp/cvs-serv4252a/var/httpd/htdocs/js

Modified Files:
	Core.Agent.Admin.ProcessManagement.js 
Log Message:
Added print mode for processes (first version).

Author: mab

Index: Core.Agent.Admin.ProcessManagement.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.Agent.Admin.ProcessManagement.js,v
retrieving revision 1.72
retrieving revision 1.73
diff -2 -u -d -r1.72 -r1.73
--- Core.Agent.Admin.ProcessManagement.js	28 Jan 2013 13:54:39 -0000	1.72
+++ Core.Agent.Admin.ProcessManagement.js	29 Jan 2013 15:59:58 -0000	1.73
@@ -34,5 +34,7 @@
             }
 
-            TargetNS.ShowOverlay();
+            if (PopupType !== 'ProcessOverview') {
+                TargetNS.ShowOverlay();
+            }
 
             Core.UI.Popup.OpenPopup($(this).attr('href'), PopupType);
@@ -628,4 +630,11 @@
     };
 
+    TargetNS.InitProcessOverview = function() {
+
+        InitProcessPopups();
+
+        Core.UI.Table.InitTableFilter($('#Filter'), $('#Processes'), 0);
+    };
+
     TargetNS.InitProcessEdit = function () {
         // Get Process Data
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.