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.43,1.44


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.43,1.44
Date: Wed, 04 Dec 2002 19:27:58 -0500

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

Modified Files:
        class.ui.inc.php 
Log Message:
update nm sort function

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** class.ui.inc.php    3 Nov 2002 01:03:06 -0000       1.43
--- class.ui.inc.php    5 Dec 2002 00:27:56 -0000       1.44
***************
*** 97,100 ****
--- 97,108 ----
                        $table_header[] = array
                        (
+                               'sort_time_created'     => 
$this->nextmatchs->show_sort_order(array
+                                                                               
(
+                                                                               
        'sort'  => $this->sort,
+                                                                               
        'var'   =>      'note_date',
+                                                                               
        'order' =>      $this->order,
+                                                                               
        'extra'         => array('menuaction'   => 'notes.ui.index',
+                                                                               
                                                        'cat_id'        
=>$this->cat_id)
+                                                                               
)),
                                'lang_content'          => lang('content'),
                                'lang_time_created'     => lang('time created'),
***************
*** 103,106 ****
--- 111,122 ----
                                'lang_delete'           => lang('delete'),
                                'lang_note_id'          => lang('note id'),
+                               'sort_note_id'          => 
$this->nextmatchs->show_sort_order(array
+                                                                               
(
+                                                                               
        'sort'  => $this->sort,
+                                                                               
        'var'   => 'note_id',
+                                                                               
        'order' => $this->order,
+                                                                               
        'extra'         => array('menuaction'   => 'notes.ui.index',
+                                                                               
                                                        'cat_id'        => 
$this->cat_id)
+                                                                               
)),
                                'lang_owner'            => lang('owner')
                        );
***************
*** 125,134 ****
                        $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'),
--- 141,150 ----
                        $data = array
                        (
!                               'start_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','default'),
                                'appname'                                       
        => lang('notes'),
                                'function_msg'                                  
=> lang('list notes'),





reply via email to

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