chg: [indexes] Added `select all` option for some tables
parent
845ba2bfc9
commit
b6b4310da4
|
@ -61,6 +61,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
|||
],
|
||||
'title' => __('Broods Index'),
|
||||
'description' => __('Cerebrate can connect to other Cerebrate instances to exchange trust information and to instrument interconnectivity between connected local tools. Each such Cerebrate instance with its connected tools is considered to be a brood.'),
|
||||
'includeAllPagination' => true,
|
||||
'pull' => 'right',
|
||||
'actions' => [
|
||||
[
|
||||
|
|
|
@ -78,6 +78,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
|||
],
|
||||
'title' => __('ContactDB Individuals Index'),
|
||||
'description' => __('A list of individuals known by your Cerebrate instance. This list can get populated either directly, by adding new individuals or by fetching them from trusted remote sources. Additionally, users created for the platform will always have an individual identity.'),
|
||||
'includeAllPagination' => true,
|
||||
'actions' => [
|
||||
[
|
||||
'url' => '/individuals/view',
|
||||
|
|
|
@ -169,6 +169,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
|||
],
|
||||
'title' => __('Meta Field Templates'),
|
||||
'description' => __('The various templates used to enrich certain objects by a set of standardised fields.'),
|
||||
'includeAllPagination' => true,
|
||||
'actions' => [
|
||||
[
|
||||
'url' => '/metaTemplates/view',
|
||||
|
|
|
@ -62,6 +62,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
|||
],
|
||||
'title' => __('Organisation Groups Index'),
|
||||
'description' => __('OrgGroups are an administrative concept, multiple organisations can belong to a grouping that allows common management by so called "GroupAdmins". This helps grouping organisations by sector, country or other commonalities into co-managed sub-communities.'),
|
||||
'includeAllPagination' => true,
|
||||
'actions' => [
|
||||
[
|
||||
'url' => '/orgGroups/view',
|
||||
|
|
|
@ -97,6 +97,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
|||
],
|
||||
'title' => __('ContactDB Organisation Index'),
|
||||
'description' => __('A list of organisations known by your Cerebrate instance. This list can get populated either directly, by adding new organisations or by fetching them from trusted remote sources.'),
|
||||
'includeAllPagination' => true,
|
||||
'actions' => [
|
||||
[
|
||||
'url' => '/organisations/view',
|
||||
|
|
|
@ -77,6 +77,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
|||
],
|
||||
'title' => __('Roles Index'),
|
||||
'description' => __('A list of configurable user roles. Create or modify user access roles based on the settings below.'),
|
||||
'includeAllPagination' => true,
|
||||
'pull' => 'right',
|
||||
'actions' => [
|
||||
[
|
||||
|
|
|
@ -57,6 +57,7 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
|||
],
|
||||
'title' => __('Sharing Groups Index'),
|
||||
'description' => __('Sharing groups are distribution lists usable by tools that can exchange information with a list of trusted partners. Create recurring or ad hoc sharing groups and share them with the members of the sharing group.'),
|
||||
'includeAllPagination' => true,
|
||||
'pull' => 'right',
|
||||
'actions' => [
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue