diff --git a/app/templates/ExternalIdentities/fields.inc b/app/templates/ExternalIdentities/fields.inc index d72a344cb..ad8018d42 100644 --- a/app/templates/ExternalIdentities/fields.inc +++ b/app/templates/ExternalIdentities/fields.inc @@ -143,14 +143,12 @@ $addMenuLinks = [ [ 'controller' => 'names', 'action' => 'add', - 'icon' => 'account_box', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'account_box' ], [ 'controller' => 'email_addresses', 'action' => 'add', - 'icon' => 'email', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'email' ], [ 'controller' => 'identifiers', @@ -160,14 +158,12 @@ $addMenuLinks = [ [ 'controller' => 'ad_hoc_attributes', 'action' => 'add', - 'icon' => 'user_attributes', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'user_attributes' ], [ 'controller' => 'addresses', 'action' => 'add', - 'icon' => 'contact_mail', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'contact_mail' ], [ 'controller' => 'history_records', @@ -177,8 +173,7 @@ $addMenuLinks = [ [ 'controller' => 'pronouns', 'action' => 'add', - 'icon' => '3p', - 'iconClass' => 'material-symbols-outlined' + 'icon' => '3p' ], [ 'controller' => 'telephone_numbers', diff --git a/app/templates/ExternalIdentityRoles/fields.inc b/app/templates/ExternalIdentityRoles/fields.inc index 5a896db02..d29c61676 100644 --- a/app/templates/ExternalIdentityRoles/fields.inc +++ b/app/templates/ExternalIdentityRoles/fields.inc @@ -64,14 +64,12 @@ $addMenuLinks = [ [ 'controller' => 'ad_hoc_attributes', 'action' => 'add', - 'icon' => 'user_attributes', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'user_attributes' ], [ 'controller' => 'addresses', 'action' => 'add', - 'icon' => 'contact_mail', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'contact_mail' ], [ 'controller' => 'telephone_numbers', diff --git a/app/templates/People/fields.inc b/app/templates/People/fields.inc index dcd8074e9..6fadfae8a 100644 --- a/app/templates/People/fields.inc +++ b/app/templates/People/fields.inc @@ -140,7 +140,6 @@ $topLinks = [ ], [ 'icon' => 'notifications', - 'iconClass' => 'material-symbols-outlined', 'order' => 'Default', 'label' => __d('controller', 'Notifications', [99]), 'link' => [ @@ -168,7 +167,6 @@ $topLinks = [ ], [ 'icon' => 'badge', - 'iconClass' => 'material-symbols-outlined', 'order' => 'Default', 'label' => __d('operation', 'identifiers.assign'), 'link' => [ @@ -193,13 +191,11 @@ $addMenuLinks = [ 'controller' => 'names', 'action' => 'add', 'icon' => 'account_box', - 'iconClass' => 'material-symbols-outlined' ], [ 'controller' => 'email_addresses', 'action' => 'add', - 'icon' => 'email', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'email' ], [ 'controller' => 'identifiers', @@ -209,20 +205,17 @@ $addMenuLinks = [ [ 'controller' => 'ad_hoc_attributes', 'action' => 'add', - 'icon' => 'user_attributes', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'user_attributes' ], [ 'controller' => 'addresses', 'action' => 'add', - 'icon' => 'contact_mail', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'contact_mail' ], [ 'controller' => 'pronouns', 'action' => 'add', - 'icon' => '3p', - 'iconClass' => 'material-symbols-outlined' + 'icon' => '3p' ], [ 'controller' => 'telephone_numbers', diff --git a/app/templates/PersonRoles/fields.inc b/app/templates/PersonRoles/fields.inc index 68b50d1c3..a46ed0683 100644 --- a/app/templates/PersonRoles/fields.inc +++ b/app/templates/PersonRoles/fields.inc @@ -89,14 +89,12 @@ $addMenuLinks = [ [ 'controller' => 'ad_hoc_attributes', 'action' => 'add', - 'icon' => 'user_attributes', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'user_attributes' ], [ 'controller' => 'addresses', 'action' => 'add', - 'icon' => 'contact_mail', - 'iconClass' => 'material-symbols-outlined' + 'icon' => 'contact_mail' ], [ 'controller' => 'telephone_numbers', diff --git a/app/templates/Petitions/columns.inc b/app/templates/Petitions/columns.inc index 2022518a2..3346bcd19 100644 --- a/app/templates/Petitions/columns.inc +++ b/app/templates/Petitions/columns.inc @@ -86,7 +86,6 @@ $rowActions = [ 'action' => 'view', 'class' => '', 'icon' => 'visibility', - 'iconClass' => 'material-symbols-outlined', 'label' => __d('operation', 'view') ], [ diff --git a/app/templates/element/menuAction.php b/app/templates/element/menuAction.php index ac95229d1..1120dcca7 100644 --- a/app/templates/element/menuAction.php +++ b/app/templates/element/menuAction.php @@ -87,7 +87,7 @@ class=""> > -