phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.setup.inc.php,1.15.2.3,1.15.2


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup.inc.php,1.15.2.3,1.15.2.4 class.setup_html.inc.php,1.7.2.1,1.7.2.2
Date: Tue, 27 May 2003 22:46:33 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv1751/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.setup.inc.php class.setup_html.inc.php 
Log Message:
full css support for setup

Index: class.setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup.inc.php,v
retrieving revision 1.15.2.3
retrieving revision 1.15.2.4
diff -C2 -r1.15.2.3 -r1.15.2.4
*** class.setup.inc.php 28 Apr 2003 08:24:45 -0000      1.15.2.3
--- class.setup.inc.php 28 May 2003 02:46:31 -0000      1.15.2.4
***************
*** 70,74 ****
                function auth($auth_type='Config')
                {
!                       $remoteip     = $GLOBALS['REMOTE_ADDR'];
  
                        $FormLogout   = get_var('FormLogout',  
array('GET','POST'));
--- 70,74 ----
                function auth($auth_type='Config')
                {
!                       $remoteip     = $_SERVER['REMOTE_ADDR'];
  
                        $FormLogout   = get_var('FormLogout',  
array('GET','POST'));

Index: class.setup_html.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup_html.inc.php,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -r1.7.2.1 -r1.7.2.2
*** class.setup_html.inc.php    27 Mar 2003 00:00:39 -0000      1.7.2.1
--- class.setup_html.inc.php    28 May 2003 02:46:31 -0000      1.7.2.2
***************
*** 76,79 ****
--- 76,87 ----
                {
                        
$GLOBALS['setup_tpl']->set_var('lang_charset',lang('charset'));
+                       $style = array('th_bg'          => '#486591',
+                                       'th_text'       => '#FFFFFF',
+                                       'row_on'        => '#DDDDDD',
+                                       'row_off'       => '#EEEEEE',
+                                       'banner_bg'     => '#4865F1',
+                                       'msg'           => '#FF0000',
+                                       );
+                       $GLOBALS['setup_tpl']->set_var($style);
                        if ($nologoutbutton)
                        {





reply via email to

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