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.2.2.3,


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail/inc hook_preferences.inc.php,1.2.2.3,1.2.2.4
Date: Sat, 13 Apr 2002 00:22:20 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        hook_preferences.inc.php 
Log Message:
GNU Bug #100583.

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/inc/hook_preferences.inc.php,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -C2 -r1.2.2.3 -r1.2.2.4
*** hook_preferences.inc.php    22 Mar 2002 20:07:20 -0000      1.2.2.3
--- hook_preferences.inc.php    13 Apr 2002 04:22:18 -0000      1.2.2.4
***************
*** 13,46 ****
    /* $Id$ */
  {
!       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
!               {
!                       $imgpath = '';
!               }
!       }
! 
!       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(); 
  }
  ?>
--- 13,29 ----
    /* $Id$ */
  {
! // Only Modify the $file and $title variables.....
!       $title = $appname;
!       $file = array(
!               'Mail Settings'           => 
$GLOBALS['phpgw']->link('/felamimail/preferences_email.php'),
!               'Message Highlighting'    => 
$GLOBALS['phpgw']->link('/felamimail/preferences_highlight.php'),
!               'Index Order'             => 
$GLOBALS['phpgw']->link('/felamimail/preferences_index_order.php'),
!               'Translation Preferences' => 
$GLOBALS['phpgw']->link('/felamimail/preferences_translate.php'),
!               'Display Preferences'     => 
$GLOBALS['phpgw']->link('/felamimail/preferences_display.php'),
!               'Folder Preferences'      => 
$GLOBALS['phpgw']->link('/felamimail/preferences_folder.php'),
!               'Manage Folders'          => 
$GLOBALS['phpgw']->link('/felamimail/folders.php') 
!       );
! //Do not modify below this line
!       display_section($appname,$title,$file);
  }
  ?>




reply via email to

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