mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
added global cats
This commit is contained in:
parent
b464dd7249
commit
82b727df35
@ -214,7 +214,12 @@
|
||||
{
|
||||
$s .= ' selected';
|
||||
}
|
||||
$s .= '>' . $phpgw->strip_html($this->db->f('cat_name')) . '</option>';
|
||||
$s .= '>' . $phpgw->strip_html($this->db->f('cat_name'));
|
||||
if ($this->db->f('cat_appname') == 'phpgw')
|
||||
{
|
||||
$s .= '<' . lang('Global') . '>';
|
||||
}
|
||||
$s .= '</option>';
|
||||
}
|
||||
return $s;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user