phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/idots head.inc.php,1.1.2.1,1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/idots head.inc.php,1.1.2.1,1.1.2.2 navbar.inc.php,1.1.2.3,1.1.2.4
Date: Sat, 19 Apr 2003 17:10:36 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/idots
In directory subversions:/tmp/cvs-serv17853/idots

Modified Files:
      Tag: Version-0_9_16-branch
        head.inc.php navbar.inc.php 
Log Message:
updated app-header


Index: head.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idots/Attic/head.inc.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** head.inc.php        18 Apr 2003 14:35:29 -0000      1.1.2.1
--- head.inc.php        19 Apr 2003 21:10:04 -0000      1.1.2.2
***************
*** 12,16 ****
        /* $Id$ */
  
!       $app_css = '';
        if(@isset($GLOBALS['HTTP_GET_VARS']['menuaction']))
        {
--- 12,16 ----
        /* $Id$ */
  
!       $app_css = $java_script = '';
        if(@isset($GLOBALS['HTTP_GET_VARS']['menuaction']))
        {
***************
*** 20,23 ****
--- 20,35 ----
                        $app_css = $GLOBALS[$class]->css();
                }
+               if(is_array($GLOBALS[$class]->public_functions) && 
$GLOBALS[$class]->public_functions['java_script'])
+               {
+                       $java_script = $GLOBALS[$class]->java_script();
+               }
+       }
+       if (isset($GLOBALS['phpgw_info']['flags']['css']))
+       {
+               $app_css .= $GLOBALS['phpgw_info']['flags']['css'];
+       }
+       if (isset($GLOBALS['phpgw_info']['flags']['java_script']))
+       {
+               $java_script .= $GLOBALS['phpgw_info']['flags']['java_script'];
        }
  
***************
*** 47,51 ****
                'body_tags'             => $bodyheader,
                'theme_css'             => $theme_css,
!               'app_css'               => $app_css
        );
        $tpl->set_var($var);
--- 59,64 ----
                'body_tags'             => $bodyheader,
                'theme_css'             => $theme_css,
!               'app_css'               => $app_css,
!               'java_script'   => $java_script
        );
        $tpl->set_var($var);

Index: navbar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idots/Attic/navbar.inc.php,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** navbar.inc.php      18 Apr 2003 19:27:56 -0000      1.1.2.3
--- navbar.inc.php      19 Apr 2003 21:10:04 -0000      1.1.2.4
***************
*** 69,73 ****
                        $var['app_titles'] = $app_titles;
                }
- 
                if (isset($GLOBALS['phpgw_info']['flags']['app_header']))
                {
--- 69,72 ----





reply via email to

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