mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
let egw search for the right image type
This commit is contained in:
parent
e74021fc3c
commit
582961ea47
@ -163,7 +163,7 @@
|
||||
{
|
||||
$image_width = 30;
|
||||
}
|
||||
$this->p->set_var('link_field_data','<a href="'.$this->$param.'"><img src="'.$GLOBALS['phpgw']->common->image('phpgwapi',$param.'.button.gif').'" border="0" width="'.$image_width.'" height="15" alt="'.lang($param).'"></a>');
|
||||
$this->p->set_var('link_field_data','<a href="'.$this->$param.'"><img src="'.$GLOBALS['phpgw']->common->image('phpgwapi',$param.'.button').'" border="0" width="'.$image_width.'" height="15" alt="'.lang($param).'"></a>');
|
||||
$this->p->parse('control_link','link_field',True);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user