If your KTML form is not rendering the buttons after you upgraded to Firefox Version 3.6 you can simply edit the following files.
/includes/ktm/core/mozilla_ie_compat.js
Search for and delete the following
obj_doc.readyState="complete"; /includes/ktm/modules/css/script.js
Search for this code:
(this.edit.readyState!= "complete")
and replace with
(1 == 0)