phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.MainMenu_UI.inc.php,1.4,1.5


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.MainMenu_UI.inc.php,1.4,1.5
Date: Thu, 05 Dec 2002 23:56:02 -0500

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv29901/inc

Modified Files:
        class.MainMenu_UI.inc.php 
Log Message:
blockmanager replaces blockconfig.inc.php


Index: class.MainMenu_UI.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.MainMenu_UI.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.MainMenu_UI.inc.php   5 Dec 2002 22:15:00 -0000       1.4
--- class.MainMenu_UI.inc.php   6 Dec 2002 04:56:00 -0000       1.5
***************
*** 37,41 ****
                                                        'lang_check' => 
lang('check here after every upgrade'),
                                                        'lang_editheadfoot' => 
lang('Edit Site Header and Footer'),
!                                                       'lang_managecat' => 
lang('Manage Categories')));
                                $catbo = CreateObject('sitemgr.Categories_BO');
                                if ($catbo->needUpdateCategories())
--- 37,42 ----
                                                        'lang_check' => 
lang('check here after every upgrade'),
                                                        'lang_editheadfoot' => 
lang('Edit Site Header and Footer'),
!                                                       'lang_managecat' => 
lang('Manage Categories'),
!                                                       'lang_manageblocks' => 
lang('Manage Blocks')));
                                $catbo = CreateObject('sitemgr.Categories_BO');
                                if ($catbo->needUpdateCategories())
***************
*** 74,77 ****
--- 75,82 ----
                                        $GLOBALS['phpgw']->link('/index.php',
                                        
'menuaction=sitemgr.Admin_ManageCategories_UI._manageCategories')
+                               );
+                               $this->t->set_var('manageblocks',
+                                       $GLOBALS['phpgw']->link('/index.php',
+                                       
'menuaction=sitemgr.ManageBlocks_UI._manageBlocks')
                                );
                                $this->t->set_var('headerandfooter',





reply via email to

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