mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02: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:
@@ -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