Index: branches/RC/core/units/stop_words/stop_words_config.php =================================================================== diff -u -N -r11546 -r11574 --- branches/RC/core/units/stop_words/stop_words_config.php (.../stop_words_config.php) (revision 11546) +++ branches/RC/core/units/stop_words/stop_words_config.php (.../stop_words_config.php) (revision 11574) @@ -28,8 +28,15 @@ 'edit_status_labels' => Array ('stop-word' => '!la_title_EditingStopWord!'), ), - 'stop_word_list' => Array ('prefixes' => Array ('stop-word_List'), 'format' => "!la_title_StopWords!"), - 'stop_word_edit' => Array ('prefixes' => Array ('stop-word'), 'format' => "#stop-word_status# '#stop-word_titlefield#'"), + 'stop_word_list' => Array ( + 'prefixes' => Array ('stop-word_List'), 'format' => "!la_title_StopWords!", + 'toolbar_buttons' => Array ('new_item', 'edit', 'delete', 'view'), + ), + + 'stop_word_edit' => Array ( + 'prefixes' => Array ('stop-word'), 'format' => "#stop-word_status# '#stop-word_titlefield#'", + 'toolbar_buttons' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), + ), ), 'PermSection' => Array('main' => 'in-portal:stop_words'),