| | |
| | | 'add-response' => 'edit_response.inc', |
| | | 'save-response' => 'edit_response.inc', |
| | | 'delete-response' => 'responses.inc', |
| | | 'upload-display' => 'upload.inc', |
| | | )); |
| | | |
| | | |
| | |
| | | $sections[$idx]['blocks'] = $data['blocks']; |
| | | } |
| | | |
| | | $data = $RCMAIL->plugins->exec_hook('preferences_section_header', |
| | | array('section' => $sect['id'], 'header' => '', 'current' => $current)); |
| | | |
| | | if(!empty($data['header'])) { |
| | | $sections[$idx]['header'] = $data['header']; |
| | | } |
| | | |
| | | return array($sections, $plugin['cols']); |
| | | } |
| | | |
| | |
| | | array('command' => 'preferences', 'type' => 'link', 'label' => 'preferences', 'title' => 'editpreferences'), |
| | | array('command' => 'folders', 'type' => 'link', 'label' => 'folders', 'title' => 'managefolders'), |
| | | array('command' => 'identities', 'type' => 'link', 'label' => 'identities', 'title' => 'manageidentities'), |
| | | array('command' => 'responses', 'type' => 'link', 'label' => 'responses', 'title' => 'editresponses'), |
| | | array('command' => 'responses', 'type' => 'link', 'label' => 'responses', 'title' => 'manageresponses'), |
| | | ); |
| | | |
| | | // get all identites from DB and define list of cols to be displayed |