[Top][All Lists]
[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¬e_id=' .
$note['id']),
! 'link_edit' =>
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.edit¬e_id=' .
$note['id']),
! 'link_delete' =>
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.delete¬e_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¬e_id=' .
$note['id']),
! 'link_edit' =>
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.edit¬e_id=' .
$note['id']),
! 'link_delete' =>
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.delete¬e_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']));
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.17,1.18,
Bettina Gille <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: notes/inc class.bo.inc.php,1.6,1.7 class.ui.inc.php,1.16,1.17
- Next by Date:
[Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.16,1.17
- Previous by thread:
[Phpgroupware-cvs] CVS: notes/inc class.bo.inc.php,1.6,1.7 class.ui.inc.php,1.16,1.17
- Next by thread:
[Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php,1.16,1.17
- Index(es):