Index: branches/5.2.x/core/units/spelling_dictionary/spelling_dictionary_config.php =================================================================== diff -u -N -r14244 -r14585 --- branches/5.2.x/core/units/spelling_dictionary/spelling_dictionary_config.php (.../spelling_dictionary_config.php) (revision 14244) +++ branches/5.2.x/core/units/spelling_dictionary/spelling_dictionary_config.php (.../spelling_dictionary_config.php) (revision 14585) @@ -1,6 +1,6 @@ Array ( 'prefixes' => Array ('spelling-dictionary_List'), 'format' => "!la_title_SpellingDictionary!", - 'toolbar_buttons' => Array ('new_spelling_dictionary', 'edit', 'delete', 'export', 'view', 'dbl-click'), + 'toolbar_buttons' => Array ('new_item', 'edit', 'delete', 'export', 'view', 'dbl-click'), ), 'spelling_dictionary_edit' => Array ( 'prefixes' => Array ('spelling-dictionary'), 'format' => "#spelling-dictionary_status# '#spelling-dictionary_titlefield#'", @@ -55,8 +55,8 @@ 'PermSection' => Array('main' => 'in-portal:spelling_dictionary'), - /* - 'Sections' => Array ( + + /*'Sections' => Array ( 'in-portal:spelling_dictionary' => Array ( 'parent' => 'in-portal:website_setting_folder', 'icon' => 'spelling_dictionary', @@ -66,9 +66,9 @@ 'priority' => 7, 'type' => stTREE, ), - ), - */ + ),*/ + 'ListSQLs' => Array ( '' => ' SELECT %1$s.* %2$s FROM %1$s', ), @@ -89,9 +89,9 @@ 'Default' => Array ( 'Icons' => Array ('default' => 'icon16_spelling_dictionary.gif'), 'Fields' => Array ( - 'SpellingDictionaryId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', ), - 'MisspelledWord' => Array ('title' => 'la_col_MisspelledWord', 'filter_block' => 'grid_like_filter',), - 'SuggestedCorrection' => Array ('title' => 'la_col_SuggestedCorrection', 'filter_block' => 'grid_like_filter',), + 'SpellingDictionaryId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', ), + 'MisspelledWord' => Array ('filter_block' => 'grid_like_filter',), + 'SuggestedCorrection' => Array ('filter_block' => 'grid_like_filter',), ), ), ),