phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences index.php,1.23,1.24


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences index.php,1.23,1.24
Date: Fri, 15 Mar 2002 20:33:22 -0500

Update of /cvsroot/phpgroupware/preferences
In directory subversions:/tmp/cvs-serv29787

Modified Files:
        index.php 
Log Message:
update pix path

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/index.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** index.php   11 Jan 2002 14:04:08 -0000      1.23
--- index.php   16 Mar 2002 01:33:19 -0000      1.24
***************
*** 10,14 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
  
--- 10,13 ----
***************
*** 18,22 ****
  
        $pref_tpl = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
!       $templates = Array(
                'pref' => 'index.tpl'
        );
--- 17,22 ----
  
        $pref_tpl = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
!       $templates = Array
!       (
                'pref' => 'index.tpl'
        );
***************
*** 53,65 ****
                }
  
!               $tabs[] = array(
                        'label' => lang('Your preferences'),
                        'link'  => 
$GLOBALS['phpgw']->link('/preferences/index.php','type=user')
                );
!               $tabs[] = array(
                        'label' => lang('Default preferences'),
                        'link'  => 
$GLOBALS['phpgw']->link('/preferences/index.php','type=default')
                );
!               $tabs[] = array(
                        'label' => lang('Forced preferences'),
                        'link'  => 
$GLOBALS['phpgw']->link('/preferences/index.php','type=forced')
--- 53,68 ----
                }
  
!               $tabs[] = array
!               (
                        'label' => lang('Your preferences'),
                        'link'  => 
$GLOBALS['phpgw']->link('/preferences/index.php','type=user')
                );
!               $tabs[] = array
!               (
                        'label' => lang('Default preferences'),
                        'link'  => 
$GLOBALS['phpgw']->link('/preferences/index.php','type=default')
                );
!               $tabs[] = array
!               (
                        'label' => lang('Forced preferences'),
                        'link'  => 
$GLOBALS['phpgw']->link('/preferences/index.php','type=forced')
***************
*** 122,126 ****
        function display_section($appname,$title,$file)
        {
!               
section_start($title,$GLOBALS['phpgw']->common->image($appname,Array('navbar.gif',$appname.'.gif')),$appname);
  
                while(list($text,$url) = each($file))
--- 125,129 ----
        function display_section($appname,$title,$file)
        {
!               
section_start($title,$GLOBALS['phpgw']->common->image($appname,'navbar'),$appname);
  
                while(list($text,$url) = each($file))




reply via email to

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