mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
added global cats
This commit is contained in:
parent
b464dd7249
commit
82b727df35
@ -214,7 +214,12 @@
|
|||||||
{
|
{
|
||||||
$s .= ' selected';
|
$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;
|
return $s;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user