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'), Index: branches/RC/core/units/categories/categories_config.php =================================================================== diff -u -N -r11546 -r11574 --- branches/RC/core/units/categories/categories_config.php (.../categories_config.php) (revision 11546) +++ branches/RC/core/units/categories/categories_config.php (.../categories_config.php) (revision 11574) @@ -93,7 +93,10 @@ 'categories_edit' => Array ('prefixes' => Array ('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_General!"), 'categories_properties' => Array ('prefixes' => Array ('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_Properties!"), 'categories_relations' => Array ('prefixes' => Array ('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_Relations!"), - 'categories_related_searches' => Array ('prefixes' => Array ('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_RelatedSearches!"), + 'categories_related_searches' => Array ( + 'prefixes' => Array ('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_RelatedSearches!", + 'toolbar_buttons' => Array ('new_related_search', 'edit', 'delete', 'move_up', 'move_down', 'approve', 'decline', 'view'), + ), 'categories_images' => Array ('prefixes' => Array ('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_Images!"), 'categories_permissions' => Array ('prefixes' => Array ('c', 'g_List'), 'format' => "#c_status# '#c_titlefield#' - !la_title_Permissions!"), 'categories_custom' => Array ('prefixes' => Array ('c'), 'format' => "#c_status# '#c_titlefield#' - !la_title_Custom!"), @@ -312,7 +315,7 @@ CONCAT(FilePath, "/", TRIM(TRAILING ".tpl" FROM FileName)) AS Value FROM ' . TABLE_PREFIX . 'ThemeFiles AS tf LEFT JOIN ' . TABLE_PREFIX . 'Theme AS t ON t.ThemeId = tf.ThemeId - WHERE (t.Enabled = 1) AND (tf.FileName NOT LIKE "%%.elm.tpl") AND (tf.FilePath = "/designs")', + WHERE (t.Enabled = 1) AND (tf.FileName NOT LIKE "%%.elm.tpl") AND (tf.FileName NOT LIKE "%%.des.tpl") AND (tf.FilePath = "/designs")', 'option_key_field' => 'Value', 'option_title_field' => 'Title', /*'required' => 1,*/ 'default' => null ),