diff --git a/templates/AuthKeys/index.php b/templates/AuthKeys/index.php index c11d4e4..f4dcf07 100644 --- a/templates/AuthKeys/index.php +++ b/templates/AuthKeys/index.php @@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'data' => [ 'data' => $data, 'top_bar' => [ - 'pull' => 'right', 'children' => [ [ 'type' => 'simple', diff --git a/templates/EncryptionKeys/index.php b/templates/EncryptionKeys/index.php index 7e2dc28..bc8178b 100644 --- a/templates/EncryptionKeys/index.php +++ b/templates/EncryptionKeys/index.php @@ -6,7 +6,6 @@ echo $this->element('genericElements/IndexTable/index_table', [ }, 'data' => $data, 'top_bar' => [ - 'pull' => 'right', 'children' => [ [ 'type' => 'simple', diff --git a/templates/Individuals/add.php b/templates/Individuals/add.php index 10f67b5..1941ad3 100644 --- a/templates/Individuals/add.php +++ b/templates/Individuals/add.php @@ -22,7 +22,7 @@ 'field' => 'position' ) ), - 'metaFields' => empty($metaFields) ? [] : $metaFields, + 'metaTemplates' => empty($metaTemplates) ? [] : $metaTemplates, 'submit' => array( 'action' => $this->request->getParam('action') ) diff --git a/templates/Individuals/index.php b/templates/Individuals/index.php index 249314c..d5b72d8 100644 --- a/templates/Individuals/index.php +++ b/templates/Individuals/index.php @@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'data' => [ 'data' => $data, 'top_bar' => [ - 'pull' => 'right', 'children' => [ [ 'type' => 'simple', diff --git a/templates/MetaTemplateFields/index.php b/templates/MetaTemplateFields/index.php index 7e88292..6cadf15 100644 --- a/templates/MetaTemplateFields/index.php +++ b/templates/MetaTemplateFields/index.php @@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'data' => [ 'data' => $data, 'top_bar' => [ - 'pull' => 'right', 'children' => [ [ 'type' => 'search', diff --git a/templates/Organisations/add.php b/templates/Organisations/add.php index 654e367..987809e 100644 --- a/templates/Organisations/add.php +++ b/templates/Organisations/add.php @@ -29,7 +29,6 @@ 'field' => 'type' ) ), - // 'metaFields' => empty($metaFields) ? [] : $metaFields, 'metaTemplates' => empty($metaTemplates) ? [] : $metaTemplates, 'submit' => array( 'action' => $this->request->getParam('action') diff --git a/templates/Organisations/index.php b/templates/Organisations/index.php index 3870899..d19cc49 100644 --- a/templates/Organisations/index.php +++ b/templates/Organisations/index.php @@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'data' => [ 'data' => $data, 'top_bar' => [ - 'pull' => 'right', 'children' => [ [ 'type' => 'simple', diff --git a/templates/Roles/index.php b/templates/Roles/index.php index 40c0039..4f45807 100644 --- a/templates/Roles/index.php +++ b/templates/Roles/index.php @@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'data' => [ 'data' => $data, 'top_bar' => [ - 'pull' => 'right', 'children' => [ [ 'type' => 'simple', diff --git a/templates/SharingGroups/index.php b/templates/SharingGroups/index.php index f862aff..070624a 100644 --- a/templates/SharingGroups/index.php +++ b/templates/SharingGroups/index.php @@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'data' => [ 'data' => $data, 'top_bar' => [ - 'pull' => 'right', 'children' => [ [ 'type' => 'simple', diff --git a/templates/SharingGroups/list_orgs.php b/templates/SharingGroups/list_orgs.php index 0862276..c7bbe23 100644 --- a/templates/SharingGroups/list_orgs.php +++ b/templates/SharingGroups/list_orgs.php @@ -4,7 +4,6 @@ echo $this->element('genericElements/IndexTable/index_table', [ 'data' => $sharing_group_orgs, 'skip_pagination' => 1, 'top_bar' => [ - 'pull' => 'right', 'children' => [ [ 'type' => 'simple',