phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.189,1.190 cl


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.189,1.190 class.help.inc.php,1.4,1.5
Date: Fri, 03 Jan 2003 19:12:01 -0500

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

Modified Files:
        class.common.inc.php class.help.inc.php 
Log Message:
update

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.189
retrieving revision 1.190
diff -C2 -r1.189 -r1.190
*** class.common.inc.php        30 Nov 2002 02:02:32 -0000      1.189
--- class.common.inc.php        4 Jan 2003 00:11:58 -0000       1.190
***************
*** 1257,1261 ****
                                }
  
!                               if ($app != 'home' && $app != 'preferences' && 
$app != 'about' && $app != 'logout' && $app != 'help')
                                {
                                        $var['applications'][] = array
--- 1257,1261 ----
                                }
  
!                               if ($app != 'home' && $app != 'preferences' && 
$app != 'about' && $app != 'logout' && $app != 'help' && $app != 'manual')
                                {
                                        $var['applications'][] = array
***************
*** 1267,1271 ****
                                                'name'                  => 
str_replace('-','_',$app),
                                                'statustext'    => 
$data['title'],
!                                               'css'                   => 
$app_css 
                                        );
  
--- 1267,1271 ----
                                                'name'                  => 
str_replace('-','_',$app),
                                                'statustext'    => 
$data['title'],
!                                               'css'                   => 
$app_css
                                        );
  
***************
*** 1318,1322 ****
  
                        $menuaction     = get_var('menuaction',Array('GET'));
-                       $xslt_app       = get_var('xslt_app',Array('GET'));
  
                        if ($menuaction && 
$GLOBALS['phpgw_info']['flags']['xslt_app'])
--- 1318,1321 ----

Index: class.help.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.help.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.help.inc.php  23 Dec 2002 00:57:08 -0000      1.4
--- class.help.inc.php  4 Jan 2003 00:11:58 -0000       1.5
***************
*** 185,191 ****
                        }
  
                        $this->output['help_values'][] = array
                        (
!                               'img'                   => 
$GLOBALS['phpgw']->common->image($this->app_name,'navbar','',True),
                                'title'                 => $this->title,
                                'lang_version'  => lang('version'),
--- 185,200 ----
                        }
  
+                       if ($this->app_name == 'manual')
+                       {
+                               $logo_img = 
$GLOBALS['phpgw']->common->image('phpgwapi','logo','',True);
+                       }
+                       else
+                       {
+                               $logo_img = 
$GLOBALS['phpgw']->common->image($this->app_name,'navbar','',True);
+                       }
+ 
                        $this->output['help_values'][] = array
                        (
!                               'img'                   => $logo_img,
                                'title'                 => $this->title,
                                'lang_version'  => lang('version'),





reply via email to

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