| | |
| | | $liste["name"] = "mail_whitelist"; |
| | | |
| | | // Database table |
| | | $liste["table"] = "mail_whitelist"; |
| | | $liste["table"] = "mail_access"; |
| | | |
| | | // Index index field of the database table |
| | | $liste["table_idx"] = "whitelist_id"; |
| | | $liste["table_idx"] = "access_id"; |
| | | |
| | | // Search Field Prefix |
| | | $liste["search_prefix"] = "search_"; |
| | |
| | | 'prefix' => "", |
| | | 'suffix' => "", |
| | | 'width' => "", |
| | | 'value' => array('1' => "Yes",'0' => "No")); |
| | | 'value' => array('y' => "Yes",'n' => "No")); |
| | | |
| | | |
| | | $liste["item"][] = array( 'field' => "server_id", |
| | |
| | | 'width' => "", |
| | | 'value' => ""); |
| | | |
| | | $liste["item"][] = array( 'field' => "address", |
| | | |
| | | $liste["item"][] = array( 'field' => "source", |
| | | 'datatype' => "VARCHAR", |
| | | 'formtype' => "TEXT", |
| | | 'op' => "like", |
| | |
| | | 'width' => "", |
| | | 'value' => ""); |
| | | |
| | | $liste["item"][] = array( 'field' => "recipient", |
| | | $liste["item"][] = array( 'field' => "type", |
| | | 'datatype' => "VARCHAR", |
| | | 'formtype' => "TEXT", |
| | | 'op' => "like", |
| | | 'prefix' => "%", |
| | | 'suffix' => "%", |
| | | 'formtype' => "SELECT", |
| | | 'op' => "=", |
| | | 'prefix' => "", |
| | | 'suffix' => "", |
| | | 'width' => "", |
| | | 'value' => ""); |
| | | 'value' => array('recipient' => 'Recipient', 'sender' => 'Sender', 'client' => 'Client')); |
| | | |
| | | |
| | | ?> |