$contactsRefLink = GLM_MEMBERS_CONTACTS_PLUGIN_ADMIN_URL . '?page=glm-members-admin-menu-member&glm_action=index';
$content = [
'title' => 'Contacts',
+ 'widgetButtons' => [
+ [
+ 'id' => 'add-event',
+ 'content' => 'Add',
+ 'url' => $contactsIndexPage . "&option=create",
+ 'classes' => '',
+ 'styles' => '',
+ 'data' => ''
+ ],
+ [
+ 'id' => 'export-button',
+ 'content' => 'Export',
+ 'url' => '#',
+ 'classes' => 'btn-small widget-export-btn waves-effect waves-light btn modal-trigger',
+ 'styles' => '',
+ 'data' => 'contacts'
+ ],
+ ],
'components' => [
[
'id' => 'quickLinks',
]
],
],
- [
- 'id' => 'topButtons',
- 'order' => 0,
- 'template' => 'buttons',
- 'buttons' => [
- 'add-event' => [
- 'content' => 'Add',
- 'url' => $contactsIndexPage . "&option=create",
- 'classes' => '',
- 'styles' => '',
- 'data' => ''
- ],
- 'export-button' => [
- 'content' => 'Export',
- 'url' => '#',
- 'classes' => 'btn-small widget-export-btn waves-effect waves-light btn modal-trigger',
- 'styles' => '',
- 'data' => 'contacts'
- ],
- ],
- ],
+
[
'id' => 'entityAmount',
'title' => 'Number of Contacts',