Source File section

File deleted: MyLinux-Packages/samba-vscan-0.3.5.tar.bz2 (Size: 161982, Created: Apr 30 19:26 )
File created: MyLinux-Packages/samba-vscan-0.3.5.tar.bz2 (Size: 161982, Created: Apr 30 2004 )

Usermanager Section

File changed: mylinux-usermanager-0.98/MyLinux-Patches/squirrelmail.patch

8c8
< +                    'center', '#6188A9' )
---
> +                    'center', '#022742' )
18,19c18,19
< +                        'center', '#7A9CBF', 'border="0" width="100%"' ) ,
< +                    'left', '#7A9CBF' )
---
> +                        'center', '#022742', 'border="0" width="100%"' ) ,
> +                    'left', '#022742' )
27c27
< +            '', '#7A9CBF', 'border="0" width="350"' ) . '</center>',
---
> +            '', '#022742', 'border="0" width="350"' ) . '</center>',
31c31
< +'', '#7A9CBF', 'border="0" cellspacing="0" cellpadding="0" width="100%"' );
---
> +'', '#022742', 'border="0" cellspacing="0" cellpadding="0" width="100%"' );

File changed: mylinux-usermanager-0.98/compile-scripts/COMPILE-MYLINUX

1398a1399,1431
> cat << "EOF" > /usr/local/httpd/htdocs/squirrelmail/themes/mylinux_theme.php
> <?php
> 
> /**
>  * mylinux_theme.php
>  *    Name:    myLinux
>  *    Author:  Michael Oberg
>  *    Date:    October 30, 2004
>  *    Comment: This is a theme that is even more blue than Deep Ocean.
>  *
>  * Copyright (c) 2004 Michael Oberg
>  * Licensed under the GNU GPL. For full terms see the file COPYING.
>  */
> 
> global $color;
> $color[0]   = '#6188A9'; // (light gray)     TitleBar
> $color[1]   = '#800000'; // (red)
> $color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
> $color[3]   = '#022742'; // (green-blue)     Left Bar Background
> $color[4]   = '#7A9CBF'; // (white)          Normal Background
> $color[5]   = '#597D9D'; // (light yellow)   Table Headers
> $color[6]   = '#FFFFFF'; // (black)          Text on left bar
> $color[7]   = '#022742'; // (blue)           Links
> $color[8]   = '#000000'; // (black)          Normal text
> $color[9]   = '#587B99'; // (mid-gray)       Darker version of #0
> $color[10]  = '#496E8B'; // (dark gray)      Darker version of #9
> $color[11]  = '#A7C5F3'; // (dark red)       Special Folders color
> $color[12]  = '#7092B4';
> $color[15]  = '#83A1DA'; // (another blue)   Unselectable folders color
> 
> ?>
> EOF
> 

File changed: mylinux-usermanager-0.98/setup/squirrelmail.sh

199a200,201
> $theme[37]['PATH'] = SM_PATH . 'themes/mylinux_theme.php';
> $theme[37]['NAME'] = 'myLinux';
240c242
< chosen_theme=../themes/deepocean_theme.php
---
> chosen_theme=../themes/mylinux_theme.php