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.34,1.35


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.34,1.35
Date: Tue, 01 Oct 2002 21:03:35 -0400

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

Modified Files:
        class.ui.inc.php 
Log Message:
update

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/class.ui.inc.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** class.ui.inc.php    1 Oct 2002 23:14:54 -0000       1.34
--- class.ui.inc.php    2 Oct 2002 01:03:33 -0000       1.35
***************
*** 283,301 ****
                        $data = array
                        (
!                               'appname'               => lang('notes'),
!                               'function_msg'  => lang('list notes'),
!                               'lang_no_cat'   => lang('no 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'),
!                               'filter_list'   => 
$this->nextmatchs->xslt_filter(array('filter' => $this->filter,'yours' => 
'yes')),
!                               'lang_cat_statustext'   => lang('Select the 
category. To show all entries select NO CATEGORY'),
!                               'lang_filter_statustext'        => lang('Select 
the filter. To show all entries select SHOW ALL'),
                                'lang_searchfield_statustext'   => lang('Enter 
the search string. To show all entries, empty this field and press the SUBMIT 
button again'),
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
!                               'query'                 => $this->query,
!                               'lang_submit'   => lang('submit'),
!                               'table_header'  => $table_header,
!                               'values'                => $content,
!                               'table_add'             => $table_add 
                        );
  
--- 283,301 ----
                        $data = array
                        (
!                               'appname'                                       
        => lang('notes'),
!                               'function_msg'                                  
=> lang('list notes'),
!                               'lang_no_cat'                                   
=> lang('no 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'),
!                               'filter_list'                                   
=> $this->nextmatchs->xslt_filter(array('filter' => $this->filter,'yours' => 
'yes')),
!                               'lang_cat_statustext'                   => 
lang('Select the category. To show all entries select NO CATEGORY'),
!                               'lang_filter_statustext'                => 
lang('Select the filter. To show all entries select SHOW ALL'),
                                'lang_searchfield_statustext'   => lang('Enter 
the search string. To show all entries, empty this field and press the SUBMIT 
button again'),
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
!                               'query'                                         
        => $this->query,
!                               'lang_submit'                                   
=> lang('submit'),
!                               'table_header'                                  
=> $table_header,
!                               'values'                                        
        => $content,
!                               'table_add'                                     
        => $table_add 
                        );
  
***************
*** 342,360 ****
                        $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_no_cat'   => lang('no category'),
!                               'cat_list'              => 
$this->cats->formatted_xslt_list(array('selected' => $note['cat'],'globals' => 
True))
                        );
  
--- 342,366 ----
                        $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_no_cat'                   => lang('no 
category'),
!                               'lang_cat_statustext'   => lang('Select the 
category the notes belongs to. To do not use a category select NO CATEGORY'),
!                               'lang_content_statustext'       => lang('Enter 
the content of the note'),
!                               'lang_done_statustext'  => lang('Back to the 
list'),
!                               'lang_save_statustext'  => lang('Saves the 
note'),
!                               'lang_access_off_statustext'    => lang('The 
note is public. If the note should be private, checked this box'),
!                               'lang_access_on_statustext'     => lang('The 
note is private. If the note should be public, uncheck this box'),
!                               '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]