phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup applications.php,1.21.2.10,1.21.2.11


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] setup applications.php,1.21.2.10,1.21.2.11
Date: Mon, 24 Nov 2003 21:58:37 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        applications.php 
Log Message:
more css fixes


Index: applications.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/applications.php,v
retrieving revision 1.21.2.10
retrieving revision 1.21.2.11
diff -C2 -d -r1.21.2.10 -r1.21.2.11
*** applications.php    28 Oct 2003 01:26:47 -0000      1.21.2.10
--- applications.php    24 Nov 2003 21:58:35 -0000      1.21.2.11
***************
*** 20,24 ****
        */
  
-       $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'noheader' => True,
--- 20,23 ----
***************
*** 42,46 ****
  
        $tpl_root = $GLOBALS['phpgw_setup']->html->setup_tpl_dir('setup');
!       $setup_tpl = CreateObject('setup.Template',$tpl_root);
        $setup_tpl->set_file(array(
                'T_head' => 'head.tpl',
--- 41,45 ----
  
        $tpl_root = $GLOBALS['phpgw_setup']->html->setup_tpl_dir('setup');
!       $setup_tpl = CreateObject('phpgwapi.Template',$tpl_root);
        $setup_tpl->set_file(array(
                'T_head' => 'head.tpl',
***************
*** 410,414 ****
                                                        // 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'));
                                                        
$setup_tpl->set_var('resolution','<a href="applications.php?resolve=' . 
$value['name'] . '&badinstall=True">' . lang('Potential Problem') . '</a>');
--- 409,413 ----
                                                        // App installed and 
enabled, but some tables are missing
                                                        
$setup_tpl->set_var('instimg','table.png');
!                                                       
$setup_tpl->set_var('bg_color','row_err_table');
                                                        
$setup_tpl->set_var('instalt',lang('Not Completed'));
                                                        
$setup_tpl->set_var('resolution','<a href="applications.php?resolve=' . 
$value['name'] . '&badinstall=True">' . lang('Potential Problem') . '</a>');
***************
*** 431,435 ****
                                                                        
$notables = '&notables=True';
                                                                }
!                                                               
$setup_tpl->set_var('bg_color','CCCCFF');
                                                                
$setup_tpl->set_var('resolution',
                                                                        '<a 
href="applications.php?resolve=' . $value['name'] .  $notables . '">' . 
lang('Possible Reasons') . '</a>'
--- 430,434 ----
                                                                        
$notables = '&notables=True';
                                                                }
!                                                               
$setup_tpl->set_var('bg_color','row_err_gen');
                                                                
$setup_tpl->set_var('resolution',
                                                                        '<a 
href="applications.php?resolve=' . $value['name'] .  $notables . '">' . 
lang('Possible Reasons') . '</a>'
***************
*** 457,461 ****
                                                                $status = 
lang('Requires upgrade') . ' - ' . $value['status'];
                                                        }
!                                                       
$setup_tpl->set_var('bg_color','CCFFCC');
                                                        
$setup_tpl->set_var('install','<input type="checkbox" name="install[' . 
$value['name'] . ']">');
                                                        
$setup_tpl->set_var('upgrade','&nbsp;');
--- 456,460 ----
                                                                $status = 
lang('Requires upgrade') . ' - ' . $value['status'];
                                                        }
!                                                       
$setup_tpl->set_var('bg_color','row_install');
                                                        
$setup_tpl->set_var('install','<input type="checkbox" name="install[' . 
$value['name'] . ']">');
                                                        
$setup_tpl->set_var('upgrade','&nbsp;');
***************
*** 464,468 ****
                                                else
                                                {
!                                                       
$setup_tpl->set_var('bg_color','CCCCFF');
                                                        
$setup_tpl->set_var('install','&nbsp;');
                                                        // TODO display some 
info about breakage if you mess with this app
--- 463,467 ----
                                                else
                                                {
!                                                       
$setup_tpl->set_var('bg_color','row_upgrade');
                                                        
$setup_tpl->set_var('install','&nbsp;');
                                                        // TODO display some 
info about breakage if you mess with this app





reply via email to

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