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.6,1.7


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.6,1.7
Date: Wed, 20 Feb 2002 22:07:37 -0500

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

Modified Files:
        class.ui.inc.php 
Log Message:
GNU Patch #146 - Notes - displaying the access (public/private).

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.ui.inc.php    14 Jan 2002 20:54:14 -0000      1.6
--- class.ui.inc.php    21 Feb 2002 03:07:34 -0000      1.7
***************
*** 370,373 ****
--- 370,374 ----
                        $this->t->set_var('lang_time',lang('Time created'));
                        $this->t->set_var('lang_action',lang('Display note 
for'));
+                       $this->t->set_var('lang_access',lang('Access'));
  
                        $note = $this->bo->read($note_id);
***************
*** 376,379 ****
--- 377,381 ----
                        
$this->t->set_var('new_date',$GLOBALS['phpgw']->common->show_date($note['date']));
                        
$this->t->set_var('fnote',nl2br($GLOBALS['phpgw']->strip_html($note['content'])));
+                       $this->t->set_var('access',ucfirst($note['access']));
  
                        $this->t->pfp('out','view');




reply via email to

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