[Top][All Lists]
[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);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: sitemgr/inc class.Outline_UI.inc.php,1.2,1.3,
Michael Totschnig <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: sitemgr/templates/default manage_outline.tpl,1.1,1.2
- Next by Date:
[Phpgroupware-cvs] CVS: news_admin/inc class.boadmin.inc.php,1.8.2.2.2.1,1.8.2.2.2.2 class.bonews.inc.php,1.1.2.1,1.1.2.1.2.1 class.soadmin.inc.php,1.6.2.3.2.1,1.6.2.3.2.2 class.sonews.inc.php,1.1.2.1.2.2,1.1.2.1.2.3 class.uiadmin.inc.php,1.12.2.4.2.1,1.12.2.4.2.2 class.uinews.inc.php,1.10.2.6.2.1,1.10.2.6.2.2
- Previous by thread:
[Phpgroupware-cvs] CVS: sitemgr/templates/default manage_outline.tpl,1.1,1.2
- Next by thread:
[Phpgroupware-cvs] CVS: news_admin/inc class.boadmin.inc.php,1.8.2.2.2.1,1.8.2.2.2.2 class.bonews.inc.php,1.1.2.1,1.1.2.1.2.1 class.soadmin.inc.php,1.6.2.3.2.1,1.6.2.3.2.2 class.sonews.inc.php,1.1.2.1.2.2,1.1.2.1.2.3 class.uiadmin.inc.php,1.12.2.4.2.1,1.12.2.4.2.2 class.uinews.inc.php,1.10.2.6.2.1,1.10.2.6.2.2
- Index(es):