From cbc6794d02b9e59f0cb329167bbb498958747de6 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Fri, 13 Oct 2017 14:27:08 +0800 Subject: [PATCH] MDL-60372 calendar: fix font awesome event type icons --- lib/classes/output/icon_system_fontawesome.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/classes/output/icon_system_fontawesome.php b/lib/classes/output/icon_system_fontawesome.php index b3f326b1a0a..055857a20cc 100644 --- a/lib/classes/output/icon_system_fontawesome.php +++ b/lib/classes/output/icon_system_fontawesome.php @@ -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',