phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.38,1.39


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.38,1.39
Date: Sat, 05 Oct 2002 22:45:42 -0400

Update of /cvsroot/phpgroupware/notes/inc
In directory subversions:/tmp/cvs-serv1933/inc

Modified Files:
        class.ui.inc.php 
Log Message:
update nextmatchs

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** class.ui.inc.php    3 Oct 2002 23:15:45 -0000       1.38
--- class.ui.inc.php    6 Oct 2002 02:45:40 -0000       1.39
***************
*** 233,237 ****
                                                                                
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'cat_filter',
                                                                                
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'filter_select',
!                                                                               
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'search_field'));
  
                        $notes_list = $this->bo->read();
--- 233,238 ----
                                                                                
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'cat_filter',
                                                                                
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'filter_select',
!                                                                               
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'search_field',
!                                                                               
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'nextmatchs'));
  
                        $notes_list = $this->bo->read();
***************
*** 278,283 ****
--- 279,300 ----
                        );
  
+                       /*$nm = array
+                       (
+                               'cur_record'    => $this->start,
+                               'record_limit'  => 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'],
+                               'num_records'   => count($notes_list),
+                               'all_records'   => $this->bo->total_records,
+                               'link_url'              => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.index'),
+                               'img_path'              => 
$GLOBALS['phpgw']->common->get_image_path('phpgwapi')
+                       );*/
+ 
                        $data = array
                        (
+                               'cur_record'    => $this->start,
+                               'record_limit'  => 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'],
+                               'num_records'   => count($notes_list),
+                               'all_records'   => $this->bo->total_records,
+                               'link_url'              => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.index'),
+                               'img_path'              => 
$GLOBALS['phpgw']->common->get_image_path('phpgwapi'),
                                'appname'                                       
        => lang('notes'),
                                'function_msg'                                  
=> lang('list notes'),





reply via email to

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