phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/themes black.theme,1.3,1.4 blue.theme,1


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/themes black.theme,1.3,1.4 blue.theme,1.3,1.4 brown.theme,1.3,1.4 darkblue.theme,1.3,1.4 darkgreen.theme,1.3,1.4 default.theme,1.4,1.5 fancy.theme,1.3,1.4 greys.theme,1.3,1.4 heaven.theme,1.3,1.4 idsociety.theme,1.10,1.11 lightblue.theme,1.3,1.4 lightbrown.theme,1.3,1.4 mojo.theme,1.3,1.4 purple.theme,1.3,1.4 red.theme,1.3,1.4 rose.theme,1.3,1.4 submarine.theme,1.3,1.4 template2theme.pl,1.2,1.3 theme2template.pl,1.2,1.3 yellows.theme,1.2,1.3
Date: Thu, 30 May 2002 17:13:12 -0400

Update of /cvsroot/phpgroupware/phpgwapi/themes
In directory subversions:/tmp/cvs-serv9844/phpgwapi/themes

Modified Files:
        black.theme blue.theme brown.theme darkblue.theme 
        darkgreen.theme default.theme fancy.theme greys.theme 
        heaven.theme idsociety.theme lightblue.theme lightbrown.theme 
        mojo.theme purple.theme red.theme rose.theme submarine.theme 
        template2theme.pl theme2template.pl yellows.theme 
Log Message:
updated phpgwapi/inc/functions.inc.php to follow a nice and orderly loadup 
process. Added back in the support for CSS, added support for preloading 
images, fixed javascript problems, updated themes to use , overall just got 
this api nice and tight in the loadup and template areas. Now we need to update 
all the template sets and apps to follow suit

Index: black.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/black.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** black.theme 8 May 2002 01:31:10 -0000       1.3
--- black.theme 30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']     = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']      = '#000000';
!       $phpgw_info['theme']['vlink']        = 'blue';
!       $phpgw_info['theme']['alink']        = 'red';
!       $phpgw_info['theme']['link']         = 'blue';
!       $phpgw_info['theme']['row_on']       = '#DDDDDD';
!       $phpgw_info['theme']['row_off']      = '#EEEEEE';
!       $phpgw_info['theme']['row_text']     = '#000000';
!       $phpgw_info['theme']['th_bg']        = '#D3DCE3';
!       $phpgw_info['theme']['th_text']      = '000000';
!       $phpgw_info['theme']['navbar_bg']    = '000000';
!       $phpgw_info['theme']['special_logo'] = 'logo_000000.gif';
!       $phpgw_info['theme']['navbar_text']  = '#000000';
!       $phpgw_info['theme']['table_bg']     = '#9999FF';
!       $phpgw_info['theme']['table_text']   = '#000000';
!       $phpgw_info['theme']['font']         = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']         = '#dadada';
!       $phpgw_info['theme']['bg02']         = '#dad0d0';
!       $phpgw_info['theme']['bg03']         = '#dacaca';
!       $phpgw_info['theme']['bg04']         = '#dac0c0';
!       $phpgw_info['theme']['bg05']         = '#dababa';
!       $phpgw_info['theme']['bg06']         = '#dab0b0';
!       $phpgw_info['theme']['bg07']         = '#daaaaa';
!       $phpgw_info['theme']['bg08']         = '#da9090';
!       $phpgw_info['theme']['bg09']         = '#da8a8a';
!       $phpgw_info['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']     = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']        = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']         = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']       = '#DDDDDD';
!       $GLOBALS['phpgw_info']['theme']['row_off']      = '#EEEEEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']        = '#D3DCE3';
!       $GLOBALS['phpgw_info']['theme']['th_text']      = '000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']    = '000000';
!       $GLOBALS['phpgw_info']['theme']['special_logo'] = 'logo_000000.gif';
!       $GLOBALS['phpgw_info']['theme']['navbar_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']     = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']   = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']         = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']         = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']         = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']         = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']         = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']         = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']         = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']         = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']         = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']         = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#666699';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: blue.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/blue.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** blue.theme  8 May 2002 01:31:10 -0000       1.3
--- blue.theme  30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']     = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']      = '#000000';
!       $phpgw_info['theme']['vlink']        = 'blue';
!       $phpgw_info['theme']['alink']        = 'red';
!       $phpgw_info['theme']['link']         = 'blue';
!       $phpgw_info['theme']['row_on']       = '#CCCCFF';
!       $phpgw_info['theme']['row_off']      = '#E4DFFF';
!       $phpgw_info['theme']['row_text']     = '#000000';
!       $phpgw_info['theme']['th_bg']        = '#9999FF';
!       $phpgw_info['theme']['th_text']      = '#000000';
!       $phpgw_info['theme']['navbar_bg']    = '#967FF4';
!       $phpgw_info['theme']['special_logo'] = 'logo_967FF4.gif';
!       $phpgw_info['theme']['navbar_text']  = '#000000';
!       $phpgw_info['theme']['table_bg']     = '#967FF4';
!       $phpgw_info['theme']['table_text']   = '#000000';
!       $phpgw_info['theme']['font']         = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']         = '#dadada';
!       $phpgw_info['theme']['bg02']         = '#dad0d0';
!       $phpgw_info['theme']['bg03']         = '#dacaca';
!       $phpgw_info['theme']['bg04']         = '#dac0c0';
!       $phpgw_info['theme']['bg05']         = '#dababa';
!       $phpgw_info['theme']['bg06']         = '#dab0b0';
!       $phpgw_info['theme']['bg07']         = '#daaaaa';
!       $phpgw_info['theme']['bg08']         = '#da9090';
!       $phpgw_info['theme']['bg09']         = '#da8a8a';
!       $phpgw_info['theme']['bg10']         = '#da7a7a';
  
        // This one is for the calendar only
!       $phpgw_info['theme']['cal_today']= '#FFFFCC';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
  
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']     = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']        = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']         = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']       = '#CCCCFF';
!       $GLOBALS['phpgw_info']['theme']['row_off']      = '#E4DFFF';
!       $GLOBALS['phpgw_info']['theme']['row_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']        = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['th_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']    = '#967FF4';
!       $GLOBALS['phpgw_info']['theme']['special_logo'] = 'logo_967FF4.gif';
!       $GLOBALS['phpgw_info']['theme']['navbar_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']     = '#967FF4';
!       $GLOBALS['phpgw_info']['theme']['table_text']   = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']         = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']         = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']         = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']         = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']         = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']         = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']         = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']         = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']         = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']         = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']         = '#da7a7a';
  
        // This one is for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']= '#FFFFCC';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#666699';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';
  

Index: brown.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/brown.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** brown.theme 8 May 2002 01:31:10 -0000       1.3
--- brown.theme 30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']     = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']      = '#000000';
!       $phpgw_info['theme']['vlink']        = 'blue';
!       $phpgw_info['theme']['alink']        = 'red';
!       $phpgw_info['theme']['link']         = 'blue';
!       $phpgw_info['theme']['row_on']       = '#DDDDDD';
!       $phpgw_info['theme']['row_off']      = '#EEEEEE';
!       $phpgw_info['theme']['row_text']     = '#000000';
!       $phpgw_info['theme']['th_bg']        = '#D3DCE3';
!       $phpgw_info['theme']['th_text']      = '#000000';
!       $phpgw_info['theme']['navbar_bg']    = '#5A0000';
!       $phpgw_info['theme']['special_logo'] = 'logo_5A0000.gif';
!       $phpgw_info['theme']['navbar_text']  = '#000000';
!       $phpgw_info['theme']['table_bg']     = '#9999FF';
!       $phpgw_info['theme']['table_text']   = '#000000';
!       $phpgw_info['theme']['font']         = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']         = '#dadada';
!       $phpgw_info['theme']['bg02']         = '#dad0d0';
!       $phpgw_info['theme']['bg03']         = '#dacaca';
!       $phpgw_info['theme']['bg04']         = '#dac0c0';
!       $phpgw_info['theme']['bg05']         = '#dababa';
!       $phpgw_info['theme']['bg06']         = '#dab0b0';
!       $phpgw_info['theme']['bg07']         = '#daaaaa';
!       $phpgw_info['theme']['bg08']         = '#da9090';
!       $phpgw_info['theme']['bg09']         = '#da8a8a';
!       $phpgw_info['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']     = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview']   = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']     = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']        = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']         = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']       = '#DDDDDD';
!       $GLOBALS['phpgw_info']['theme']['row_off']      = '#EEEEEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']        = '#D3DCE3';
!       $GLOBALS['phpgw_info']['theme']['th_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']    = '#5A0000';
!       $GLOBALS['phpgw_info']['theme']['special_logo'] = 'logo_5A0000.gif';
!       $GLOBALS['phpgw_info']['theme']['navbar_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']     = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']   = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']         = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']         = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']         = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']         = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']         = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']         = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']         = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']         = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']         = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']         = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']     = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview']   = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#666699';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: darkblue.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/darkblue.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** darkblue.theme      8 May 2002 01:31:10 -0000       1.3
--- darkblue.theme      30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']     = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']      = '#000000';
!       $phpgw_info['theme']['vlink']        = 'blue';
!       $phpgw_info['theme']['alink']        = 'red';
!       $phpgw_info['theme']['link']         = 'blue';
!       $phpgw_info['theme']['row_on']       = '#DDDDDD';
!       $phpgw_info['theme']['row_off']      = '#EEEEEE';
!       $phpgw_info['theme']['row_text']     = '#000000';
!       $phpgw_info['theme']['th_bg']        = '#D3DCE3';
!       $phpgw_info['theme']['th_text']      = '#000000';
!       $phpgw_info['theme']['navbar_bg']    = '#000099';
!       $phpgw_info['theme']['special_logo'] = 'logo_000099.gif';
!       $phpgw_info['theme']['navbar_text']  = '#000000';
!       $phpgw_info['theme']['table_bg']     = '#9999FF';
!       $phpgw_info['theme']['table_text']   = '#000000';
!       $phpgw_info['theme']['font']         = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']         = '#dadada';
!       $phpgw_info['theme']['bg02']         = '#dad0d0';
!       $phpgw_info['theme']['bg03']         = '#dacaca';
!       $phpgw_info['theme']['bg04']         = '#dac0c0';
!       $phpgw_info['theme']['bg05']         = '#dababa';
!       $phpgw_info['theme']['bg06']         = '#dab0b0';
!       $phpgw_info['theme']['bg07']         = '#daaaaa';
!       $phpgw_info['theme']['bg08']         = '#da9090';
!       $phpgw_info['theme']['bg09']         = '#da8a8a';
!       $phpgw_info['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']     = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']        = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']         = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']       = '#DDDDDD';
!       $GLOBALS['phpgw_info']['theme']['row_off']      = '#EEEEEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']        = '#D3DCE3';
!       $GLOBALS['phpgw_info']['theme']['th_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']    = '#000099';
!       $GLOBALS['phpgw_info']['theme']['special_logo'] = 'logo_000099.gif';
!       $GLOBALS['phpgw_info']['theme']['navbar_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']     = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']   = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']         = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']         = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']         = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']         = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']         = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']         = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']         = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']         = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']         = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']         = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#666699';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: darkgreen.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/darkgreen.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** darkgreen.theme     8 May 2002 01:31:10 -0000       1.3
--- darkgreen.theme     30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']     = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']      = '#000000';
!       $phpgw_info['theme']['vlink']        = 'blue';
!       $phpgw_info['theme']['alink']        = 'red';
!       $phpgw_info['theme']['link']         = 'blue';
!       $phpgw_info['theme']['row_on']       = '#DDDDDD';
!       $phpgw_info['theme']['row_off']      = '#EEEEEE';
!       $phpgw_info['theme']['row_text']     = '#000000';
!       $phpgw_info['theme']['th_bg']        = '#D3DCE3';
!       $phpgw_info['theme']['th_text']      = '#000000';
!       $phpgw_info['theme']['navbar_bg']    = '#003300';
!       $phpgw_info['theme']['special_logo'] = 'logo_003300.gif';
!       $phpgw_info['theme']['navbar_text']  = '#000000';
!       $phpgw_info['theme']['table_bg']     = '#9999FF';
!       $phpgw_info['theme']['table_text']   = '#000000';
!       $phpgw_info['theme']['font']         = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']         = '#dadada';
!       $phpgw_info['theme']['bg02']         = '#dad0d0';
!       $phpgw_info['theme']['bg03']         = '#dacaca';
!       $phpgw_info['theme']['bg04']         = '#dac0c0';
!       $phpgw_info['theme']['bg05']         = '#dababa';
!       $phpgw_info['theme']['bg06']         = '#dab0b0';
!       $phpgw_info['theme']['bg07']         = '#daaaaa';
!       $phpgw_info['theme']['bg08']         = '#da9090';
!       $phpgw_info['theme']['bg09']         = '#da8a8a';
!       $phpgw_info['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']     = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']        = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']         = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']       = '#DDDDDD';
!       $GLOBALS['phpgw_info']['theme']['row_off']      = '#EEEEEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']        = '#D3DCE3';
!       $GLOBALS['phpgw_info']['theme']['th_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']    = '#003300';
!       $GLOBALS['phpgw_info']['theme']['special_logo'] = 'logo_003300.gif';
!       $GLOBALS['phpgw_info']['theme']['navbar_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']     = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']   = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']         = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']         = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']         = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']         = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']         = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']         = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']         = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']         = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']         = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']         = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#666699';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: default.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/default.theme,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** default.theme       24 May 2002 10:38:03 -0000      1.4
--- default.theme       30 May 2002 21:13:07 -0000      1.5
***************
*** 12,58 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']    = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']     = '#000000';
!       $phpgw_info['theme']['vlink']       = 'blue';
!       $phpgw_info['theme']['alink']       = 'red';
!       $phpgw_info['theme']['link']        = 'blue';
!       $phpgw_info['theme']['row_on']      = '#DDDDDD';
!       $phpgw_info['theme']['row_off']     = '#EEEEEE';
!       $phpgw_info['theme']['row_text']    = '#000000';
!       $phpgw_info['theme']['th_bg']       = '#D3DCE3';
!       $phpgw_info['theme']['th_text']     = '#000000';
!       $phpgw_info['theme']['navbar_bg']   = '#9999FF';
!       $phpgw_info['theme']['navbar_text'] = '#000000';
!       $phpgw_info['theme']['table_bg']    = '#9999FF';
!       $phpgw_info['theme']['table_text']  = '#000000';
!       $phpgw_info['theme']['font']        = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']        = '#dadada';
!       $phpgw_info['theme']['bg02']        = '#dad0d0';
!       $phpgw_info['theme']['bg03']        = '#dacaca';
!       $phpgw_info['theme']['bg04']        = '#dac0c0';
!       $phpgw_info['theme']['bg05']        = '#dababa';
!       $phpgw_info['theme']['bg06']        = '#dab0b0';
!       $phpgw_info['theme']['bg07']        = '#daaaaa';
!       $phpgw_info['theme']['bg08']        = '#da9090';
!       $phpgw_info['theme']['bg09']        = '#da8a8a';
!       $phpgw_info['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
  
  
        // This is the CSS definition
!       $phpgw_info['theme']['css']['.navbar'] = 'font-family: 
Verdana;font-size: 8pt; color:#000000;}';
!       $phpgw_info['theme']['css']['.bodytext'] = 'font-family: Verdana;       
font-size: 8pt; color:#000000;';
!       $phpgw_info['theme']['css']['.whitetext'] = 'font-family: Verdana; 
font-size: 8pt; color:#ffffff;';
!       $phpgw_info['theme']['css']['.headertext'] = 'font-family: Verdana;     
font-size: 11pt; font-weight: bold;     color:#ffffff;';
!       $phpgw_info['theme']['css']['.inputtext'] = '   font-family: Verdana;   
font-size: 8pt; color="#000000"; background-color="#ffffff";';
!       $phpgw_info['theme']['css']['.buttontext'] = 'font-family: Verdana;     
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $phpgw_info['theme']['css']['.linktext'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $phpgw_info['theme']['css']['.row_on'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $phpgw_info['theme']['css']['.row_off'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
--- 12,58 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']    = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']       = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']       = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']      = '#DDDDDD';
!       $GLOBALS['phpgw_info']['theme']['row_off']     = '#EEEEEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']    = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']       = '#D3DCE3';
!       $GLOBALS['phpgw_info']['theme']['th_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']   = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['navbar_text'] = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']    = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']        = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']        = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']        = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']        = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']        = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']        = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']        = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']        = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']        = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']        = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#666699';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';
  
  
        // This is the CSS definition
!       $GLOBALS['phpgw_info']['theme']['css']['.navbar'] = 'font-family: 
Verdana;font-size: 8pt; color:#000000;}';
!       $GLOBALS['phpgw_info']['theme']['css']['.bodytext'] = 'font-family: 
Verdana;    font-size: 8pt; color:#000000;';
!       $GLOBALS['phpgw_info']['theme']['css']['.whitetext'] = 'font-family: 
Verdana; font-size: 8pt; color:#ffffff;';
!       $GLOBALS['phpgw_info']['theme']['css']['.headertext'] = 'font-family: 
Verdana;  font-size: 11pt; font-weight: bold;     color:#ffffff;';
!       $GLOBALS['phpgw_info']['theme']['css']['.inputtext'] = '        
font-family: Verdana;   font-size: 8pt; color="#000000"; 
background-color="#ffffff";';
!       $GLOBALS['phpgw_info']['theme']['css']['.buttontext'] = 'font-family: 
Verdana;  font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $GLOBALS['phpgw_info']['theme']['css']['.linktext'] = 'font-family: 
Verdana; font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $GLOBALS['phpgw_info']['theme']['css']['.row_on'] = 'font-family: 
Verdana; font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $GLOBALS['phpgw_info']['theme']['css']['.row_off'] = 'font-family: 
Verdana; font-size: 8pt; color="#000000"; background-color="#c0c0c0";';

Index: fancy.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/fancy.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** fancy.theme 8 May 2002 01:31:10 -0000       1.3
--- fancy.theme 30 May 2002 21:13:07 -0000      1.4
***************
*** 12,46 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']    = '#F5F5F5';
!       $phpgw_info['theme']['bg_text']     = '#000000';
!       $phpgw_info['theme']['vlink']       = '#EE0000';
!       $phpgw_info['theme']['alink']       = '#EE0000';
!       $phpgw_info['theme']['link']        = '#EE0000';
!       $phpgw_info['theme']['row_on']      = '#EEEEFF';
!       $phpgw_info['theme']['row_off']     = '#FFFFEE';
!       $phpgw_info['theme']['row_text']    = '#000000';
!       $phpgw_info['theme']['th_bg']       = '#FFE4C4';
!       $phpgw_info['theme']['th_text']     = '#000000';
!       $phpgw_info['theme']['navbar_bg']   = '#AABBCC';
!       $phpgw_info['theme']['navbar_text'] = '#000000';
!       $phpgw_info['theme']['table_bg']    = '#F5F5F5';
!       $phpgw_info['theme']['table_text']  = '#000000';
!       $phpgw_info['theme']['font']        = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']        = '#dadada';
!       $phpgw_info['theme']['bg02']        = '#dad0d0';
!       $phpgw_info['theme']['bg03']        = '#dacaca';
!       $phpgw_info['theme']['bg04']        = '#dac0c0';
!       $phpgw_info['theme']['bg05']        = '#dababa';
!       $phpgw_info['theme']['bg06']        = '#dab0b0';
!       $phpgw_info['theme']['bg07']        = '#daaaaa';
!       $phpgw_info['theme']['bg08']        = '#da9090';
!       $phpgw_info['theme']['bg09']        = '#da8a8a';
!       $phpgw_info['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#D0DCE0';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#7090FF';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,46 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']    = '#F5F5F5';
!       $GLOBALS['phpgw_info']['theme']['bg_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']       = '#EE0000';
!       $GLOBALS['phpgw_info']['theme']['alink']       = '#EE0000';
!       $GLOBALS['phpgw_info']['theme']['link']        = '#EE0000';
!       $GLOBALS['phpgw_info']['theme']['row_on']      = '#EEEEFF';
!       $GLOBALS['phpgw_info']['theme']['row_off']     = '#FFFFEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']    = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']       = '#FFE4C4';
!       $GLOBALS['phpgw_info']['theme']['th_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']   = '#AABBCC';
!       $GLOBALS['phpgw_info']['theme']['navbar_text'] = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']    = '#F5F5F5';
!       $GLOBALS['phpgw_info']['theme']['table_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']        = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']        = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']        = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']        = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']        = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']        = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']        = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']        = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']        = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']        = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#D0DCE0';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#7090FF';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: greys.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/greys.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** greys.theme 8 May 2002 01:31:10 -0000       1.3
--- greys.theme 30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']    = '#dfdfdf';
!       $phpgw_info['theme']['bg_text']     = '#222222';
!       $phpgw_info['theme']['vlink']       = '#5555ff';
!       $phpgw_info['theme']['alink']       = 'black';
!       $phpgw_info['theme']['link']        = '#0000ff';
!       $phpgw_info['theme']['row_on']      = '#eeeeee';
!       $phpgw_info['theme']['row_off']     = '#cccccc';
!       $phpgw_info['theme']['row_text']    = '#000000';
!       $phpgw_info['theme']['th_bg']       = '#eeeeee';
!       $phpgw_info['theme']['th_text']     = '#000000';
!       $phpgw_info['theme']['navbar_bg']   = '#aaaaaa';
!       $phpgw_info['theme']['navbar_text'] = '#000000';
!       $phpgw_info['theme']['table_bg']    = '#eeeeee';
!       $phpgw_info['theme']['table_text']  = '#000000';
!       $phpgw_info['theme']['font']        = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']        = '#eeeeee';
!       $phpgw_info['theme']['bg02']        = '#cccccc';
!       $phpgw_info['theme']['bg03']        = '#bbbbbb';
!       $phpgw_info['theme']['bg04']        = '#aaaaaa';
!       $phpgw_info['theme']['bg05']        = '#999999';
!       $phpgw_info['theme']['bg06']        = '#888888';
!       $phpgw_info['theme']['bg07']        = '#777777';
!       $phpgw_info['theme']['bg08']        = '#666666';
!       $phpgw_info['theme']['bg09']        = '#555555';
!       $phpgw_info['theme']['bg10']        = '#444444';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FBF1C5';
!       $phpgw_info['theme']['cal_dayview'] = '#F9E99F';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#EAD688';
!       $phpgw_info['theme']['em_folder_text'] = '#000000';
  ?>
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']    = '#dfdfdf';
!       $GLOBALS['phpgw_info']['theme']['bg_text']     = '#222222';
!       $GLOBALS['phpgw_info']['theme']['vlink']       = '#5555ff';
!       $GLOBALS['phpgw_info']['theme']['alink']       = 'black';
!       $GLOBALS['phpgw_info']['theme']['link']        = '#0000ff';
!       $GLOBALS['phpgw_info']['theme']['row_on']      = '#eeeeee';
!       $GLOBALS['phpgw_info']['theme']['row_off']     = '#cccccc';
!       $GLOBALS['phpgw_info']['theme']['row_text']    = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']       = '#eeeeee';
!       $GLOBALS['phpgw_info']['theme']['th_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']   = '#aaaaaa';
!       $GLOBALS['phpgw_info']['theme']['navbar_text'] = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']    = '#eeeeee';
!       $GLOBALS['phpgw_info']['theme']['table_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']        = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']        = '#eeeeee';
!       $GLOBALS['phpgw_info']['theme']['bg02']        = '#cccccc';
!       $GLOBALS['phpgw_info']['theme']['bg03']        = '#bbbbbb';
!       $GLOBALS['phpgw_info']['theme']['bg04']        = '#aaaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg05']        = '#999999';
!       $GLOBALS['phpgw_info']['theme']['bg06']        = '#888888';
!       $GLOBALS['phpgw_info']['theme']['bg07']        = '#777777';
!       $GLOBALS['phpgw_info']['theme']['bg08']        = '#666666';
!       $GLOBALS['phpgw_info']['theme']['bg09']        = '#555555';
!       $GLOBALS['phpgw_info']['theme']['bg10']        = '#444444';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FBF1C5';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#F9E99F';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#EAD688';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#000000';
  ?>

Index: heaven.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/heaven.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** heaven.theme        8 May 2002 01:31:10 -0000       1.3
--- heaven.theme        30 May 2002 21:13:07 -0000      1.4
***************
*** 12,46 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']    = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']     = '#000000';
!       $phpgw_info['theme']['vlink']       = 'blue';
!       $phpgw_info['theme']['alink']       = 'red';
!       $phpgw_info['theme']['link']        = 'blue';
!       $phpgw_info['theme']['row_on']      = '#DDDDDD';
!       $phpgw_info['theme']['row_off']     = '#EEEEEE';
!       $phpgw_info['theme']['row_text']    = '#000000';
!       $phpgw_info['theme']['th_bg']       = '#D3DCE3';
!       $phpgw_info['theme']['th_text']     = '#000000';
!       $phpgw_info['theme']['navbar_bg']   = '#80BBFF';
!       $phpgw_info['theme']['navbar_text'] = '#000000';
!       $phpgw_info['theme']['table_bg']    = '#7090FF';
!       $phpgw_info['theme']['table_text']  = '#000000';
!       $phpgw_info['theme']['font']        = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']        = '#dadada';
!       $phpgw_info['theme']['bg02']        = '#dad0d0';
!       $phpgw_info['theme']['bg03']        = '#dacaca';
!       $phpgw_info['theme']['bg04']        = '#dac0c0';
!       $phpgw_info['theme']['bg05']        = '#dababa';
!       $phpgw_info['theme']['bg06']        = '#dab0b0';
!       $phpgw_info['theme']['bg07']        = '#daaaaa';
!       $phpgw_info['theme']['bg08']        = '#da9090';
!       $phpgw_info['theme']['bg09']        = '#da8a8a';
!       $phpgw_info['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#7090FF';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,46 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']    = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']       = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']       = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']      = '#DDDDDD';
!       $GLOBALS['phpgw_info']['theme']['row_off']     = '#EEEEEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']    = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']       = '#D3DCE3';
!       $GLOBALS['phpgw_info']['theme']['th_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']   = '#80BBFF';
!       $GLOBALS['phpgw_info']['theme']['navbar_text'] = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']    = '#7090FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']        = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']        = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']        = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']        = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']        = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']        = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']        = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']        = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']        = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']        = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#7090FF';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: idsociety.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/idsociety.theme,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** idsociety.theme     24 May 2002 10:38:03 -0000      1.10
--- idsociety.theme     30 May 2002 21:13:07 -0000      1.11
***************
*** 12,61 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']    = '#ffffff';
!       $phpgw_info['theme']['bg_text']     = '#000000';
        // vlink is annoying and unncessary for most apps, make same as link
!       //$phpgw_info['theme']['vlink']     = '#333366';
!       $phpgw_info['theme']['vlink']       = '#336699';
!       $phpgw_info['theme']['alink']       = '#ff0000';
        //  A.hover in CSS currently works only with idsociety theme + template 
combo
!       $phpgw_info['theme']['hovlink']     = '#cc0000';
!       $phpgw_info['theme']['link']        = '#336699';
!       $phpgw_info['theme']['row_on']      = '#dddddd';
!       $phpgw_info['theme']['row_off']     = '#eeeeee';
!       $phpgw_info['theme']['row_text']    = '#000000';
!       $phpgw_info['theme']['th_bg']       = '#adadad';
!       $phpgw_info['theme']['th_text']     = '#000000';
!       $phpgw_info['theme']['navbar_bg']   = '#adadad';
!       $phpgw_info['theme']['navbar_text'] = '#ffffff';
!       $phpgw_info['theme']['table_bg']    = '#9999ff';
!       $phpgw_info['theme']['table_text']  = '#000000';
!       $phpgw_info['theme']['font']        = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']        = '#dadada';
!       $phpgw_info['theme']['bg02']        = '#dad0d0';
!       $phpgw_info['theme']['bg03']        = '#dacaca';
!       $phpgw_info['theme']['bg04']        = '#dac0c0';
!       $phpgw_info['theme']['bg05']        = '#dababa';
!       $phpgw_info['theme']['bg06']        = '#dab0b0';
!       $phpgw_info['theme']['bg07']        = '#daaaaa';
!       $phpgw_info['theme']['bg08']        = '#da9090';
!       $phpgw_info['theme']['bg09']        = '#da8a8a';
!       $phpgw_info['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#ffffcc';
!       $phpgw_info['theme']['cal_dayview'] = '#c0c0c0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#adadad';
!       $phpgw_info['theme']['em_folder_text'] = '#ffffff';
  
        // This is the CSS definition
!       $phpgw_info['theme']['css']['.navbar'] = 'font-family: 
Verdana;font-size: 8pt; color:#000000;}';
!       $phpgw_info['theme']['css']['.bodytext'] = 'font-family: Verdana;       
font-size: 8pt; color:#000000;';
!       $phpgw_info['theme']['css']['.whitetext'] = 'font-family: Verdana; 
font-size: 8pt; color:#ffffff;';
!       $phpgw_info['theme']['css']['.headertext'] = 'font-family: Verdana;     
font-size: 11pt; font-weight: bold;     color:#ffffff;';
!       $phpgw_info['theme']['css']['.inputtext'] = '   font-family: Verdana;   
font-size: 8pt; color="#000000"; background-color="#ffffff";';
!       $phpgw_info['theme']['css']['.buttontext'] = 'font-family: Verdana;     
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $phpgw_info['theme']['css']['.linktext'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $phpgw_info['theme']['css']['.row_on'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $phpgw_info['theme']['css']['.row_off'] = 'font-family: Verdana; 
font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
--- 12,61 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']    = '#ffffff';
!       $GLOBALS['phpgw_info']['theme']['bg_text']     = '#000000';
        // vlink is annoying and unncessary for most apps, make same as link
!       //$GLOBALS['phpgw_info']['theme']['vlink']     = '#333366';
!       $GLOBALS['phpgw_info']['theme']['vlink']       = '#336699';
!       $GLOBALS['phpgw_info']['theme']['alink']       = '#ff0000';
        //  A.hover in CSS currently works only with idsociety theme + template 
combo
!       $GLOBALS['phpgw_info']['theme']['hovlink']     = '#cc0000';
!       $GLOBALS['phpgw_info']['theme']['link']        = '#336699';
!       $GLOBALS['phpgw_info']['theme']['row_on']      = '#dddddd';
!       $GLOBALS['phpgw_info']['theme']['row_off']     = '#eeeeee';
!       $GLOBALS['phpgw_info']['theme']['row_text']    = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']       = '#adadad';
!       $GLOBALS['phpgw_info']['theme']['th_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']   = '#adadad';
!       $GLOBALS['phpgw_info']['theme']['navbar_text'] = '#ffffff';
!       $GLOBALS['phpgw_info']['theme']['table_bg']    = '#9999ff';
!       $GLOBALS['phpgw_info']['theme']['table_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']        = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']        = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']        = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']        = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']        = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']        = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']        = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']        = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']        = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']        = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#ffffcc';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#c0c0c0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#adadad';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#ffffff';
  
        // This is the CSS definition
!       $GLOBALS['phpgw_info']['theme']['css']['.navbar'] = 'font-family: 
Verdana;font-size: 8pt; color:#000000;}';
!       $GLOBALS['phpgw_info']['theme']['css']['.bodytext'] = 'font-family: 
Verdana;    font-size: 8pt; color:#000000;';
!       $GLOBALS['phpgw_info']['theme']['css']['.whitetext'] = 'font-family: 
Verdana; font-size: 8pt; color:#ffffff;';
!       $GLOBALS['phpgw_info']['theme']['css']['.headertext'] = 'font-family: 
Verdana;  font-size: 11pt; font-weight: bold;     color:#ffffff;';
!       $GLOBALS['phpgw_info']['theme']['css']['.inputtext'] = '        
font-family: Verdana;   font-size: 8pt; color="#000000"; 
background-color="#ffffff";';
!       $GLOBALS['phpgw_info']['theme']['css']['.buttontext'] = 'font-family: 
Verdana;  font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $GLOBALS['phpgw_info']['theme']['css']['.linktext'] = 'font-family: 
Verdana; font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $GLOBALS['phpgw_info']['theme']['css']['.row_on'] = 'font-family: 
Verdana; font-size: 8pt; color="#000000"; background-color="#c0c0c0";';
!       $GLOBALS['phpgw_info']['theme']['css']['.row_off'] = 'font-family: 
Verdana; font-size: 8pt; color="#000000"; background-color="#c0c0c0";';

Index: lightblue.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/lightblue.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** lightblue.theme     8 May 2002 01:31:10 -0000       1.3
--- lightblue.theme     30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']      = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']       = '#000000';
!       $phpgw_info['theme']['vlink']         = 'blue';
!       $phpgw_info['theme']['alink']         = 'red';
!       $phpgw_info['theme']['link']          = 'blue';
!       $phpgw_info['theme']['row_on']        = '#DDDDDD';
!       $phpgw_info['theme']['row_off']       = '#EEEEEE';
!       $phpgw_info['theme']['row_text']      = '#000000';
!       $phpgw_info['theme']['th_bg']         = '#D3DCE3';
!       $phpgw_info['theme']['th_text']       = '#000000';
!       $phpgw_info['theme']['navbar_bg']     = '#486591';
!       $phpgw_info['theme']['special_logo']  = 'logo_486591.gif';
!       $phpgw_info['theme']['navbar_text']   = '#000000';
!       $phpgw_info['theme']['table_bg']      = '#9999FF';
!       $phpgw_info['theme']['table_text']    = '#000000';
!       $phpgw_info['theme']['font']          = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']          = '#dadada';
!       $phpgw_info['theme']['bg02']          = '#dad0d0';
!       $phpgw_info['theme']['bg03']          = '#dacaca';
!       $phpgw_info['theme']['bg04']          = '#dac0c0';
!       $phpgw_info['theme']['bg05']          = '#dababa';
!       $phpgw_info['theme']['bg06']          = '#dab0b0';
!       $phpgw_info['theme']['bg07']          = '#daaaaa';
!       $phpgw_info['theme']['bg08']          = '#da9090';
!       $phpgw_info['theme']['bg09']          = '#da8a8a';
!       $phpgw_info['theme']['bg10']          = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']      = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']       = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']         = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']         = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']          = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']        = '#DDDDDD';
!       $GLOBALS['phpgw_info']['theme']['row_off']       = '#EEEEEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']         = '#D3DCE3';
!       $GLOBALS['phpgw_info']['theme']['th_text']       = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']     = '#486591';
!       $GLOBALS['phpgw_info']['theme']['special_logo']  = 'logo_486591.gif';
!       $GLOBALS['phpgw_info']['theme']['navbar_text']   = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']      = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']    = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']          = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']          = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']          = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']          = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']          = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']          = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']          = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']          = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']          = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']          = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']          = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#666699';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: lightbrown.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/lightbrown.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** lightbrown.theme    8 May 2002 01:31:10 -0000       1.3
--- lightbrown.theme    30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']     = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']      = '#000000';
!       $phpgw_info['theme']['vlink']        = 'blue';
!       $phpgw_info['theme']['alink']        = 'red';
!       $phpgw_info['theme']['link']         = 'blue';
!       $phpgw_info['theme']['row_on']       = '#DDDDDD';
!       $phpgw_info['theme']['row_off']      = '#EEEEEE';
!       $phpgw_info['theme']['row_text']     = '#000000';
!       $phpgw_info['theme']['th_bg']        = '#D3DCE3';
!       $phpgw_info['theme']['th_text']      = '#000000';
!       $phpgw_info['theme']['navbar_bg']    = '#885522';
!       $phpgw_info['theme']['special_logo'] = 'logo_885522.gif';
!       $phpgw_info['theme']['navbar_text']  = '#000000';
!       $phpgw_info['theme']['table_bg']     = '#9999FF';
!       $phpgw_info['theme']['table_text']   = '#000000';
!       $phpgw_info['theme']['font']         = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']         = '#dadada';
!       $phpgw_info['theme']['bg02']         = '#dad0d0';
!       $phpgw_info['theme']['bg03']         = '#dacaca';
!       $phpgw_info['theme']['bg04']         = '#dac0c0';
!       $phpgw_info['theme']['bg05']         = '#dababa';
!       $phpgw_info['theme']['bg06']         = '#dab0b0';
!       $phpgw_info['theme']['bg07']         = '#daaaaa';
!       $phpgw_info['theme']['bg08']         = '#da9090';
!       $phpgw_info['theme']['bg09']         = '#da8a8a';
!       $phpgw_info['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']     = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']        = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']         = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']       = '#DDDDDD';
!       $GLOBALS['phpgw_info']['theme']['row_off']      = '#EEEEEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']        = '#D3DCE3';
!       $GLOBALS['phpgw_info']['theme']['th_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']    = '#885522';
!       $GLOBALS['phpgw_info']['theme']['special_logo'] = 'logo_885522.gif';
!       $GLOBALS['phpgw_info']['theme']['navbar_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']     = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']   = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']         = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']         = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']         = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']         = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']         = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']         = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']         = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']         = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']         = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']         = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#666699';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: mojo.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/mojo.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** mojo.theme  8 May 2002 01:31:10 -0000       1.3
--- mojo.theme  30 May 2002 21:13:07 -0000      1.4
***************
*** 13,48 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']    = '#000000';
!       $phpgw_info['theme']['bg_text']     = '#00FF33';
!       $phpgw_info['theme']['vlink']       = '#0000FF';
!       $phpgw_info['theme']['alink']       = '#999999';
!       $phpgw_info['theme']['link']        = '#0000FF';
!       $phpgw_info['theme']['row_on']      = '#909090';
!       $phpgw_info['theme']['row_off']     = '#808080';
!       $phpgw_info['theme']['row_text']    = '#000000';
!       $phpgw_info['theme']['th_bg']       = '#404040';
!       $phpgw_info['theme']['th_text']     = '#00FF33';
!       $phpgw_info['theme']['navbar_bg']   = '#00FF33';
!       $phpgw_info['theme']['navbar_text'] = '#FFFFFF';
!       $phpgw_info['theme']['table_bg']    = '#00FF33';
!       $phpgw_info['theme']['table_text']  = '#FFFFFF';
!       $phpgw_info['theme']['font']        = 'Helvetica';
!       $phpgw_info['theme']['bg01']        = '#dadada';
!       $phpgw_info['theme']['bg02']        = '#dad0d0';
!       $phpgw_info['theme']['bg03']        = '#dacaca';
!       $phpgw_info['theme']['bg04']        = '#dac0c0';
!       $phpgw_info['theme']['bg05']        = '#dababa';
!       $phpgw_info['theme']['bg06']        = '#dab0b0';
!       $phpgw_info['theme']['bg07']        = '#daaaaa';
!       $phpgw_info['theme']['bg08']        = '#da9090';
!       $phpgw_info['theme']['bg09']        = '#da8a8a';
!       $phpgw_info['theme']['bg10']        = '#da7a7a';
  
        // This one is for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#BFBFBF';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#808080';
!       $phpgw_info['theme']['em_folder_text'] = '#000000';
  
--- 13,48 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']    = '#000000';
!       $GLOBALS['phpgw_info']['theme']['bg_text']     = '#00FF33';
!       $GLOBALS['phpgw_info']['theme']['vlink']       = '#0000FF';
!       $GLOBALS['phpgw_info']['theme']['alink']       = '#999999';
!       $GLOBALS['phpgw_info']['theme']['link']        = '#0000FF';
!       $GLOBALS['phpgw_info']['theme']['row_on']      = '#909090';
!       $GLOBALS['phpgw_info']['theme']['row_off']     = '#808080';
!       $GLOBALS['phpgw_info']['theme']['row_text']    = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']       = '#404040';
!       $GLOBALS['phpgw_info']['theme']['th_text']     = '#00FF33';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']   = '#00FF33';
!       $GLOBALS['phpgw_info']['theme']['navbar_text'] = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['table_bg']    = '#00FF33';
!       $GLOBALS['phpgw_info']['theme']['table_text']  = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['font']        = 'Helvetica';
!       $GLOBALS['phpgw_info']['theme']['bg01']        = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']        = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']        = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']        = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']        = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']        = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']        = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']        = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']        = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']        = '#da7a7a';
  
        // This one is for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#BFBFBF';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#808080';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#000000';
  

Index: purple.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/purple.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** purple.theme        8 May 2002 01:31:10 -0000       1.3
--- purple.theme        30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']     = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']      = '#000000';
!       $phpgw_info['theme']['vlink']        = 'blue';
!       $phpgw_info['theme']['alink']        = 'red';
!       $phpgw_info['theme']['link']         = 'blue';
!       $phpgw_info['theme']['row_on']       = '#DDDDDD';
!       $phpgw_info['theme']['row_off']      = '#EEEEEE';
!       $phpgw_info['theme']['row_text']     = '#000000';
!       $phpgw_info['theme']['th_bg']        = '#D3DCE3';
!       $phpgw_info['theme']['th_text']      = '#000000';
!       $phpgw_info['theme']['navbar_bg']    = '#663366';
!       $phpgw_info['theme']['special_logo'] = 'logo_663366.gif';
!       $phpgw_info['theme']['navbar_text']  = '#000000';
!       $phpgw_info['theme']['table_bg']     = '#9999FF';
!       $phpgw_info['theme']['table_text']   = '#000000';
!       $phpgw_info['theme']['font']         = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']         = '#dadada';
!       $phpgw_info['theme']['bg02']         = '#dad0d0';
!       $phpgw_info['theme']['bg03']         = '#dacaca';
!       $phpgw_info['theme']['bg04']         = '#dac0c0';
!       $phpgw_info['theme']['bg05']         = '#dababa';
!       $phpgw_info['theme']['bg06']         = '#dab0b0';
!       $phpgw_info['theme']['bg07']         = '#daaaaa';
!       $phpgw_info['theme']['bg08']         = '#da9090';
!       $phpgw_info['theme']['bg09']         = '#da8a8a';
!       $phpgw_info['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']     = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']        = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']         = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']       = '#DDDDDD';
!       $GLOBALS['phpgw_info']['theme']['row_off']      = '#EEEEEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']        = '#D3DCE3';
!       $GLOBALS['phpgw_info']['theme']['th_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']    = '#663366';
!       $GLOBALS['phpgw_info']['theme']['special_logo'] = 'logo_663366.gif';
!       $GLOBALS['phpgw_info']['theme']['navbar_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']     = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']   = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']         = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']         = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']         = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']         = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']         = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']         = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']         = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']         = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']         = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']         = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#666699';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: red.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/red.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** red.theme   8 May 2002 01:31:10 -0000       1.3
--- red.theme   30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']     = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']      = '#000000';
!       $phpgw_info['theme']['vlink']        = 'blue';
!       $phpgw_info['theme']['alink']        = 'red';
!       $phpgw_info['theme']['link']         = 'blue';
!       $phpgw_info['theme']['row_on']       = '#DDDDDD';
!       $phpgw_info['theme']['row_off']      = '#EEEEEE';
!       $phpgw_info['theme']['row_text']     = '#000000';
!       $phpgw_info['theme']['th_bg']        = '#D3DCE3';
!       $phpgw_info['theme']['th_text']      = '#000000';
!       $phpgw_info['theme']['navbar_bg']    = '#990000';
!       $phpgw_info['theme']['special_logo'] = 'logo_990000.gif';
!       $phpgw_info['theme']['navbar_text']  = '#000000';
!       $phpgw_info['theme']['table_bg']     = '#9999FF';
!       $phpgw_info['theme']['table_text']   = '#000000';
!       $phpgw_info['theme']['font']         = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']         = '#dadada';
!       $phpgw_info['theme']['bg02']         = '#dad0d0';
!       $phpgw_info['theme']['bg03']         = '#dacaca';
!       $phpgw_info['theme']['bg04']         = '#dac0c0';
!       $phpgw_info['theme']['bg05']         = '#dababa';
!       $phpgw_info['theme']['bg06']         = '#dab0b0';
!       $phpgw_info['theme']['bg07']         = '#daaaaa';
!       $phpgw_info['theme']['bg08']         = '#da9090';
!       $phpgw_info['theme']['bg09']         = '#da8a8a';
!       $phpgw_info['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']     = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']        = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']         = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']       = '#DDDDDD';
!       $GLOBALS['phpgw_info']['theme']['row_off']      = '#EEEEEE';
!       $GLOBALS['phpgw_info']['theme']['row_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']        = '#D3DCE3';
!       $GLOBALS['phpgw_info']['theme']['th_text']      = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']    = '#990000';
!       $GLOBALS['phpgw_info']['theme']['special_logo'] = 'logo_990000.gif';
!       $GLOBALS['phpgw_info']['theme']['navbar_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']     = '#9999FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']   = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']         = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']         = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']         = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']         = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']         = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']         = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']         = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']         = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']         = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']         = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']         = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#666699';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: rose.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/rose.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** rose.theme  8 May 2002 01:31:10 -0000       1.3
--- rose.theme  30 May 2002 21:13:07 -0000      1.4
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']    = '#ce9592'; 
!       $phpgw_info['theme']['bg_text']     = '#9d1811'; 
!       $phpgw_info['theme']['vlink']       = 'pink'; 
!       $phpgw_info['theme']['alink']       = 'red'; 
!       $phpgw_info['theme']['link']        = 'red'; 
!       $phpgw_info['theme']['row_on']      = '#DDDDDD'; 
!       $phpgw_info['theme']['row_off']     = '#EEEEEE'; 
!       $phpgw_info['theme']['row_text']    = '#000000'; 
!       $phpgw_info['theme']['th_bg']       = '#ce9592'; 
!       $phpgw_info['theme']['th_text']     = '#9d1811'; 
!       $phpgw_info['theme']['navbar_bg']   = '#bd524a'; 
!       $phpgw_info['theme']['navbar_text'] = '#9d1811'; 
!       $phpgw_info['theme']['table_bg']    = '#ffbab7'; 
!       $phpgw_info['theme']['table_text']  = '#72022a'; 
!       $phpgw_info['theme']['font']        = 'Arial, Helvetica, san-serif'; 
!       $phpgw_info['theme']['bg01']        = '#dadada';
!       $phpgw_info['theme']['bg02']        = '#dad0d0';
!       $phpgw_info['theme']['bg03']        = '#dacaca';
!       $phpgw_info['theme']['bg04']        = '#dac0c0';
!       $phpgw_info['theme']['bg05']        = '#dababa';
!       $phpgw_info['theme']['bg06']        = '#dab0b0';
!       $phpgw_info['theme']['bg07']        = '#daaaaa';
!       $phpgw_info['theme']['bg08']        = '#da9090';
!       $phpgw_info['theme']['bg09']        = '#da8a8a';
!       $phpgw_info['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only 
!       $phpgw_info['theme']['cal_today']   = '#bd524a'; 
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0'; 
  
        // These are for the email only 
!       $phpgw_info['theme']['em_folder']      = '#bd542a'; 
!       $phpgw_info['theme']['em_folder_text'] = '#9d1811'; 
  
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']    = '#ce9592'; 
!       $GLOBALS['phpgw_info']['theme']['bg_text']     = '#9d1811'; 
!       $GLOBALS['phpgw_info']['theme']['vlink']       = 'pink'; 
!       $GLOBALS['phpgw_info']['theme']['alink']       = 'red'; 
!       $GLOBALS['phpgw_info']['theme']['link']        = 'red'; 
!       $GLOBALS['phpgw_info']['theme']['row_on']      = '#DDDDDD'; 
!       $GLOBALS['phpgw_info']['theme']['row_off']     = '#EEEEEE'; 
!       $GLOBALS['phpgw_info']['theme']['row_text']    = '#000000'; 
!       $GLOBALS['phpgw_info']['theme']['th_bg']       = '#ce9592'; 
!       $GLOBALS['phpgw_info']['theme']['th_text']     = '#9d1811'; 
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']   = '#bd524a'; 
!       $GLOBALS['phpgw_info']['theme']['navbar_text'] = '#9d1811'; 
!       $GLOBALS['phpgw_info']['theme']['table_bg']    = '#ffbab7'; 
!       $GLOBALS['phpgw_info']['theme']['table_text']  = '#72022a'; 
!       $GLOBALS['phpgw_info']['theme']['font']        = 'Arial, Helvetica, 
san-serif'; 
!       $GLOBALS['phpgw_info']['theme']['bg01']        = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']        = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']        = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']        = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']        = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']        = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']        = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']        = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']        = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only 
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#bd524a'; 
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0'; 
  
        // These are for the email only 
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#bd542a'; 
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#9d1811'; 
  

Index: submarine.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/submarine.theme,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** submarine.theme     8 May 2002 01:31:10 -0000       1.3
--- submarine.theme     30 May 2002 21:13:07 -0000      1.4
***************
*** 12,46 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']    = '#FFFFFF';
!       $phpgw_info['theme']['bg_text']     = '#000000';
!       $phpgw_info['theme']['vlink']       = 'blue';
!       $phpgw_info['theme']['alink']       = 'red';
!       $phpgw_info['theme']['link']        = 'blue';
!       $phpgw_info['theme']['row_on']      = '#CCEEFF';
!       $phpgw_info['theme']['row_off']     = '#DDF0FF';
!       $phpgw_info['theme']['row_text']    = '#000000';
!       $phpgw_info['theme']['th_bg']       = '#80BBFF';
!       $phpgw_info['theme']['th_text']     = '#000000';
!       $phpgw_info['theme']['navbar_bg']   = '#80CCFF';
!       $phpgw_info['theme']['navbar_text'] = '#000000';
!       $phpgw_info['theme']['table_bg']    = '#7090FF';
!       $phpgw_info['theme']['table_text']  = '#000000';
!       $phpgw_info['theme']['font']        = 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']        = '#dadada';
!       $phpgw_info['theme']['bg02']        = '#dad0d0';
!       $phpgw_info['theme']['bg03']        = '#dacaca';
!       $phpgw_info['theme']['bg04']        = '#dac0c0';
!       $phpgw_info['theme']['bg05']        = '#dababa';
!       $phpgw_info['theme']['bg06']        = '#dab0b0';
!       $phpgw_info['theme']['bg07']        = '#daaaaa';
!       $phpgw_info['theme']['bg08']        = '#da9090';
!       $phpgw_info['theme']['bg09']        = '#da8a8a';
!       $phpgw_info['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']   = '#FFFFCC';
!       $phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']      = '#7090FF';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
--- 12,46 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']    = '#FFFFFF';
!       $GLOBALS['phpgw_info']['theme']['bg_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']       = 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']       = 'red';
!       $GLOBALS['phpgw_info']['theme']['link']        = 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']      = '#CCEEFF';
!       $GLOBALS['phpgw_info']['theme']['row_off']     = '#DDF0FF';
!       $GLOBALS['phpgw_info']['theme']['row_text']    = '#000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']       = '#80BBFF';
!       $GLOBALS['phpgw_info']['theme']['th_text']     = '#000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']   = '#80CCFF';
!       $GLOBALS['phpgw_info']['theme']['navbar_text'] = '#000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']    = '#7090FF';
!       $GLOBALS['phpgw_info']['theme']['table_text']  = '#000000';
!       $GLOBALS['phpgw_info']['theme']['font']        = 'Arial, Helvetica, 
san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']        = '#dadada';
!       $GLOBALS['phpgw_info']['theme']['bg02']        = '#dad0d0';
!       $GLOBALS['phpgw_info']['theme']['bg03']        = '#dacaca';
!       $GLOBALS['phpgw_info']['theme']['bg04']        = '#dac0c0';
!       $GLOBALS['phpgw_info']['theme']['bg05']        = '#dababa';
!       $GLOBALS['phpgw_info']['theme']['bg06']        = '#dab0b0';
!       $GLOBALS['phpgw_info']['theme']['bg07']        = '#daaaaa';
!       $GLOBALS['phpgw_info']['theme']['bg08']        = '#da9090';
!       $GLOBALS['phpgw_info']['theme']['bg09']        = '#da8a8a';
!       $GLOBALS['phpgw_info']['theme']['bg10']        = '#da7a7a';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']   = '#FFFFCC';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']      = '#7090FF';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#FFFFFF';

Index: template2theme.pl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/template2theme.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** template2theme.pl   8 May 2001 08:48:12 -0000       1.2
--- template2theme.pl   30 May 2002 21:13:07 -0000      1.3
***************
*** 6,10 ****
  # by Stephan
  # $Id$
! $wrap='$phpgw_info['theme']['_KEY_']= '_VAL_'';
  print '<?\n';
  print << 'EOF';
--- 6,10 ----
  # by Stephan
  # $Id$
! $wrap='$GLOBALS['phpgw_info']['theme']['_KEY_']= '_VAL_'';
  print '<?\n';
  print << 'EOF';

Index: theme2template.pl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/theme2template.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** theme2template.pl   8 May 2001 08:48:12 -0000       1.2
--- theme2template.pl   30 May 2002 21:13:07 -0000      1.3
***************
*** 14,18 ****
  while( $_ = <STDIN> ) {
    chomp($_);
!   next unless ( $_ =~ /\$phpgw_info\[\'theme\'\]\[\'(.*)\'\].*=.*\'(.*)\'.*/ 
);
    print '$1=$2\n';
  }
--- 14,18 ----
  while( $_ = <STDIN> ) {
    chomp($_);
!   next unless ( $_ =~ 
/\$GLOBALS\[\'phpgw_info\'\]\[\'theme\'\]\[\'(.*)\'\].*=.*\'(.*)\'.*/ );
    print '$1=$2\n';
  }

Index: yellows.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/yellows.theme,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** yellows.theme       8 May 2001 08:48:12 -0000       1.2
--- yellows.theme       30 May 2002 21:13:07 -0000      1.3
***************
*** 12,47 ****
        /* $Id$ */
  
!       $phpgw_info['theme']['bg_color']= 'FBF1C5';
!       $phpgw_info['theme']['bg_text']= '000000';
!       $phpgw_info['theme']['vlink']= 'blue';
!       $phpgw_info['theme']['alink']= 'red';
!       $phpgw_info['theme']['link']= 'blue';
!       $phpgw_info['theme']['row_on']= 'F7E58F';
!       $phpgw_info['theme']['row_off']= 'EAD688';
!       $phpgw_info['theme']['row_text']= '000000';
!       $phpgw_info['theme']['th_bg']= 'C8A63B';
!       $phpgw_info['theme']['th_text']= '000000';
!       $phpgw_info['theme']['navbar_bg']= 'F7E58F';
!       $phpgw_info['theme']['navbar_text']= '000000';
!       $phpgw_info['theme']['table_bg']= 'EAD688';
!       $phpgw_info['theme']['table_text']= 'C5AA2B';
!       $phpgw_info['theme']['font']= 'Arial, Helvetica, san-serif';
!       $phpgw_info['theme']['bg01']= 'FBF4D3';
!       $phpgw_info['theme']['bg02']= 'F9EDB3';
!       $phpgw_info['theme']['bg03']= 'F5E28B';
!       $phpgw_info['theme']['bg04']= 'F0D866';
!       $phpgw_info['theme']['bg05']= 'EDCD39';
!       $phpgw_info['theme']['bg06']= 'D5B211';
!       $phpgw_info['theme']['bg07']= 'CCAB12';
!       $phpgw_info['theme']['bg08']= 'C58C13';
!       $phpgw_info['theme']['bg09']= 'B69910';
!       $phpgw_info['theme']['bg10']= 'AC9010';
  
        // Theses are for the calendar only
!       $phpgw_info['theme']['cal_today']= 'FBF1C5';
!       $phpgw_info['theme']['cal_dayview']= 'F9E99F';
  
        // These are for the email only
!       $phpgw_info['theme']['em_folder']= 'EAD688';
!       $phpgw_info['theme']['em_folder_text']= '000000';
  
--- 12,47 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['theme']['bg_color']= 'FBF1C5';
!       $GLOBALS['phpgw_info']['theme']['bg_text']= '000000';
!       $GLOBALS['phpgw_info']['theme']['vlink']= 'blue';
!       $GLOBALS['phpgw_info']['theme']['alink']= 'red';
!       $GLOBALS['phpgw_info']['theme']['link']= 'blue';
!       $GLOBALS['phpgw_info']['theme']['row_on']= 'F7E58F';
!       $GLOBALS['phpgw_info']['theme']['row_off']= 'EAD688';
!       $GLOBALS['phpgw_info']['theme']['row_text']= '000000';
!       $GLOBALS['phpgw_info']['theme']['th_bg']= 'C8A63B';
!       $GLOBALS['phpgw_info']['theme']['th_text']= '000000';
!       $GLOBALS['phpgw_info']['theme']['navbar_bg']= 'F7E58F';
!       $GLOBALS['phpgw_info']['theme']['navbar_text']= '000000';
!       $GLOBALS['phpgw_info']['theme']['table_bg']= 'EAD688';
!       $GLOBALS['phpgw_info']['theme']['table_text']= 'C5AA2B';
!       $GLOBALS['phpgw_info']['theme']['font']= 'Arial, Helvetica, san-serif';
!       $GLOBALS['phpgw_info']['theme']['bg01']= 'FBF4D3';
!       $GLOBALS['phpgw_info']['theme']['bg02']= 'F9EDB3';
!       $GLOBALS['phpgw_info']['theme']['bg03']= 'F5E28B';
!       $GLOBALS['phpgw_info']['theme']['bg04']= 'F0D866';
!       $GLOBALS['phpgw_info']['theme']['bg05']= 'EDCD39';
!       $GLOBALS['phpgw_info']['theme']['bg06']= 'D5B211';
!       $GLOBALS['phpgw_info']['theme']['bg07']= 'CCAB12';
!       $GLOBALS['phpgw_info']['theme']['bg08']= 'C58C13';
!       $GLOBALS['phpgw_info']['theme']['bg09']= 'B69910';
!       $GLOBALS['phpgw_info']['theme']['bg10']= 'AC9010';
  
        // Theses are for the calendar only
!       $GLOBALS['phpgw_info']['theme']['cal_today']= 'FBF1C5';
!       $GLOBALS['phpgw_info']['theme']['cal_dayview']= 'F9E99F';
  
        // These are for the email only
!       $GLOBALS['phpgw_info']['theme']['em_folder']= 'EAD688';
!       $GLOBALS['phpgw_info']['theme']['em_folder_text']= '000000';
  




reply via email to

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