Index: branches/RC/core/admin_templates/reviews/reviews.tpl =================================================================== diff -u -r11096 -r11099 --- branches/RC/core/admin_templates/reviews/reviews.tpl (.../reviews.tpl) (revision 11096) +++ branches/RC/core/admin_templates/reviews/reviews.tpl (.../reviews.tpl) (revision 11099) @@ -40,7 +40,7 @@ } } - var $Catalog = new Catalog('', 'reviews_', 0); + var $Catalog = new Catalog('', 'reviews_', 0); var a_toolbar = new ToolBar(); a_toolbar.AddButton( new ToolBarButton('edit', '', edit) ); @@ -84,7 +84,7 @@ var $prev_action = $kf.action; $kf.action = '' . replace('#PREFIX#', $Catalog.ActivePrefix); - std_edit_temp_item($Catalog.ActivePrefix, 'in-portal/reviews/review_direct_edit'); + std_edit_temp_item($Catalog.ActivePrefix, 'reviews/review_direct_edit'); $kf.action = $prev_action; } Index: branches/RC/kernel/admin_templates/reviews.tpl =================================================================== diff -u -r11096 -r11099 --- branches/RC/kernel/admin_templates/reviews.tpl (.../reviews.tpl) (revision 11096) +++ branches/RC/kernel/admin_templates/reviews.tpl (.../reviews.tpl) (revision 11099) @@ -40,7 +40,7 @@ } } - var $Catalog = new Catalog('', 'reviews_', 0); + var $Catalog = new Catalog('', 'reviews_', 0); var a_toolbar = new ToolBar(); a_toolbar.AddButton( new ToolBarButton('edit', '', edit) ); @@ -84,7 +84,7 @@ var $prev_action = $kf.action; $kf.action = '' . replace('#PREFIX#', $Catalog.ActivePrefix); - std_edit_temp_item($Catalog.ActivePrefix, 'in-portal/reviews/review_direct_edit'); + std_edit_temp_item($Catalog.ActivePrefix, 'reviews/review_direct_edit'); $kf.action = $prev_action; }