phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.3,1.4


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.3,1.4 class.uicategories.inc.php,1.9,1.10
Date: Fri, 24 May 2002 06:38:06 -0400

Update of /cvsroot/phpgroupware/preferences/inc
In directory subversions:/tmp/cvs-serv16807/preferences/inc

Modified Files:
        class.uiaclprefs.inc.php class.uicategories.inc.php 
Log Message:
made changes to the loading of the header, navbar, appheader, and footers

Index: class.uiaclprefs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uiaclprefs.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.uiaclprefs.inc.php    1 May 2002 15:12:11 -0000       1.3
--- class.uiaclprefs.inc.php    24 May 2002 10:38:03 -0000      1.4
***************
*** 195,199 ****
  
                        $GLOBALS['phpgw']->common->phpgw_header();
-                       echo parse_navbar();
  
                        $this->template = 
CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir($acl_app));
--- 195,198 ----

Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uicategories.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.uicategories.inc.php  29 Apr 2002 22:25:02 -0000      1.9
--- class.uicategories.inc.php  24 May 2002 10:38:03 -0000      1.10
***************
*** 104,108 ****
  
                        $GLOBALS['phpgw']->common->phpgw_header();
-                       echo parse_navbar();
  
                        $this->t->set_file(array('cat_list_t'   => 
'listcats.tpl',
--- 104,107 ----
***************
*** 275,279 ****
  
                        $GLOBALS['phpgw']->common->phpgw_header();
-                       echo parse_navbar();
  
                        $new_parent      = get_var('new_parent',Array('POST'));
--- 274,277 ----
***************
*** 388,392 ****
  
                        $GLOBALS['phpgw']->common->phpgw_header();
-                       echo parse_navbar();
  
                        $new_parent      = get_var('new_parent',Array('POST'));
--- 386,389 ----
***************
*** 537,541 ****
  
                                $GLOBALS['phpgw']->common->phpgw_header();
-                               echo parse_navbar();
  
                                $this->t->set_var('deleteheader',lang('Are you 
sure you want to delete this category ?'));
--- 534,537 ----




reply via email to

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