Go to the source code of this file.
Namespaces | |
| namespace | CLUSR |
Variables | |
| $conf_def ['config_code'] = 'CLMSG' | |
| $conf_def ['config_file'] = 'CLMSG.conf.php' | |
| $conf_def ['config_name'] = 'Internal messaging system' | |
| $conf_def ['config_class'] = 'kernel' | |
| $conf_def ['section']['main']['label'] = 'Main settings' | |
| $conf_def ['section']['main']['properties'] | |
| $conf_def_property_list ['messagePerPage'] | |
| $conf_def_property_list ['mailNotification'] | |
| $conf_def['section']['main']['properties'] |
array (
'messagePerPage',
'mailNotification'
)
Definition at line 31 of file CLMSG.def.conf.inc.php.
| $conf_def['section']['main']['label'] = 'Main settings' |
Definition at line 29 of file CLMSG.def.conf.inc.php.
| $conf_def['config_class'] = 'kernel' |
Definition at line 25 of file CLMSG.def.conf.inc.php.
| $conf_def['config_name'] = 'Internal messaging system' |
Definition at line 24 of file CLMSG.def.conf.inc.php.
| $conf_def['config_file'] = 'CLMSG.conf.php' |
Definition at line 23 of file CLMSG.def.conf.inc.php.
| $conf_def['config_code'] = 'CLMSG' |
Definition at line 22 of file CLMSG.def.conf.inc.php.
| $conf_def_property_list['mailNotification'] |
array ( 'label' => 'Enable Email notification' , 'default' => TRUE , 'type' => 'boolean' , 'acceptedValue' => array('TRUE'=>'Yes', 'FALSE' => 'No') , 'display' => TRUE , 'readonly' => FALSE )
Definition at line 50 of file CLMSG.def.conf.inc.php.
| $conf_def_property_list['messagePerPage'] |
array ( 'label' => 'Number of message per page' , 'default' => '15' , 'unit' => 'messages' , 'type' => 'integer' , 'acceptedValue' => array ('min'=>'5') , 'display' => TRUE , 'readonly' => FALSE )
Definition at line 39 of file CLMSG.def.conf.inc.php.
1.6.3