phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] pbwebmaui/inc/pb.WebMAUI/lib/class.dlgFilter.php, 1.


From: nomail
Subject: [Phpgroupware-cvs] pbwebmaui/inc/pb.WebMAUI/lib/class.dlgFilter.php, 1.3
Date: Thu, 20 May 2004 20:22:50 -0000

Update of /pbwebmaui/inc/pb.WebMAUI/lib
Modified Files:
        Branch: 
          class.dlgFilter.php

date: 2004/04/21 15:48:33;  author: fipsfuchs;  state: Exp;  lines: +4 -2

Log Message:
better redirects and links especially for phpgw
=====================================================================
No syntax errors detected in -
=====================================================================
Index: pbwebmaui/inc/pb.WebMAUI/lib/class.dlgFilter.php
diff -u pbwebmaui/inc/pb.WebMAUI/lib/class.dlgFilter.php:1.2 
pbwebmaui/inc/pb.WebMAUI/lib/class.dlgFilter.php:1.3
--- pbwebmaui/inc/pb.WebMAUI/lib/class.dlgFilter.php:1.2        Tue Apr 20 
16:04:51 2004
+++ pbwebmaui/inc/pb.WebMAUI/lib/class.dlgFilter.php    Wed Apr 21 15:48:33 2004
@@ -346,7 +346,9 @@
             }
             else {
                 $this->_application->setGlobal("filter", $filter);
-
+                $uri = 
$_SERVER["PHP_SELF"]."?action=EditFilter&dn=".urlencode($this->_MailAccount->getAttribute("dn"));
+                $uri .= "&id=".$filterid;
+                $this->_application->redirect($uri);
             }
 
             return $errs;
@@ -387,7 +389,7 @@
             $dialog->setVariable("l_if_in_period", 
$this->_application->lang("if in period"));
             $dialog->setVariable("l_from", $this->_application->lang("from"));
             $dialog->setVariable("l_until", 
$this->_application->lang("until"));
-            $dialog->setVariable("phpgwurl", $GLOBALS['phpgw']->link('');
+            $dialog->setVariable("phpgwurl", $GLOBALS['phpgw']->link(''));
 
             if (!empty($filter["time"])) {
                 $dialog->setVariable("fldTimeModeSel1", "SELECTED");




reply via email to

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