phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: addressbook/help/EN add.php,1.1,1.2 overview.ph


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/help/EN add.php,1.1,1.2 overview.php,1.1,1.2
Date: Sun, 15 Dec 2002 19:52:25 -0500

Update of /cvsroot/phpgroupware/addressbook/help/EN
In directory subversions:/tmp/cvs-serv31229/help/EN

Modified Files:
        add.php overview.php 
Log Message:
update help system

Index: add.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/help/EN/add.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** add.php     1 Dec 2002 03:28:30 -0000       1.1
--- add.php     16 Dec 2002 00:52:23 -0000      1.2
***************
*** 18,25 ****
  
        include('../../../header.inc.php');
! 
        $GLOBALS['phpgw']->help->set_params(array('app_name'    => 
'addressbook',
                                                                                
                'title'         => lang('add'),
!                                                                               
                'params'        => array('app_intro' => 'overview.php')));
  
        $values['add'] = array
--- 18,26 ----
  
        include('../../../header.inc.php');
!       $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper');
        $GLOBALS['phpgw']->help->set_params(array('app_name'    => 
'addressbook',
                                                                                
                'title'         => lang('add'),
!                                                                               
                'controls'      => array('app_intro'    => 'overview.php',
!                                                                               
                                                                        'up'    
=> 'overview.php')));
  
        $values['add'] = array
***************
*** 27,31 ****
                'intro' => 'Click on the add button, a form page will be 
presented with the following fields:',
                'lang_lastname'                 => 'Last name',
!               'lang_firstname'                => 'First name'
                'lang_email'                    => 'E-mail',
                'lang_homephone'                => 'Home phone',
--- 28,32 ----
                'intro' => 'Click on the add button, a form page will be 
presented with the following fields:',
                'lang_lastname'                 => 'Last name',
!               'lang_firstname'                => 'First name',
                'lang_email'                    => 'E-mail',
                'lang_homephone'                => 'Home phone',
***************
*** 40,47 ****
                'lang_notes'                    => 'Notes',
                'lang_company'                  => 'Company name',
!               'lang_fax'                              => 'Fax'
!               'lang_pager'                    => 'Pager'
!               'lang_othernumber'              => 'Other number'
!               'lang_birthday'                 => 'Birthday'
                'end'                                   => 'Simply fill in the 
fields, and click OK.',
                'access_descr'                  => 'Access can be restricted to 
private, overriding acl preferences settings.
--- 41,48 ----
                'lang_notes'                    => 'Notes',
                'lang_company'                  => 'Company name',
!               'lang_fax'                              => 'Fax',
!               'lang_pager'                    => 'Pager',
!               'lang_othernumber'              => 'Other number',
!               'lang_birthday'                 => 'Birthday',
                'end'                                   => 'Simply fill in the 
fields, and click OK.',
                'access_descr'                  => 'Access can be restricted to 
private, overriding acl preferences settings.
***************
*** 51,53 ****
--- 52,55 ----
  
        $GLOBALS['phpgw']->help->xdraw($values);
+       
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',$GLOBALS['phpgw']->help->output);
  ?>

Index: overview.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/help/EN/overview.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** overview.php        1 Dec 2002 03:28:30 -0000       1.1
--- overview.php        16 Dec 2002 00:52:23 -0000      1.2
***************
*** 22,31 ****
        $GLOBALS['phpgw']->help->set_params(array('app_name'    => 
'addressbook',
                                                                                
                'title'         => lang('addressbook overview'),
!                                                                               
                'params'        => array('app_intro' => 'overview.php')));
! 
  
        $values['overview']     = array
        (
!               'intro' => 'A searchable address book for keeping contact 
information of business associates or friends and family.'
        );
  
--- 22,31 ----
        $GLOBALS['phpgw']->help->set_params(array('app_name'    => 
'addressbook',
                                                                                
                'title'         => lang('addressbook overview'),
!                                                                               
                'controls'      => array('app_intro'    => 'overview.php',
!                                                                               
                                                                'down'          
=> 'add.php')));
  
        $values['overview']     = array
        (
!               'intro' => 'A searchable address book for keeping contact 
information of business associates or friends and family. A quick and detailed 
address book, to keep various levels of contact information and a search 
function to find people you need quickly.'
        );
  




reply via email to

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