|
|
@ -430,7 +430,7 @@ class CollectionClass { |
|
|
|
$tabset['view_tab'] = array( |
|
|
|
$tabset['view_tab'] = array( |
|
|
|
// $collection_fieldset = array ( |
|
|
|
// $collection_fieldset = array ( |
|
|
|
'#type' => 'tabpage', |
|
|
|
'#type' => 'tabpage', |
|
|
|
'#title' => t($this->pid), |
|
|
|
'#title' => 'View', |
|
|
|
'#content' => $collection_items |
|
|
|
'#content' => $collection_items |
|
|
|
); |
|
|
|
); |
|
|
|
$tabset['add_tab'] = array( |
|
|
|
$tabset['add_tab'] = array( |
|
|
|