Index: branches/5.2.x/units/poll_answers/poll_answers_config.php =================================================================== diff -u -N -r14252 -r14581 --- branches/5.2.x/units/poll_answers/poll_answers_config.php (.../poll_answers_config.php) (revision 14252) +++ branches/5.2.x/units/poll_answers/poll_answers_config.php (.../poll_answers_config.php) (revision 14581) @@ -1,6 +1,6 @@ Array ( '' => Array( 'ForcedSorting' => Array('Priority' => 'desc'), - 'Sorting' => Array('Answer' => 'ASC'), + 'Sorting' => Array('Answer' => 'asc'), ) ), @@ -75,9 +75,9 @@ 'module' => 'core', ), 'Fields' => Array ( - 'AnswerId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), - 'Answer' => Array ('title' => 'la_col_Name', 'data_block' => 'grid_priority_td', 'filter_block' => 'grid_like_filter', 'width' => 300, ), - 'Status' => Array ('title' => 'la_col_Status', 'filter_block' => 'grid_options_filter', 'width' => 100, ), + 'AnswerId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), + 'Answer' => Array ('data_block' => 'grid_priority_td', 'filter_block' => 'grid_like_filter', 'width' => 300, ), + 'Status' => Array ('filter_block' => 'grid_options_filter', 'width' => 100, ), 'VotesQty' => Array ('title' => 'la_col_VoteCount', 'filter_block' => 'grid_like_filter', 'width' => 100, ), ),