[-] BO : #PSTEST-583 - Add translation for the button "Edit this mail templates", and fixed tinyMCE area not shown on mail translation page

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12717 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-26 14:31:31 +00:00
parent 2159489ad2
commit 265b61588e
4 changed files with 104 additions and 98 deletions
+4 -1
View File
@@ -1004,7 +1004,10 @@ $(document).ready(function(){
view.bind("scroll", function(e) {
var heightView = view.height();
var btnPlace = scroll.offset().top;
if (scroll.offset())
var btnPlace = scroll.offset().top;
else
var btnPlace = 0;
if (heightView < btnPlace)
scroll.show();
else