Index: branches/5.2.x/core/units/email_events/email_events_config.php =================================================================== diff -u -N -r14572 -r14585 --- branches/5.2.x/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 14572) +++ branches/5.2.x/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 14585) @@ -1,6 +1,6 @@ Array ('prefixes' => Array (), 'format' => '!la_title_SendEmail!'), + 'email_send_form' => Array ('prefixes' => Array (), 'format' => '!la_title_SendEmail!'), 'email_send' => Array ('prefixes' => Array (), 'format' => '!la_title_SendingPreparedEmails!. !la_title_PleaseWait!'), 'email_send_complete' => Array ('prefixes' => Array (), 'format' => '!la_title_SendMailComplete!'), ), @@ -230,12 +230,12 @@ 1 => 'icon16_item.png', ), 'Fields' => Array ( - 'EventId' => Array ('title' => 'la_col_Id', 'filter_block' => 'grid_range_filter', 'width' => 70, ), - 'Description' => Array ( 'title' => 'la_col_Description', 'filter_block' => 'grid_like_filter', 'width' => 250, ), - 'Event' => Array ( 'title' => 'la_col_Event', 'filter_block' => 'grid_like_filter', 'width' => 250, ), - 'Module' => Array ( 'title' => 'la_col_Module', 'filter_block' => 'grid_options_filter', 'width' => 100, ), - 'Type' => Array ( 'title' => 'la_col_Type', 'filter_block' => 'grid_options_filter', 'width' => 120, ), - 'Enabled' => Array ( 'title' => 'la_col_Status', 'filter_block' => 'grid_options_filter', 'width' => 80, ), + 'EventId' => Array ('title' => 'column:la_fld_Id', 'filter_block' => 'grid_range_filter', 'width' => 70, ), + 'Description' => Array ('filter_block' => 'grid_like_filter', 'width' => 250, ), + 'Event' => Array ('filter_block' => 'grid_like_filter', 'width' => 250, ), + 'Module' => Array ('filter_block' => 'grid_options_filter', 'width' => 100, ), + 'Type' => Array ('filter_block' => 'grid_options_filter', 'width' => 120, ), + 'Enabled' => Array ('title' => 'column:la_fld_Status', 'filter_block' => 'grid_options_filter', 'width' => 80, ), ), ), @@ -247,14 +247,14 @@ 1 => 'icon16_item.png', ), 'Fields' => Array ( - 'EventId' => Array ( 'title' => 'la_col_Id', 'filter_block' => 'grid_range_filter', 'width' => 60, ), - 'Event' => Array ( 'title' => 'la_col_Event', 'filter_block' => 'grid_like_filter', 'width' => 250, ), - 'Subject' => Array ( 'title' => 'la_col_Subject', 'filter_block' => 'grid_like_filter', 'no_special' => 0, 'width' => 300, ), - 'Description' => Array ( 'title' => 'la_col_Description', 'filter_block' => 'grid_like_filter', 'width' => 250, ), - 'Type' => Array ( 'title' => 'la_col_Type', 'filter_block' => 'grid_options_filter', 'width' => 60, ), - 'Enabled' => Array ( 'title' => 'la_col_Enabled', 'filter_block' => 'grid_options_filter', 'width' => 70, ), - 'Module' => Array ( 'title' => 'la_col_Module', 'filter_block' => 'grid_options_filter', 'width' => 100, ), - 'FrontEndOnly' => Array ('title' => 'la_col_FrontEndOnly', 'filter_block' => 'grid_options_filter', 'width' => 120, 'hidden' => 1), + 'EventId' => Array ('title' => 'column:la_fld_Id', 'filter_block' => 'grid_range_filter', 'width' => 60, ), + 'Event' => Array ('filter_block' => 'grid_like_filter', 'width' => 250, ), + 'Subject' => Array ('filter_block' => 'grid_like_filter', 'no_special' => 0, 'width' => 300, ), + 'Description' => Array ('filter_block' => 'grid_like_filter', 'width' => 250, ), + 'Type' => Array ('filter_block' => 'grid_options_filter', 'width' => 60, ), + 'Enabled' => Array ('filter_block' => 'grid_options_filter', 'width' => 70, ), + 'Module' => Array ('filter_block' => 'grid_options_filter', 'width' => 100, ), + 'FrontEndOnly' => Array ('filter_block' => 'grid_options_filter', 'width' => 120, 'hidden' => 1), ), ), ),