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.17,1.18


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.17,1.18
Date: Sat, 21 Sep 2002 18:07:34 -0400

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

Modified Files:
        class.ui.inc.php 
Log Message:
ported notes index to work with classes xmltool/xslttemplates

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.ui.inc.php    21 Sep 2002 22:01:34 -0000      1.17
--- class.ui.inc.php    21 Sep 2002 22:07:31 -0000      1.18
***************
*** 300,306 ****
                                        'date'                  => 
$note['date'],
                                        'owner'                 => 
$note['owner'],
!                                       'link_view'             => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.view&note_id=' . 
$note['id']),
!                                       'link_edit'             => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.edit&note_id=' . 
$note['id']),
!                                       'link_delete'   => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.delete&note_id=' . 
$note['id']),
                                        'text_view'             => lang('view'),
                                        'text_edit'             => lang('edit'),
--- 300,306 ----
                                        'date'                  => 
$note['date'],
                                        'owner'                 => 
$note['owner'],
!                                       'link_view'             => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.view&note_id=' . 
$note['id']),
!                                       'link_edit'             => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.edit&note_id=' . 
$note['id']),
!                                       'link_delete'   => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.delete&note_id=' . 
$note['id']),
                                        'text_view'             => lang('view'),
                                        'text_edit'             => lang('edit'),
***************
*** 538,542 ****
                        $this->t->set_var('lang_access',lang('Access'));
  
!                       $note = $this->bo->read($note_id);
  
                        
$this->t->set_var('category',$this->cats->id2name($note['category']));
--- 538,542 ----
                        $this->t->set_var('lang_access',lang('Access'));
  
!                       $note = $this->bo->read_single($note_id);
  
                        
$this->t->set_var('category',$this->cats->id2name($note['category']));





reply via email to

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