fixes #1854 use new icons

After updating fontello I put the right icons as on the mockup for core and system
This commit is contained in:
Willy "Linty
2023-12-12 17:29:57 +01:00
parent b33d4edecb
commit c0e7e9c87f
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ if (is_webmaster())
switch ($rows['object_id'])
{
case ACTIVITY_SYSTEM_CORE:
$object_icon = 'icon-heart';
$object_icon = 'icon-piwigo';
$object = l10n('Core');
switch ($rows['action'])

View File

@@ -24,7 +24,7 @@ function line_constructor(line){
// Display Username
'System' == line.username
? new_line.find('.icon_user').addClass('icon-wrench')
? new_line.find('.icon_user').addClass('icon-robot-head')
: new_line.find('.icon_user').addClass(color_icons[line.user_id % 5]).html(initial_user);
new_line.find('.text_username').text(line.username).attr('title', line.username);