Index: trunk/core/units/email_events/email_events_config.php =================================================================== diff -u -N -r2108 -r3348 --- trunk/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 2108) +++ trunk/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 3348) @@ -73,10 +73,11 @@ 'Default' => Array( 'Icons' => Array('default'=>'icon16_custom.gif'), 'Fields' => Array( - 'Description' => Array( 'title'=>'la_col_Description', 'data_block' => 'label_grid_checkbox_td'), - 'Module' => Array( 'title'=>'la_col_Module' ), - 'Type' => Array( 'title'=>'la_col_Type' ), - 'Enabled' => Array( 'title'=>'la_col_Status' ), + 'Description' => Array( 'title'=>'la_col_Description', 'data_block' => 'label_grid_checkbox_td'), + 'Event' => Array( 'title'=>'la_col_Event'), + 'Module' => Array( 'title'=>'la_col_Module'), + 'Type' => Array( 'title'=>'la_col_Type'), + 'Enabled' => Array( 'title'=>'la_col_Status'), ), ), Index: trunk/kernel/units/email_events/email_events_config.php =================================================================== diff -u -N -r2108 -r3348 --- trunk/kernel/units/email_events/email_events_config.php (.../email_events_config.php) (revision 2108) +++ trunk/kernel/units/email_events/email_events_config.php (.../email_events_config.php) (revision 3348) @@ -73,10 +73,11 @@ 'Default' => Array( 'Icons' => Array('default'=>'icon16_custom.gif'), 'Fields' => Array( - 'Description' => Array( 'title'=>'la_col_Description', 'data_block' => 'label_grid_checkbox_td'), - 'Module' => Array( 'title'=>'la_col_Module' ), - 'Type' => Array( 'title'=>'la_col_Type' ), - 'Enabled' => Array( 'title'=>'la_col_Status' ), + 'Description' => Array( 'title'=>'la_col_Description', 'data_block' => 'label_grid_checkbox_td'), + 'Event' => Array( 'title'=>'la_col_Event'), + 'Module' => Array( 'title'=>'la_col_Module'), + 'Type' => Array( 'title'=>'la_col_Type'), + 'Enabled' => Array( 'title'=>'la_col_Status'), ), ),