Index: branches/5.2.x/core/units/themes/themes_config.php =================================================================== diff -u -N -r14244 -r14572 --- branches/5.2.x/core/units/themes/themes_config.php (.../themes_config.php) (revision 14244) +++ branches/5.2.x/core/units/themes/themes_config.php (.../themes_config.php) (revision 14572) @@ -1,6 +1,6 @@ Array( 'prefixes' => Array('theme', 'theme-file_List'), 'format' => "#theme_status# '#theme_titlefield#' - !la_title_ThemeFiles!", - 'toolbar_buttons' => Array('select', 'cancel', 'prev', 'next', 'view', 'dbl-click'), + 'toolbar_buttons' => Array('select', 'cancel', 'prev', 'next', 'edit', 'delete', 'view', 'dbl-click'), ), 'theme_file_edit' => Array ( @@ -77,7 +77,7 @@ 'edit_status_labels' => Array ('theme-file' => '!la_title_EditingThemeFile!'), 'new_titlefield' => Array ('theme-file' => '!la_title_NewThemeFile!'), 'format' => "#theme_status# '#theme_titlefield#' - #theme-file_status# '#theme-file_titlefield#'", - 'toolbar_buttons' => Array('select', 'cancel', 'reset_edit'), + 'toolbar_buttons' => Array('select', 'cancel', 'reset_edit', 'prev', 'next'), ), 'block_edit' => Array('prefixes' => Array('theme-file'), 'format' => "!la_title_EditingThemeFile! '#theme-file_titlefield#'"),