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.31,1.32


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.31,1.32
Date: Sat, 28 Sep 2002 11:34:16 -0400

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

Modified Files:
        class.ui.inc.php 
Log Message:
added docu to the status bar

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** class.ui.inc.php    28 Sep 2002 15:20:19 -0000      1.31
--- class.ui.inc.php    28 Sep 2002 15:34:14 -0000      1.32
***************
*** 284,288 ****
                                'appname'                               => 
lang('notes'),
                                'function_msg'                  => lang('list 
notes'),
!                               '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'),
--- 284,288 ----
                                'appname'                               => 
lang('notes'),
                                'function_msg'                  => lang('list 
notes'),
!                               'lang_none'                             => 
lang('none'),
                                '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'),
***************
*** 337,355 ****
                        $data = array
                        (
!                               'appname'                               => 
lang('notes'),
!                               'function_msg'                  => 
$function_msg,
!                               'form_action'                   => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.edit&note_id=' . 
$note_id),
!                               'done_action'                   => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.index'),
!                               'lang_content'                  => 
lang('content'),
!                               'lang_category'                 => 
lang('category'),
!                               'lang_access'                   => 
lang('private'),
!                               'lang_save'                             => 
lang('save'),
!                               'lang_done'                             => 
lang('done'),
!                               'value_content'                 => 
$note['content'],
!                               'value_access'                  => 
$note['access'],
!                               'value_cat'                             => 
$note['cat'],
!                               'message'                               => 
$message,
!                               'lang_select_category'  => lang('select 
category'),
!                               'cat_list'                              => 
$this->cats->formatted_xslt_list(array('selected' => $note['cat'],'globals' => 
True))
                        );
  
--- 337,355 ----
                        $data = array
                        (
!                               'appname'               => lang('notes'),
!                               'function_msg'  => $function_msg,
!                               'form_action'   => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.edit&note_id=' . 
$note_id),
!                               'done_action'   => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.index'),
!                               'lang_content'  => lang('content'),
!                               'lang_category' => lang('category'),
!                               'lang_access'   => lang('private'),
!                               'lang_save'             => lang('save'),
!                               'lang_done'             => lang('done'),
!                               'value_content' => $note['content'],
!                               'value_access'  => $note['access'],
!                               'value_cat'             => $note['cat'],
!                               'message'               => $message,
!                               'lang_none'             => lang('none'),
!                               'cat_list'              => 
$this->cats->formatted_xslt_list(array('selected' => $note['cat'],'globals' => 
True))
                        );
  





reply via email to

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