| | |
| | | 'width' => 100, // Tab width |
| | | 'template' => "templates/support_message_edit.htm", // Template file name |
| | | 'fields' => array ( |
| | | ################################## |
| | | # Begin Datatable fields |
| | | ################################## |
| | | //################################# |
| | | // Begin Datatable fields |
| | | //################################# |
| | | 'recipient_id' => array ( |
| | | 'datatype' => 'INTEGER', |
| | | 'formtype' => 'SELECT', |
| | |
| | | 'width' => '30', |
| | | 'maxlength' => '30' |
| | | ), |
| | | ################################## |
| | | # ENDE Datatable fields |
| | | ################################## |
| | | //################################# |
| | | // ENDE Datatable fields |
| | | //################################# |
| | | ) |
| | | ); |
| | | |