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.26,1.27


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.26,1.27
Date: Wed, 25 Sep 2002 23:56:25 -0400

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

Modified Files:
        class.ui.inc.php 
Log Message:
added xsl functions

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** class.ui.inc.php    26 Sep 2002 01:49:45 -0000      1.26
--- class.ui.inc.php    26 Sep 2002 03:56:23 -0000      1.27
***************
*** 237,241 ****
  
                        
$this->tpl->add_file(array('list',$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default')
 . SEP . 'app_header',
!                                                                               
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'cat_select'));
  
                        $notes_list = $this->bo->read();
--- 237,242 ----
  
                        
$this->tpl->add_file(array('list',$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default')
 . SEP . 'app_header',
!                                                                               
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'cat_select',
!                                                                               
$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default') . SEP . 
'filter_select'));
  
                        $notes_list = $this->bo->read();
***************
*** 285,289 ****
                                'lang_select_category'  => lang('select 
category'),
                                'cat_list'                              => 
$this->cats->formatted_xslt_list(array('selected' => $this->cat_id,'globals' => 
True)),
!                               'cat_action'                    => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.index'),
                                'table_header'                  => 
$table_header,
                                'values'                                => 
$content,
--- 286,291 ----
                                'lang_select_category'  => lang('select 
category'),
                                'cat_list'                              => 
$this->cats->formatted_xslt_list(array('selected' => $this->cat_id,'globals' => 
True)),
!                               'select_action'                 => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.index'),
!                               'filter_list'                   => 
$this->nextmatchs->xslt_filter(array('filter' => $this->filter,'yours' => 
'yes')),
                                'table_header'                  => 
$table_header,
                                'values'                                => 
$content,





reply via email to

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