phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.uibilling.inc.php,1.18.2.1,1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.uibilling.inc.php,1.18.2.1,1.18.2.2 class.uideliveries.inc.php,1.21.2.1,1.21.2.2 class.uiprojecthours.inc.php,1.22.2.3,1.22.2.4 class.uistatistics.inc.php,1.10.2.1,1.10.2.2
Date: Thu, 31 Jan 2002 21:33:30 -0500

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv28050/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.uibilling.inc.php class.uideliveries.inc.php 
        class.uiprojecthours.inc.php class.uistatistics.inc.php 
Log Message:
update search/filter

Index: class.uibilling.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uibilling.inc.php,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -C2 -r1.18.2.1 -r1.18.2.2
*** class.uibilling.inc.php     14 Jan 2002 20:46:19 -0000      1.18.2.1
--- class.uibilling.inc.php     1 Feb 2002 02:33:28 -0000       1.18.2.2
***************
*** 235,238 ****
--- 235,241 ----
                        }
  
+                       $GLOBALS['filter']      = $this->filter;
+                       $GLOBALS['query']       = $this->query;
+ 
                        $this->t->set_var('action_list',$action_list);
                        
$this->t->set_var('filter_action',$GLOBALS['phpgw']->link('/index.php',$link_data));

Index: class.uideliveries.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uideliveries.inc.php,v
retrieving revision 1.21.2.1
retrieving revision 1.21.2.2
diff -C2 -r1.21.2.1 -r1.21.2.2
*** class.uideliveries.inc.php  14 Jan 2002 20:46:19 -0000      1.21.2.1
--- class.uideliveries.inc.php  1 Feb 2002 02:33:28 -0000       1.21.2.2
***************
*** 220,223 ****
--- 220,226 ----
                        }
  
+                       $GLOBALS['filter']      = $this->filter;
+                       $GLOBALS['query']       = $this->query;
+ 
                        $this->t->set_var('action_list',$action_list);
                        
$this->t->set_var('filter_action',$GLOBALS['phpgw']->link('/index.php',$link_data));

Index: class.uiprojecthours.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojecthours.inc.php,v
retrieving revision 1.22.2.3
retrieving revision 1.22.2.4
diff -C2 -r1.22.2.3 -r1.22.2.4
*** class.uiprojecthours.inc.php        17 Jan 2002 20:26:55 -0000      1.22.2.3
--- class.uiprojecthours.inc.php        1 Feb 2002 02:33:28 -0000       1.22.2.4
***************
*** 201,204 ****
--- 201,207 ----
                        );
  
+                       $GLOBALS['filter']      = $this->filter;
+                       $GLOBALS['query']       = $this->query;
+ 
                        
$this->t->set_var('project_action',$GLOBALS['phpgw']->link('/index.php',$link_data));
                        
$this->t->set_var('filter_action',$GLOBALS['phpgw']->link('/index.php',$link_data));

Index: class.uistatistics.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uistatistics.inc.php,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -C2 -r1.10.2.1 -r1.10.2.2
*** class.uistatistics.inc.php  14 Jan 2002 20:46:20 -0000      1.10.2.1
--- class.uistatistics.inc.php  1 Feb 2002 02:33:28 -0000       1.10.2.2
***************
*** 216,219 ****
--- 216,222 ----
                        }
  
+                       $GLOBALS['filter']      = $this->filter;
+                       $GLOBALS['query']       = $this->query;
+ 
                        $this->t->set_var('action_list',$action_list);
                        
$this->t->set_var('filter_action',$GLOBALS['phpgw']->link('/index.php',$link_data));




reply via email to

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