Index: branches/RC/core/units/thesaurus/thesaurus_config.php =================================================================== diff -u -r11892 -r11902 --- branches/RC/core/units/thesaurus/thesaurus_config.php (.../thesaurus_config.php) (revision 11892) +++ branches/RC/core/units/thesaurus/thesaurus_config.php (.../thesaurus_config.php) (revision 11902) @@ -1,6 +1,6 @@ Array ('thesaurus' => '!la_title_EditingThesaurus!'), ), - 'thesaurus_list' => Array ('prefixes' => Array ('thesaurus_List'), 'format' => "!la_title_Thesaurus!"), - 'thesaurus_edit' => Array ('prefixes' => Array ('thesaurus'), 'format' => "#thesaurus_status# '#thesaurus_titlefield#'"), + 'thesaurus_list' => Array ( + 'prefixes' => Array ('thesaurus_List'), 'format' => "!la_title_Thesaurus!", + 'toolbar_buttons' => Array ('new_item', 'edit', 'delete', 'export', 'view', 'dbl-click'), + ), + + 'thesaurus_edit' => Array ( + 'prefixes' => Array ('thesaurus'), 'format' => "#thesaurus_status# '#thesaurus_titlefield#'", + 'toolbar_buttons' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), + ), ), 'PermSection' => Array('main' => 'in-portal:thesaurus'),