phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.Outline_UI.inc.php,1.2,1.3


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Outline_UI.inc.php,1.2,1.3
Date: Sat, 31 May 2003 00:39:46 -0400

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

Modified Files:
        class.Outline_UI.inc.php 
Log Message:
do not mix up cats and pages


Index: class.Outline_UI.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Outline_UI.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.Outline_UI.inc.php    30 May 2003 21:30:35 -0000      1.2
--- class.Outline_UI.inc.php    31 May 2003 04:39:44 -0000      1.3
***************
*** 79,91 ****
                                        $link_data['page_id'] = $page_id;
                                        $link_data['menuaction'] = 
"sitemgr.Pages_UI.edit";
!                                       $this->t->set_var('edit','<a 
target="editwindow" href="' . $GLOBALS['phpgw']->link('/index.php',$link_data) .
                                                '">' . lang('Edit page') . 
'</a>'
                                        );
                                        $link_data['menuaction'] = 
"sitemgr.Content_UI.manage";
!                                       $this->t->set_var('content','<a href="' 
. $GLOBALS['phpgw']->link('/index.php',$link_data) .
                                                '">' . lang('Manage page 
specific content') . '</a>'
                                        );
                                        $link_data['menuaction'] = 
"sitemgr.Pages_UI.delete";
!                                       $this->t->set_var('remove','<a href="' 
. $GLOBALS['phpgw']->link('/index.php',$link_data) .
                                                '">' . lang('Delete page') . 
'</a>'
                                        );
--- 79,91 ----
                                        $link_data['page_id'] = $page_id;
                                        $link_data['menuaction'] = 
"sitemgr.Pages_UI.edit";
!                                       $this->t->set_var('editpage','<a 
target="editwindow" href="' . $GLOBALS['phpgw']->link('/index.php',$link_data) .
                                                '">' . lang('Edit page') . 
'</a>'
                                        );
                                        $link_data['menuaction'] = 
"sitemgr.Content_UI.manage";
!                                       $this->t->set_var('pagecontent','<a 
href="' . $GLOBALS['phpgw']->link('/index.php',$link_data) .
                                                '">' . lang('Manage page 
specific content') . '</a>'
                                        );
                                        $link_data['menuaction'] = 
"sitemgr.Pages_UI.delete";
!                                       $this->t->set_var('deletepage','<a 
href="' . $GLOBALS['phpgw']->link('/index.php',$link_data) .
                                                '">' . lang('Delete page') . 
'</a>'
                                        );
***************
*** 101,108 ****
                                {
                                        $link_data['menuaction'] = 
"sitemgr.Categories_UI.edit";
!                                       $this->t->set_var('edit','<a 
target="editwindow" href="' . $GLOBALS['phpgw']->link('/index.php',$link_data) .
                                                '">' . lang('Edit category') . 
'</a>');
                                        $link_data['menuaction'] = 
"sitemgr.Categories_UI.delete";
!                                       $this->t->set_var('remove','<a href="' 
. $GLOBALS['phpgw']->link('/index.php',$link_data) .
                                                '">'  . lang('Delete category') 
. '</a>');
                                        $link_data['menuaction'] = 
"sitemgr.Modules_UI.manage";
--- 101,108 ----
                                {
                                        $link_data['menuaction'] = 
"sitemgr.Categories_UI.edit";
!                                       $this->t->set_var('editcat','<a 
target="editwindow" href="' . $GLOBALS['phpgw']->link('/index.php',$link_data) .
                                                '">' . lang('Edit category') . 
'</a>');
                                        $link_data['menuaction'] = 
"sitemgr.Categories_UI.delete";
!                                       $this->t->set_var('deletecat','<a 
href="' . $GLOBALS['phpgw']->link('/index.php',$link_data) .
                                                '">'  . lang('Delete category') 
. '</a>');
                                        $link_data['menuaction'] = 
"sitemgr.Modules_UI.manage";
***************
*** 115,119 ****
                                        '">' . lang('Add page to category') . 
'</a>');
                                $link_data['menuaction'] = 
"sitemgr.Content_UI.manage";
!                               $this->t->set_var('content','<a href="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) .
                                        '">' . lang('Manage category wide 
content') . '</a>');
                                $this->t->parse('CBlock', 'CategoryBlock', 
true); 
--- 115,119 ----
                                        '">' . lang('Add page to category') . 
'</a>');
                                $link_data['menuaction'] = 
"sitemgr.Content_UI.manage";
!                               $this->t->set_var('catcontent','<a href="' . 
$GLOBALS['phpgw']->link('/index.php',$link_data) .
                                        '">' . lang('Manage category wide 
content') . '</a>');
                                $this->t->parse('CBlock', 'CategoryBlock', 
true); 





reply via email to

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