mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
update
This commit is contained in:
parent
0c22fc3f0b
commit
476c78076c
@ -113,7 +113,7 @@
|
||||
|
||||
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
|
||||
{
|
||||
@ -211,7 +211,7 @@
|
||||
(
|
||||
'menuaction' => 'admin.uicategories.index',
|
||||
'appname' => $GLOBALS['appname']
|
||||
));
|
||||
);
|
||||
|
||||
$GLOBALS['phpgw']->common->phpgw_header();
|
||||
echo parse_navbar();
|
||||
@ -285,7 +285,7 @@
|
||||
(
|
||||
'menuaction' => 'admin.uicategories.index',
|
||||
'appname' => $GLOBALS['appname']
|
||||
));
|
||||
);
|
||||
|
||||
if (!$this->cat_id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user