Index: branches/5.1.x/units/articles/articles_config.php =================================================================== diff -u -N -r13580 -r13634 --- branches/5.1.x/units/articles/articles_config.php (.../articles_config.php) (revision 13580) +++ branches/5.1.x/units/articles/articles_config.php (.../articles_config.php) (revision 13634) @@ -1,6 +1,6 @@ 'NEWS', 'PermTabText' => 'In-News', - 'PermSection' => Array ('main' => 'CATEGORY:in-news:articles_list', 'search' => 'in-news:configuration_search', 'email' => 'in-news:configuration_email', 'custom' => 'in-news:configuration_custom'), + 'PermSection' => Array ('main' => 'CATEGORY:in-news:articles_list', 'search' => 'in-news:configuration_search', 'custom' => 'in-news:configuration_custom'), 'Sections' => Array ( /*'in-news' => Array ( @@ -272,23 +272,13 @@ 'type' => stTREE, ), - 'in-news:configuration_email' => Array ( - 'parent' => 'in-news:setting_folder', - 'icon' => 'core:conf_email', - 'label' => 'la_tab_ConfigE-mail', - 'url' => Array ('t' => 'config/config_email', 'pass_section' => true, 'pass' => 'm'), - 'permissions' => Array ('view', 'edit'), - 'priority' => 3, - 'type' => stTREE, - ), - 'in-news:configuration_custom' => Array ( 'parent' => 'in-news:setting_folder', 'icon' => 'core:conf_customfields', 'label' => 'la_tab_ConfigCustom', 'url' => Array ('t' => 'custom_fields/custom_fields_list', 'cf_type' => 2, 'pass_section' => true, 'pass' => 'm,cf'), 'permissions' => Array ('view', 'add', 'edit', 'delete'), - 'priority' => 4, + 'priority' => 3, 'type' => stTREE, ),