Index: branches/RC/core/units/modules/modules_config.php =================================================================== diff -u -N -r11538 -r11561 --- branches/RC/core/units/modules/modules_config.php (.../modules_config.php) (revision 11538) +++ branches/RC/core/units/modules/modules_config.php (.../modules_config.php) (revision 11561) @@ -19,11 +19,13 @@ 'StatusField' => Array('Loaded'), 'TitlePresets' => Array( - 'module_list' => Array( 'prefixes' => Array('mod_List'), 'format' => "!la_title_Module_Status!"), + 'module_list' => Array ( + 'prefixes' => Array ('mod_List'), 'format' => "!la_title_Module_Status!", + 'toolbar_buttons' => Array ('approve', 'decline', 'view'), + ), + 'tree_modules' => Array('format' => '!la_section_overview!'), + ), - 'tree_modules' => Array('format' => '!la_section_overview!'), - ), - 'PermSection' => Array('main' => 'in-portal:mod_status'), 'Sections' => Array( Index: branches/RC/core/units/spelling_dictionary/spelling_dictionary_config.php =================================================================== diff -u -N -r11538 -r11561 --- branches/RC/core/units/spelling_dictionary/spelling_dictionary_config.php (.../spelling_dictionary_config.php) (revision 11538) +++ branches/RC/core/units/spelling_dictionary/spelling_dictionary_config.php (.../spelling_dictionary_config.php) (revision 11561) @@ -28,8 +28,14 @@ 'edit_status_labels' => Array ('spelling-dictionary' => '!la_title_EditingSpellingDictionary!'), ), - 'spelling_dictionary_list' => Array ('prefixes' => Array ('spelling-dictionary_List'), 'format' => "!la_title_SpellingDictionary!"), - 'spelling_dictionary_edit' => Array ('prefixes' => Array ('spelling-dictionary'), 'format' => "#spelling-dictionary_status# '#spelling-dictionary_titlefield#'"), + 'spelling_dictionary_list' => Array ( + 'prefixes' => Array ('spelling-dictionary_List'), 'format' => "!la_title_SpellingDictionary!", + 'toolbar_buttons' => Array ('new_spelling_dictionary', 'edit', 'delete', 'export', 'view'), + ), + 'spelling_dictionary_edit' => Array ( + 'prefixes' => Array ('spelling-dictionary'), 'format' => "#spelling-dictionary_status# '#spelling-dictionary_titlefield#'", + 'toolbar_buttons' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), + ), ), 'PermSection' => Array('main' => 'in-portal:spelling_dictionary'),