phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup applications.php,1.20,1.21 index.php,1.11


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup applications.php,1.20,1.21 index.php,1.112,1.113 schematoy.php,1.10,1.11
Date: Sun, 22 Dec 2002 18:08:11 -0500

Update of /cvsroot/phpgroupware/setup
In directory subversions:/tmp/cvs-serv28284/setup

Modified Files:
        applications.php index.php schematoy.php 
Log Message:
fixed a few minor bugs, removed gifs and removed III from everywhere. I think 
its kind of lame to continue calling it setup3

Index: applications.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/applications.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** applications.php    11 Sep 2002 05:39:45 -0000      1.20
--- applications.php    22 Dec 2002 23:08:09 -0000      1.21
***************
*** 364,368 ****
                $setup_tpl->set_var('app_upgrade',lang('Upgrade'));
                $setup_tpl->set_var('app_resolve',lang('Resolve'));
!               $setup_tpl->set_var('check','check.gif');
                $setup_tpl->set_var('install_all',lang('Install All'));
                $setup_tpl->set_var('upgrade_all',lang('Upgrade All'));
--- 364,368 ----
                $setup_tpl->set_var('app_upgrade',lang('Upgrade'));
                $setup_tpl->set_var('app_resolve',lang('Resolve'));
!               $setup_tpl->set_var('check','check.png');
                $setup_tpl->set_var('install_all',lang('Install All'));
                $setup_tpl->set_var('upgrade_all',lang('Upgrade All'));
***************
*** 399,403 ****
                                                {
                                                        // App installed and 
enabled, but some tables are missing
!                                                       
$setup_tpl->set_var('instimg','table.gif');
                                                        
$setup_tpl->set_var('bg_color','FFCCAA');
                                                        
$setup_tpl->set_var('instalt',lang('Not Completed'));
--- 399,403 ----
                                                {
                                                        // App installed and 
enabled, but some tables are missing
!                                                       
$setup_tpl->set_var('instimg','table.png');
                                                        
$setup_tpl->set_var('bg_color','FFCCAA');
                                                        
$setup_tpl->set_var('instalt',lang('Not Completed'));
***************
*** 407,411 ****
                                                else
                                                {
!                                                       
$setup_tpl->set_var('instimg','completed.gif');
                                                        
$setup_tpl->set_var('instalt',lang('Completed'));
                                                        
$setup_tpl->set_var('install','&nbsp;');
--- 407,411 ----
                                                else
                                                {
!                                                       
$setup_tpl->set_var('instimg','completed.png');
                                                        
$setup_tpl->set_var('instalt',lang('Completed'));
                                                        
$setup_tpl->set_var('install','&nbsp;');
***************
*** 430,434 ****
                                                break;
                                        case 'U':
!                                               
$setup_tpl->set_var('instimg','incomplete.gif');
                                                
$setup_tpl->set_var('instalt',lang('Not Completed'));
                                                if (address@hidden'currentver'])
--- 430,434 ----
                                                break;
                                        case 'U':
!                                               
$setup_tpl->set_var('instimg','incomplete.png');
                                                
$setup_tpl->set_var('instalt',lang('Not Completed'));
                                                if (address@hidden'currentver'])
***************
*** 464,468 ****
                                                break;
                                        case 'V':
!                                               
$setup_tpl->set_var('instimg','incomplete.gif');
                                                
$setup_tpl->set_var('instalt',lang('Not Completed'));
                                                
$setup_tpl->set_var('install','&nbsp;');
--- 464,468 ----
                                                break;
                                        case 'V':
!                                               
$setup_tpl->set_var('instimg','incomplete.png');
                                                
$setup_tpl->set_var('instalt',lang('Not Completed'));
                                                
$setup_tpl->set_var('install','&nbsp;');
***************
*** 476,480 ****
                                                $depstring = 
parsedep($value['depends']);
                                                $depstring .= ')';
!                                               
$setup_tpl->set_var('instimg','dep.gif');
                                                
$setup_tpl->set_var('instalt',lang('Dependency Failure'));
                                                
$setup_tpl->set_var('install','&nbsp;');
--- 476,480 ----
                                                $depstring = 
parsedep($value['depends']);
                                                $depstring .= ')';
!                                               
$setup_tpl->set_var('instimg','dep.png');
                                                
$setup_tpl->set_var('instalt',lang('Dependency Failure'));
                                                
$setup_tpl->set_var('install','&nbsp;');
***************
*** 488,492 ****
                                                $depstring = 
parsedep($value['depends']);
                                                $depstring .= ')';
!                                               
$setup_tpl->set_var('instimg','dep.gif');
                                                
$setup_tpl->set_var('instalt',lang('Post-install Dependency Failure'));
                                                
$setup_tpl->set_var('install','&nbsp;');
--- 488,492 ----
                                                $depstring = 
parsedep($value['depends']);
                                                $depstring .= ')';
!                                               
$setup_tpl->set_var('instimg','dep.png');
                                                
$setup_tpl->set_var('instalt',lang('Post-install Dependency Failure'));
                                                
$setup_tpl->set_var('install','&nbsp;');
***************
*** 497,501 ****
                                                break;
                                        default:
!                                               
$setup_tpl->set_var('instimg','incomplete.gif');
                                                
$setup_tpl->set_var('instalt',lang('Not Completed'));
                                                
$setup_tpl->set_var('install','&nbsp;');
--- 497,501 ----
                                                break;
                                        default:
!                                               
$setup_tpl->set_var('instimg','incomplete.png');
                                                
$setup_tpl->set_var('instalt',lang('Not Completed'));
                                                
$setup_tpl->set_var('install','&nbsp;');

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -r1.112 -r1.113
*** index.php   19 Dec 2002 23:33:22 -0000      1.112
--- index.php   22 Dec 2002 23:08:09 -0000      1.113
***************
*** 153,158 ****
        //$GLOBALS['phpgw_setup']->app_status();
        $GLOBALS['phpgw_info']['server']['app_images'] = 
'templates/default/images';
!       $incomplete = $GLOBALS['phpgw_info']['server']['app_images'] . 
'/incomplete.gif';
!       $completed  = $GLOBALS['phpgw_info']['server']['app_images'] . 
'/completed.gif';
  
        $setup_tpl->set_var('img_incomplete',$incomplete);
--- 153,158 ----
        //$GLOBALS['phpgw_setup']->app_status();
        $GLOBALS['phpgw_info']['server']['app_images'] = 
'templates/default/images';
!       $incomplete = $GLOBALS['phpgw_info']['server']['app_images'] . 
'/incomplete.png';
!       $completed  = $GLOBALS['phpgw_info']['server']['app_images'] . 
'/completed.png';
  
        $setup_tpl->set_var('img_incomplete',$incomplete);

Index: schematoy.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/schematoy.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** schematoy.php       11 Aug 2002 23:54:58 -0000      1.10
--- schematoy.php       22 Dec 2002 23:08:09 -0000      1.11
***************
*** 256,260 ****
                                
$GLOBALS['setup_tpl']->set_var('bg_color',$bgcolor[$i]);
  
!                               
$GLOBALS['setup_tpl']->set_var('instimg','completed.gif');
                                
$GLOBALS['setup_tpl']->set_var('instalt',lang('Completed'));
                                
$GLOBALS['setup_tpl']->set_var('install','<input type="checkbox" 
name="install[' . $value['name'] . ']">');
--- 256,260 ----
                                
$GLOBALS['setup_tpl']->set_var('bg_color',$bgcolor[$i]);
  
!                               
$GLOBALS['setup_tpl']->set_var('instimg','completed.png');
                                
$GLOBALS['setup_tpl']->set_var('instalt',lang('Completed'));
                                
$GLOBALS['setup_tpl']->set_var('install','<input type="checkbox" 
name="install[' . $value['name'] . ']">');




reply via email to

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