MDL-60372 calendar: fix font awesome event type icons

This commit is contained in:
Simey Lameze 2017-10-13 14:27:08 +08:00
parent 9644c0e87a
commit cbc6794d02

View File

@ -203,8 +203,8 @@ class icon_system_fontawesome extends icon_system_font {
'core:i/completion_self' => 'fa-user-o',
'core:i/dashboard' => 'fa-tachometer',
'core:i/lock' => 'fa-lock',
'core:i/categoryevent' => 'fa-users',
'core:i/courseevent' => 'fa-calendar',
'core:i/categoryevent' => 'fa-cubes',
'core:i/courseevent' => 'fa-university',
'core:i/db' => 'fa-database',
'core:i/delete' => 'fa-trash',
'core:i/down' => 'fa-arrow-down',
@ -284,7 +284,7 @@ class icon_system_fontawesome extends icon_system_font {
'core:i/search' => 'fa-search',
'core:i/settings' => 'fa-cog',
'core:i/show' => 'fa-eye-slash',
'core:i/siteevent' => 'fa-share-alt',
'core:i/siteevent' => 'fa-globe',
'core:i/star-rating' => 'fa-star',
'core:i/stats' => 'fa-line-chart',
'core:i/switch' => 'fa-exchange',