phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware login.php,1.80,1.81


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware login.php,1.80,1.81
Date: Fri, 31 May 2002 14:13:09 -0400

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

Modified Files:
        login.php 
Log Message:
fixed design to allow for backwards compatibility

Index: login.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/login.php,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -r1.80 -r1.81
*** login.php   31 May 2002 08:29:19 -0000      1.80
--- login.php   31 May 2002 18:13:07 -0000      1.81
***************
*** 41,50 ****
        if ($GLOBALS['phpgw_info']['server']['deny_all_logins'])
        {
!               
$GLOBALS['phpgw']->template->set_block('phpgw','phpgw_main_basic','phpgw_main');
                
$GLOBALS['phpgw']->template->set_block('login','login_form_deny','login_form');
                $GLOBALS['phpgw']->template->set_var('template_set','default');
                
$GLOBALS['phpgw']->template->set_var('phpgw_head_tags','<script><!-- if 
(window!= top) top.location.href=location.href// --></script>');
                $GLOBALS['phpgw']->template->fp('phpgw_body','login_form');
!               $GLOBALS['phpgw']->template->pfp('out','phpgw_main');
                exit;
        }
--- 41,52 ----
        if ($GLOBALS['phpgw_info']['server']['deny_all_logins'])
        {
!               
$GLOBALS['phpgw']->template->set_block('phpgw','phpgw_main_basic_start','phpgw_main_start');
!               
$GLOBALS['phpgw']->template->set_block('phpgw','phpgw_main_basic_end','phpgw_main_end');
                
$GLOBALS['phpgw']->template->set_block('login','login_form_deny','login_form');
                $GLOBALS['phpgw']->template->set_var('template_set','default');
                
$GLOBALS['phpgw']->template->set_var('phpgw_head_tags','<script><!-- if 
(window!= top) top.location.href=location.href// --></script>');
                $GLOBALS['phpgw']->template->fp('phpgw_body','login_form');
!               $GLOBALS['phpgw']->template->pfp('out','phpgw_main_start');
!               $GLOBALS['phpgw']->template->pfp('out','phpgw_main_end');
                exit;
        }
***************
*** 233,237 ****
        $GLOBALS['phpgw']->common->msgbox('', False,'phpgw_login_msgbox');
        
!       
$GLOBALS['phpgw']->template->set_block('phpgw','phpgw_main_basic','phpgw_main');
        
$GLOBALS['phpgw']->template->set_var('phpgw_head_charset',lang('charset'));
        
$GLOBALS['phpgw']->template->set_var('phpgw_head_description','phpGroupWare - 
Login Page');
--- 235,240 ----
        $GLOBALS['phpgw']->common->msgbox('', False,'phpgw_login_msgbox');
        
!       
$GLOBALS['phpgw']->template->set_block('phpgw','phpgw_main_basic_start','phpgw_main_start');
!       
$GLOBALS['phpgw']->template->set_block('phpgw','phpgw_main_basic_end','phpgw_main_end');
        
$GLOBALS['phpgw']->template->set_var('phpgw_head_charset',lang('charset'));
        
$GLOBALS['phpgw']->template->set_var('phpgw_head_description','phpGroupWare - 
Login Page');
***************
*** 252,255 ****
        
$GLOBALS['phpgw']->template->set_var('template_set',$GLOBALS['phpgw_info']['login_template_set']);
        $GLOBALS['phpgw']->template->fp('phpgw_body','login_form');
!       $GLOBALS['phpgw']->template->pfp('out','phpgw_main');
  ?>
--- 255,259 ----
        
$GLOBALS['phpgw']->template->set_var('template_set',$GLOBALS['phpgw_info']['login_template_set']);
        $GLOBALS['phpgw']->template->fp('phpgw_body','login_form');
!       $GLOBALS['phpgw']->template->pfp('out','phpgw_main_start');
!       $GLOBALS['phpgw']->template->pfp('out','phpgw_main_end');
  ?>




reply via email to

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