Index: branches/5.0.x/core/units/sections/site_config_tp.php =================================================================== diff -u -r12734 -r12871 --- branches/5.0.x/core/units/sections/site_config_tp.php (.../site_config_tp.php) (revision 12734) +++ branches/5.0.x/core/units/sections/site_config_tp.php (.../site_config_tp.php) (revision 12871) @@ -1,6 +1,6 @@ Array ('image' => 'browse_site_mode', 'title' => 'Browse Mode'), - EDITING_MODE_CONTENT => Array ('image' => 'content_mode', 'title' => 'Content Mode'), - EDITING_MODE_DESIGN => Array ('image' => 'design_mode', 'title' => 'Design Mode'), + EDITING_MODE_BROWSE => Array ('image' => 'browse_site_mode', 'title' => 'la_btn_BrowseMode'), + EDITING_MODE_CONTENT => Array ('image' => 'content_mode', 'title' => 'la_btn_ContentMode'), + EDITING_MODE_DESIGN => Array ('image' => 'design_mode', 'title' => 'la_btn_DesignMode'), ); $site_config_helper =& $this->Application->recallObject('SiteConfigHelper');