mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
convert buttons without background_image attribute to et2-button-icon with name="<image-spec>" library="egw"
This commit is contained in:
parent
95f68a4b3d
commit
7876fbf710
@ -333,6 +333,7 @@ function send_template()
|
|||||||
{
|
{
|
||||||
$attrs['name'] = $attrs['image'];
|
$attrs['name'] = $attrs['image'];
|
||||||
unset($attrs['image']);
|
unset($attrs['image']);
|
||||||
|
$attrs['library'] = 'egw';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
unset($attrs['background_image']);
|
unset($attrs['background_image']);
|
||||||
|
Loading…
Reference in New Issue
Block a user