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.35,1.36


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc class.ui.inc.php,1.35,1.36
Date: Wed, 02 Oct 2002 23:48:02 -0400

Update of /cvsroot/phpgroupware/notes/inc
In directory subversions:/tmp/cvs-serv22551/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.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** class.ui.inc.php    2 Oct 2002 01:03:33 -0000       1.35
--- class.ui.inc.php    3 Oct 2002 03:48:00 -0000       1.36
***************
*** 250,263 ****
                                $content[] = array
                                (
!                                       'note_id'               => 
$note['note_id'],
!                                       'first'                 => $first,
!                                       'date'                  => 
$note['date'],
!                                       'owner'                 => 
$note['owner'],
!                                       'link_view'             => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.view&note_id=' . 
$note['note_id']),
!                                       'link_edit'             => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.edit&note_id=' . 
$note['note_id']),
!                                       'link_delete'   => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.delete&note_id=' . 
$note['note_id']),
!                                       'text_view'             => lang('view'),
!                                       'text_edit'             => lang('edit'),
!                                       'text_delete'   => lang('delete')
                                );
                        }
--- 250,266 ----
                                $content[] = array
                                (
!                                       'note_id'                               
        => $note['note_id'],
!                                       'first'                                 
        => $first,
!                                       'date'                                  
        => $note['date'],
!                                       'owner'                                 
        => $note['owner'],
!                                       'link_view'                             
        => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.view&note_id=' . 
$note['note_id']),
!                                       'link_edit'                             
        => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.edit&note_id=' . 
$note['note_id']),
!                                       'link_delete'                           
=> $GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.delete&note_id=' . 
$note['note_id']),
!                                       'lang_view_statustext'          => 
lang('view the note'),
!                                       'lang_edit_statustext'          => 
lang('edit the note'),
!                                       'lang_delete_statustext'        => 
lang('delete the note'),
!                                       'text_view'                             
        => lang('view'),
!                                       'text_edit'                             
        => lang('edit'),
!                                       'text_delete'                           
=> lang('delete')
                                );
                        }
***************
*** 454,464 ****
                        $data = array
                        (
!                               'appname'                       => 
lang('notes'),
!                               'function_msg'          => lang('delete note'),
!                               'done_action'           => 
$GLOBALS['phpgw']->link('/index.php',$link_data),
!                               'delete_action'         => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.delete&note_id=' . 
$note_id),
!                               'lang_confirm_msg'      => lang('do you really 
want to delete this entry'),
!                               'lang_yes'                      => lang('yes'),
!                               'lang_no'                       => lang('no')
                        );
  
--- 457,469 ----
                        $data = array
                        (
!                               'appname'                               => 
lang('notes'),
!                               'function_msg'                  => lang('delete 
note'),
!                               'done_action'                   => 
$GLOBALS['phpgw']->link('/index.php',$link_data),
!                               'delete_action'                 => 
$GLOBALS['phpgw']->link('/index.php','menuaction=notes.ui.delete&note_id=' . 
$note_id),
!                               'lang_confirm_msg'              => lang('do you 
really want to delete this entry'),
!                               'lang_yes'                              => 
lang('yes'),
!                               'lang_yes_statustext'   => lang('Deletes the 
entry'),
!                               'lang_no_statustext'    => lang('Back to the 
list'),
!                               'lang_no'                               => 
lang('no')
                        );
  





reply via email to

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