This commit is contained in:
ceb 2002-03-13 17:03:49 +00:00
parent 0c22fc3f0b
commit 476c78076c

View File

@ -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)
{