From ff7ad038aa0151aa44a0de61579e1937115b4b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Wed, 29 Jul 2020 17:52:59 +0100 Subject: [PATCH] Unify contact icons to FontAwesome --- www/common/application_config_internal.js | 2 +- www/common/common-ui-elements.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 50249baa8..3185f2e29 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -113,7 +113,7 @@ define(function() { poll: 'cptools-poll', whiteboard: 'cptools-whiteboard', todo: 'cptools-todo', - contacts: 'cptools-contacts', + contacts: 'fa-address-book', kanban: 'cptools-kanban', oodoc: 'fa-file-word-o', ooslide: 'fa-file-powerpoint-o', diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index fc514ef3b..06509bf89 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2438,7 +2438,7 @@ define([ attributes: { 'target': '_blank', 'href': origin+'/contacts/', - 'class': 'cptools cptools-contacts' + 'class': 'fa fa-address-book' }, content: h('span', Messages.type.contacts) });