chg: [templates] House cleaning
parent
80a8062ba8
commit
aecf8df4f4
|
@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
||||||
'data' => [
|
'data' => [
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
'top_bar' => [
|
'top_bar' => [
|
||||||
'pull' => 'right',
|
|
||||||
'children' => [
|
'children' => [
|
||||||
[
|
[
|
||||||
'type' => 'simple',
|
'type' => 'simple',
|
||||||
|
|
|
@ -6,7 +6,6 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
||||||
},
|
},
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
'top_bar' => [
|
'top_bar' => [
|
||||||
'pull' => 'right',
|
|
||||||
'children' => [
|
'children' => [
|
||||||
[
|
[
|
||||||
'type' => 'simple',
|
'type' => 'simple',
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
'field' => 'position'
|
'field' => 'position'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'metaFields' => empty($metaFields) ? [] : $metaFields,
|
'metaTemplates' => empty($metaTemplates) ? [] : $metaTemplates,
|
||||||
'submit' => array(
|
'submit' => array(
|
||||||
'action' => $this->request->getParam('action')
|
'action' => $this->request->getParam('action')
|
||||||
)
|
)
|
||||||
|
|
|
@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
||||||
'data' => [
|
'data' => [
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
'top_bar' => [
|
'top_bar' => [
|
||||||
'pull' => 'right',
|
|
||||||
'children' => [
|
'children' => [
|
||||||
[
|
[
|
||||||
'type' => 'simple',
|
'type' => 'simple',
|
||||||
|
|
|
@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
||||||
'data' => [
|
'data' => [
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
'top_bar' => [
|
'top_bar' => [
|
||||||
'pull' => 'right',
|
|
||||||
'children' => [
|
'children' => [
|
||||||
[
|
[
|
||||||
'type' => 'search',
|
'type' => 'search',
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
'field' => 'type'
|
'field' => 'type'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
// 'metaFields' => empty($metaFields) ? [] : $metaFields,
|
|
||||||
'metaTemplates' => empty($metaTemplates) ? [] : $metaTemplates,
|
'metaTemplates' => empty($metaTemplates) ? [] : $metaTemplates,
|
||||||
'submit' => array(
|
'submit' => array(
|
||||||
'action' => $this->request->getParam('action')
|
'action' => $this->request->getParam('action')
|
||||||
|
|
|
@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
||||||
'data' => [
|
'data' => [
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
'top_bar' => [
|
'top_bar' => [
|
||||||
'pull' => 'right',
|
|
||||||
'children' => [
|
'children' => [
|
||||||
[
|
[
|
||||||
'type' => 'simple',
|
'type' => 'simple',
|
||||||
|
|
|
@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
||||||
'data' => [
|
'data' => [
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
'top_bar' => [
|
'top_bar' => [
|
||||||
'pull' => 'right',
|
|
||||||
'children' => [
|
'children' => [
|
||||||
[
|
[
|
||||||
'type' => 'simple',
|
'type' => 'simple',
|
||||||
|
|
|
@ -3,7 +3,6 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
||||||
'data' => [
|
'data' => [
|
||||||
'data' => $data,
|
'data' => $data,
|
||||||
'top_bar' => [
|
'top_bar' => [
|
||||||
'pull' => 'right',
|
|
||||||
'children' => [
|
'children' => [
|
||||||
[
|
[
|
||||||
'type' => 'simple',
|
'type' => 'simple',
|
||||||
|
|
|
@ -4,7 +4,6 @@ echo $this->element('genericElements/IndexTable/index_table', [
|
||||||
'data' => $sharing_group_orgs,
|
'data' => $sharing_group_orgs,
|
||||||
'skip_pagination' => 1,
|
'skip_pagination' => 1,
|
||||||
'top_bar' => [
|
'top_bar' => [
|
||||||
'pull' => 'right',
|
|
||||||
'children' => [
|
'children' => [
|
||||||
[
|
[
|
||||||
'type' => 'simple',
|
'type' => 'simple',
|
||||||
|
|
Loading…
Reference in New Issue