I see it is only the icon that is the problem...!!!
To quick fix it change line 74 in system/editors-xtd/contenttemplater.php to:
background: transparent url('.JURI::root(true).'/plugins/editors-xtd/contenttemplater/images/button_right.png ) no-repeat scroll 100% 0pt;
Then create the folders:
/plugins/editors-xtd/contenttemplater/
/plugins/editors-xtd/contenttemplater/images/
And copy the icon (from the original admin folder) to that images folder.
Thanks for pointing this out. I have the same problem with some other extensions (with editor buttons).