mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
update
This commit is contained in:
parent
0c22fc3f0b
commit
476c78076c
@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
if ($GLOBALS['appname'])
|
if ($GLOBALS['appname'])
|
||||||
{
|
{
|
||||||
$this->template->set_var('title_categories',lang('%1 Global categories',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
|
$this->template->set_var('title_categories',lang('%1 global categories',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -211,7 +211,7 @@
|
|||||||
(
|
(
|
||||||
'menuaction' => 'admin.uicategories.index',
|
'menuaction' => 'admin.uicategories.index',
|
||||||
'appname' => $GLOBALS['appname']
|
'appname' => $GLOBALS['appname']
|
||||||
));
|
);
|
||||||
|
|
||||||
$GLOBALS['phpgw']->common->phpgw_header();
|
$GLOBALS['phpgw']->common->phpgw_header();
|
||||||
echo parse_navbar();
|
echo parse_navbar();
|
||||||
@ -285,7 +285,7 @@
|
|||||||
(
|
(
|
||||||
'menuaction' => 'admin.uicategories.index',
|
'menuaction' => 'admin.uicategories.index',
|
||||||
'appname' => $GLOBALS['appname']
|
'appname' => $GLOBALS['appname']
|
||||||
));
|
);
|
||||||
|
|
||||||
if (!$this->cat_id)
|
if (!$this->cat_id)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user