phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/themes purple.theme,1.2.4.1,1.2.4.2 ye


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/themes purple.theme,1.2.4.1,1.2.4.2 yellows.theme,1.2,1.2.4.1
Date: Mon, 10 Mar 2003 17:47:23 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        purple.theme yellows.theme 
Log Message:
skwashd's navbar-patch, was not useing the navbar_text value

Index: purple.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/Attic/purple.theme,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.2
diff -C2 -r1.2.4.1 -r1.2.4.2
*** purple.theme        17 May 2002 12:44:17 -0000      1.2.4.1
--- purple.theme        10 Mar 2003 22:47:21 -0000      1.2.4.2
***************
*** 1,47 ****
! <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $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';
--- 1,47 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $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']  = '#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']      = '#666699';
!       $phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

Index: yellows.theme
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/themes/Attic/yellows.theme,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -r1.2 -r1.2.4.1
*** yellows.theme       8 May 2001 08:48:12 -0000       1.2
--- yellows.theme       10 Mar 2003 22:47:21 -0000      1.2.4.1
***************
*** 1,47 ****
! <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $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';
! 
--- 1,47 ----
! <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $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']= '#003366';
!       $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';
! 





reply via email to

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