mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Change new favourite icon from new to add
This commit is contained in:
parent
e2f82ca985
commit
4c058ffc5f
@ -95,7 +95,7 @@ class Favorites
|
||||
|
||||
// If were're here, the app supports favorites, so add a 'Add' link too
|
||||
$html .= "<li data-id='add' class='ui-menu-item' role='menuitem'><a href='javascript:app.$app.add_favorite()' class='ui-corner-all'>";
|
||||
$html .= Api\Html::image($app, 'new') . lang('Add current'). '</a></li>';
|
||||
$html .= Api\Html::image($app, 'add') . lang('Add current') . '</a></li>';
|
||||
|
||||
$html .= '</ul></span>';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user