phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: felamimail/inc hook_preferences.inc.php,1.3,1.4


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail/inc hook_preferences.inc.php,1.3,1.4
Date: Tue, 12 Mar 2002 08:35:05 -0500

Update of /cvsroot/phpgroupware/felamimail/inc
In directory subversions:/tmp/cvs-serv22426

Modified Files:
        hook_preferences.inc.php 
Log Message:
GLOBALS

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/inc/hook_preferences.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** hook_preferences.inc.php    26 Feb 2002 00:07:12 -0000      1.3
--- hook_preferences.inc.php    12 Mar 2002 13:35:03 -0000      1.4
***************
*** 14,28 ****
  {
        echo "<p>\n";
!       $imgfile = $phpgw->common->get_image_dir($appname) . '/' . $appname . 
'.gif';
        if (file_exists($imgfile))
        {
!               $imgpath = $phpgw->common->get_image_path($appname) . '/' . 
$appname . '.gif';
        }
        else
        {
!               $imgfile = $phpgw->common->get_image_dir($appname) . 
'/navbar.gif';
                if (file_exists($imgfile))
                {
!                       $imgpath = $phpgw->common->get_image_path($appname) . 
'/navbar.gif';
                }
                else
--- 14,28 ----
  {
        echo "<p>\n";
!       $imgfile = $GLOBALS['phpgw']->common->get_image_dir($appname) . '/' . 
$appname . '.gif';
        if (file_exists($imgfile))
        {
!               $imgpath = $GLOBALS['phpgw']->common->get_image_path($appname) 
. '/' . $appname . '.gif';
        }
        else
        {
!               $imgfile = $GLOBALS['phpgw']->common->get_image_dir($appname) . 
'/navbar.gif';
                if (file_exists($imgfile))
                {
!                       $imgpath = 
$GLOBALS['phpgw']->common->get_image_path($appname) . '/navbar.gif';
                }
                else
***************
*** 34,44 ****
        section_start(ucfirst($appname),$imgpath);
  
!       
section_item($phpgw->link('/felamimail/preferences_email.php'),lang('Mail 
Settings'));
!       
section_item($phpgw->link('/felamimail/preferences_highlight.php'),lang('Message
 Highlighting'));
!       
section_item($phpgw->link('/felamimail/preferences_index_order.php'),lang('Index
 Order'));
!       
section_item($phpgw->link('/felamimail/preferences_translate.php'),lang('Translation
 Preferences'));
!       
section_item($phpgw->link('/felamimail/preferences_display.php'),lang('Display 
Preferences'));
!       
section_item($phpgw->link('/felamimail/preferences_folder.php'),lang('Folder 
Preferences'));
!       section_item($phpgw->link('/felamimail/folders.php'),lang('Manage 
Folders'));
  
        section_end(); 
--- 34,44 ----
        section_start(ucfirst($appname),$imgpath);
  
!       
section_item($GLOBALS['phpgw']->link('/felamimail/preferences_email.php'),lang('Mail
 Settings'));
!       
section_item($GLOBALS['phpgw']->link('/felamimail/preferences_highlight.php'),lang('Message
 Highlighting'));
!       
section_item($GLOBALS['phpgw']->link('/felamimail/preferences_index_order.php'),lang('Index
 Order'));
!       
section_item($GLOBALS['phpgw']->link('/felamimail/preferences_translate.php'),lang('Translation
 Preferences'));
!       
section_item($GLOBALS['phpgw']->link('/felamimail/preferences_display.php'),lang('Display
 Preferences'));
!       
section_item($GLOBALS['phpgw']->link('/felamimail/preferences_folder.php'),lang('Folder
 Preferences'));
!       
section_item($GLOBALS['phpgw']->link('/felamimail/folders.php'),lang('Manage 
Folders'));
  
        section_end(); 




reply via email to

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