Commit a37c6ac3 authored by bmortier's avatar bmortier
Browse files

Merge branch '6331-use-replacement-icons-for-the-one-now-in-the-plugins' into 'dev'

Resolve "Use replacement icons for the one now in the plugins"

See merge request fusiondirectory/fd!1074
Showing with 2 additions and 2 deletions
+2 -2
...@@ -117,7 +117,7 @@ class user extends simplePlugin ...@@ -117,7 +117,7 @@ class user extends simplePlugin
], ],
'contact' => [ 'contact' => [
'name' => _('Organizational contact information'), 'name' => _('Organizational contact information'),
'icon' => 'geticon.php?context=types&icon=contact&size=16', 'icon' => 'geticon.php?context=types&icon=user&size=16',
'attrs' => [ 'attrs' => [
new StringAttribute( new StringAttribute(
_('Location'), _('Location'), _('Location'), _('Location'),
...@@ -183,7 +183,7 @@ class user extends simplePlugin ...@@ -183,7 +183,7 @@ class user extends simplePlugin
], ],
'homecontact' => [ 'homecontact' => [
'name' => _('Personal contact information'), 'name' => _('Personal contact information'),
'icon' => 'geticon.php?context=types&icon=contact&size=16', 'icon' => 'geticon.php?context=types&icon=user&size=16',
'attrs' => [ 'attrs' => [
new StringAttribute( new StringAttribute(
_('Display name'), _('Name this user should appear as. Used by Exchange.'), _('Display name'), _('Name this user should appear as. Used by Exchange.'),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment