Index: branches/RC/core/admin_templates/js/jquery/thickbox/thickbox.js =================================================================== diff -u -N -r11368 -r11412 --- branches/RC/core/admin_templates/js/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 11368) +++ branches/RC/core/admin_templates/js/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 11412) @@ -289,11 +289,11 @@ $('#TB_closeWindowButton').click(TB.remove); if (params.url.indexOf('TB_inline') != -1) { - $('#TB_ajaxContent').append( $('#' + url_params['inlineId']).children() ); + $('#TB_ajaxContent').html( $('#' + url_params['inlineId']).html() ); $('#TB_window').unload( function () { // move elements back when you're finished - $('#' + url_params['inlineId']).append( $('#TB_ajaxContent').children() ); + $('#' + url_params['inlineId']).html( $('#TB_ajaxContent').html() ); } ); Index: branches/RC/core/admin_templates/catalog/catalog_elements.tpl =================================================================== diff -u -N -r11396 -r11412 --- branches/RC/core/admin_templates/catalog/catalog_elements.tpl (.../catalog_elements.tpl) (revision 11396) +++ branches/RC/core/admin_templates/catalog/catalog_elements.tpl (.../catalog_elements.tpl) (revision 11412) @@ -50,7 +50,7 @@ - +
Index: branches/RC/core/admin_templates/catalog_tab.tpl =================================================================== diff -u -N -r11368 -r11412 --- branches/RC/core/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 11368) +++ branches/RC/core/admin_templates/catalog_tab.tpl (.../catalog_tab.tpl) (revision 11412) @@ -52,16 +52,16 @@ : ">
- , '');"> + , '');" title="">  * - - <inp2:m_Phrase name='la_Browse' html_escape='1'/> + + <inp2:m_Phrase name='la_alt_Browse' html_escape='1'/>