mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
update img path
This commit is contained in:
parent
eafc493ef3
commit
1f178214ba
@ -424,7 +424,7 @@
|
||||
}
|
||||
if ($cats[$i]['owner'] == '-1')
|
||||
{
|
||||
$s .= '<' . lang('Global') . ' ' . $GLOBALS['phpgw_info']['apps'][$this->app_name]['title'] . '>';
|
||||
$s .= '<' . lang('Global') . ' ' . lang($this->app_name) . '>';
|
||||
}
|
||||
|
||||
$s .= '</option>' . "\n";
|
||||
@ -446,12 +446,12 @@
|
||||
|
||||
if (in_array($cats[$i]['id'],$selected))
|
||||
{
|
||||
$image_set = '<img src="' . PHPGW_IMAGES_DIR . '/roter_pfeil.gif">';
|
||||
$image_set = '<img src="' . $GLOBALS['phpgw']->common->image('phpgwapi','roter_pfeil') . '">';
|
||||
}
|
||||
|
||||
if (($cats[$i]['level'] == 0) && !in_array($cats[$i]['id'],$selected))
|
||||
{
|
||||
$image_set = '<img src="' . PHPGW_IMAGES_DIR . '/grauer_pfeil.gif">';
|
||||
$image_set = '<img src="' . $GLOBALS['phpgw']->common->image('phpgwapi','grauer_pfeil') . '">';
|
||||
}
|
||||
|
||||
$space_set = str_repeat($space,$cats[$i]['level']);
|
||||
|
Loading…
Reference in New Issue
Block a user