mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
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:
@@ -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'])
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user