Closed (fixed)
Project:
Thickbox
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2009 at 11:50 UTC
Updated:
5 Jun 2009 at 19:50 UTC
Hi Guys,
When Thickbox is displayed as "ajax no modal" (thickbox.js file, line 234) translation settings are not considered. Here is the changed line, I hope someone will patch the file:
$('#TB_window').append('<div id="TB_title"><div id="TB_ajaxWindowTitle">' + caption + '</div><div id="TB_closeAjaxWindow"><a href="#" id="TB_closeWindowButton" title="' + settings.close + '">' + settings.close + '</a> ' + settings.esc_key + '</div></div><div id="TB_ajaxContent" style="width:' + ajaxContentW + 'px;height:' + ajaxContentH + 'px"></div>');
Best,
Miki
Comments
Comment #1
frjo commentedYou can update to the latest version where this has been fixed.