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.5.2.3,1.5.2.4


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.5.2.3
retrieving revision 1.5.2.4
diff -C2 -r1.5.2.3 -r1.5.2.4
*** class.ui.inc.php    1 Feb 2002 04:24:29 -0000       1.5.2.3
--- class.ui.inc.php    21 Feb 2002 03:07:46 -0000      1.5.2.4
***************
*** 372,375 ****
--- 372,376 ----
                        $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);
***************
*** 378,381 ****
--- 379,383 ----
                        
$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]